/*! # site-min.css
 * lastupdate : Mon Apr 23 2018 16:35:34
 * version    : 1.0.0
 * author     : centkun
 * url        : http://yotashiraishi.org
 * mail       : me@yotashiraishi.org
*/
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: inherit;
  font-size: 100%;
  vertical-align: baseline
}
html {
  line-height: 1
}
ol, ul {
  list-style: none
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
caption, th, td {
  text-align: left;
  font-weight: 400;
  vertical-align: middle
}
q, blockquote {
  quotes: none
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none
}
a img {
  border: none
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block
}
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  outline: none
}
.pswp * {
  box-sizing: border-box
}
.pswp img {
  max-width: none
}
.pswp--animate_opacity {
  opacity: .001;
  will-change: opacity;
  transition: opacity 0ms cubic-bezier(.4, 0, .22, 1)
}
.pswp--open {
  display: block
}
.pswp--zoom-allowed .pswp__img {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in
}
.pswp--zoomed-in .pswp__img {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab
}
.pswp--dragging .pswp__img {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing
}
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  will-change: opacity
}
.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden
}
.pswp__container, .pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0
}
.pswp__container, .pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none
}
.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  transition: -webkit-transform 0ms cubic-bezier(.4, 0, .22, 1);
  transition: transform 0ms cubic-bezier(.4, 0, .22, 1)
}
.pswp__bg {
  will-change: opacity;
  transition: opacity 0ms cubic-bezier(.4, 0, .22, 1)
}
.pswp--animated-in .pswp__bg, .pswp--animated-in .pswp__zoom-wrap {
  transition: none
}
.pswp__container, .pswp__zoom-wrap {
  -webkit-backface-visibility: hidden
}
.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden
}
.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0
}
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden
}
.pswp__img--placeholder--blank {
  background: #222
}
.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0
}
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #ccc
}
.pswp__error-msg a {
  color: #ccc;
  text-decoration: underline
}
/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: 0 0;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: .75;
  transition: opacity 0s;
  box-shadow: none
}
.pswp__button:focus, .pswp__button:hover {
  opacity: 1
}
.pswp__button:active {
  outline: none;
  opacity: .9
}
.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0
}
.pswp__ui--over-close .pswp__button--close {
  opacity: 1
}
.pswp__button, .pswp__button--arrow--left:before, .pswp__button--arrow--right:before {
  background: url(/-/media/cojp/product/hsm/special/seesew/img/default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px
}
.pswp__button--close {
  background-position: 0 -44px
}
.pswp__button--share {
  background-position: -44px -44px
}
.pswp__button--fs {
  display: none
}
.pswp--supports-fs .pswp__button--fs {
  display: block
}
.pswp--fs .pswp__button--fs {
  background-position: -44px 0
}
.pswp__button--zoom {
  display: none;
  background-position: -88px 0
}
.pswp--zoom-allowed .pswp__button--zoom {
  display: block
}
.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0
}
.pswp--touch .pswp__button--arrow--left, .pswp--touch .pswp__button--arrow--right {
  visibility: hidden
}
.pswp__button--arrow--left, .pswp__button--arrow--right {
  outline: none;
  background: 0 0;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute
}
.pswp__button--arrow--left {
  left: 0
}
.pswp__button--arrow--right {
  right: 0
}
.pswp__button--arrow--left:before, .pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: #fff;
  height: 30px;
  width: 32px;
  position: absolute
}
.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px
}
.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px
}
.pswp__counter, .pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, .5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  transition: opacity 0s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity
}
.pswp__share-modal--hidden {
  display: none
}
.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #fff;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .25);
  -webkit-transform: translateY(6px);
  -ms-transform: translateY(6px);
  transform: translateY(6px);
  transition: -webkit-transform 0s;
  transition: transform 0s;
  -webkit-backface-visibility: hidden;
  will-change: transform
}
.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px
}
.pswp__share-tooltip a:hover {
  text-decoration: none;
  color: #000
}
.pswp__share-tooltip a:first-child {
  border-radius: 2px 2px 0 0
}
.pswp__share-tooltip a:last-child {
  border-radius: 0 0 2px 2px
}
.pswp__share-modal--fade-in {
  opacity: 1
}
.pswp__share-modal--fade-in .pswp__share-tooltip {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0)
}
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px
}
a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #fff;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none
}
a.pswp__share--facebook:hover {
  background: #3e5c9a;
  color: #fff
}
a.pswp__share--facebook:hover:before {
  border-bottom-color: #3e5c9a
}
a.pswp__share--twitter:hover {
  background: #55acee;
  color: #fff
}
a.pswp__share--pinterest:hover {
  background: #ccc;
  color: #ce272d
}
a.pswp__share--download:hover {
  background: #ddd
}
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #000;
  opacity: .75;
  padding: 0 10px
}
.pswp__swipesign {
  display: none;
  position: absolute;
  left: 50%;
  top: 0;
  height: 40px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 20px;
  line-height: 40px;
  color: #000;
  opacity: .75;
  padding: 0 10px
}
.is-touch .pswp__swipesign {
  display: block
}
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%
}
.pswp__caption__center {
  max-width: 420px;
  margin: 0 auto;
  color: #000
}
.pswp__caption--empty {
  display: none
}
.pswp__caption--fake {
  visibility: hidden
}
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  transition: opacity .25s ease-out;
  will-change: opacity;
  direction: ltr
}
.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px
}
.pswp__preloader--active {
  opacity: 1
}
.pswp__preloader--active .pswp__preloader__icn {
  background: url(/-/media/cojp/product/hsm/special/seesew/img/photoswipe-default-skin/preloader.gif) 0 0 no-repeat
}
.pswp--css_animation .pswp__preloader--active {
  opacity: 1
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  -webkit-animation: clockwise 500ms linear infinite;
  animation: clockwise 500ms linear infinite
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  -webkit-animation: donut-rotate 1000ms cubic-bezier(.4, 0, .22, 1) infinite;
  animation: donut-rotate 1000ms cubic-bezier(.4, 0, .22, 1) infinite
}
.pswp--css_animation .pswp__preloader__icn {
  background: 0 0;
  opacity: .75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0
}
.pswp--css_animation .pswp__preloader__cut {
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden
}
.pswp--css_animation .pswp__preloader__donut {
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #fff;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: 0 0;
  margin: 0
}
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550
}
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%
}
.pswp__caption, .pswp__top-bar, .pswp--has_mouse .pswp__button--arrow--left, .pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  transition: opacity 0ms cubic-bezier(.4, 0, .22, 1)
}
.pswp--has_mouse .pswp__button--arrow--left, .pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible
}
.pswp__top-bar, .pswp__caption {
  background-color: rgba(255, 255, 255, .5)
}
.pswp__ui--fit .pswp__top-bar, .pswp__ui--fit .pswp__caption {
  background-color: rgba(255, 255, 255, .5)
}
.pswp__ui--idle .pswp__top-bar {
  opacity: 0
}
.pswp__ui--idle .pswp__button--arrow--left, .pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0
}
.pswp__ui--hidden .pswp__top-bar, .pswp__ui--hidden .pswp__caption, .pswp__ui--hidden .pswp__button--arrow--left, .pswp__ui--hidden .pswp__button--arrow--right {
  opacity: .001
}
.pswp__ui--one-slide .pswp__button--arrow--left, .pswp__ui--one-slide .pswp__button--arrow--right, .pswp__ui--one-slide .pswp__counter {
  display: none
}
.pswp__element--disabled {
  display: none !important
}
.pswp--minimal--dark .pswp__top-bar {
  background: 0 0
}
#globalHeader {
  display: block;
  position: relative;
  height: 53px;
  overflow: hidden;
  background-color: #0d2ea0;
  font-family: arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.5
}
#globalHeader h1 {
  float: left;
  width: 93px;
  margin: 10px 0 0 1px;
  padding-left: 14px
}
#headerRight {
  padding-left: 139px
}
#headerRight * {
  box-sizing: content-box
}
#headerRightIn {
  height: 53px;
  background: -moz-linear-gradient(right, #0d2ea0, #071956);
  background: -webkit-gradient(linear, left top, right top, from(#0d2ea0), to(#071956));
  color: #fff;
  font-weight: 600
}
#headerRightIn dl {
  position: absolute;
  top: 20px;
  right: 14px;
  margin: 0
}
#headerRightIn dt {
  float: left;
  height: 12px;
  padding-right: 10px;
  line-height: 12px;
  color: #fff
}
#headerRightIn dd {
  float: left;
  width: 12px;
  height: 12px;
  margin: 0;
  padding-left: 10px;
  border-left: 1px solid #fff
}
#headerRightIn dd a {
  padding: 0
}
#globalheader {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSI1MCUiIGhlaWdodD0iMTAwJSIgc3Ryb2tlPSJub25lIiBmaWxsPSIjMGQyZWEwIiAvPjxyZWN0IHg9IjUwJSIgeT0iMCIgd2lkdGg9IjUwJSIgaGVpZ2h0PSIxMDAlIiBzdHJva2U9Im5vbmUiIGZpbGw9IiMwNzE5NTYiIC8+PC9zdmc+);
  background-image: linear-gradient(to right, #0d2ea0 50%, #071956 50%);
  color: #fff;
  font-size: 10px;
  font-size: .625rem;
  font-family: "arial", "helvetica", sans-serif;
  line-height: 1;
  position: relative;
  z-index: 10
}
html[lang=ja] #globalheader {
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", "arial", "helvetica", sans-serif
}
#globalheader .inner {
  box-sizing: content-box;
  margin: 0 auto;
  border: 0;
  padding: 1em 1.8em .5em;
  width: 92.4em;
  min-height: 4.4em;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorStr=#0d2ea0, endColorStr=#071956);
  background: #0d2ea0 linear-gradient(to right, #0d2ea0 20%, #071956 80%)
}
.globalheader a:focus {
  outline: thin dotted;
  outline: auto
}
.globalheader-logo {
  float: left;
  padding-top: .1em
}
.globalheader-logo img {
  border: none
}
.globalheader-sub {
  float: right
}
.globalheader-utility {
  margin-bottom: .9em;
  text-align: right
}
.globalheader-utility .region, .globalheader-utility .separator, .globalheader-utility .global {
  display: inline-block
}
.globalheader-utility .region {
  font-weight: 700
}
.globalheader-utility .separator {
  padding-left: .6em;
  padding-right: .4em
}
.globalheader-utility a {
  text-decoration: none;
  color: #fff
}
.globalheader-search {
  position: relative;
  float: right
}
.globalheader-search-input {
  box-sizing: border-box;
  margin: 0;
  border: 0;
  padding: .2em 2em .2em .5em;
  background: #3b61e3 url(/-/media/cojp/product/hsm/special/seesew/img/brother/input_off.gif) no-repeat;
  width: 15em;
  height: 1.7em;
  font-family: inherit;
  font-size: 1em;
  line-height: 1;
  color: #fff
}
.globalheader-search-input:focus {
  background: #fff url(/-/media/cojp/product/hsm/special/seesew/img/brother/input_on.gif) no-repeat;
  color: #000
}
.globalheader-search-button {
  position: absolute;
  top: .4em;
  right: .6em;
  margin: 0;
  border: 0;
  padding: 0;
  background: 0 0;
  width: 1.2em;
  height: 1.1em;
  font-size: 1em;
  color: #fff
}
.globalheader-search-button.focus {
  color: #000
}
#globalheader.inner:after {
  content: '';
  clear: both;
  display: block;
  width: 0
}
.only-pc {
  display: none
}
body {
  font-family: -apple-system, BlinkMacSystemFont, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
  font-weight: 400
}
b, #header-nav p {
  font-family: -apple-system, BlinkMacSystemFont, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
  font-weight: 700
}
a.is-button:after, .image.is-hero.is-hero-button .hero-content, #header-nav p a:before, .article-description-content h2 {
  transition: all 600ms cubic-bezier(.19, 1, .22, 1)
}
html {
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%
}
body {
  background-color: #fff;
  color: #333;
  font-size: 12px;
  font-size: 1rem;
  line-height: 22px;
  line-height: 1.83333rem;
  font-feature-settings: 'palt'1;
  letter-spacing: .08em
}
body:before {
  content: "";
  position: fixed;
  top: 0;
  left: 50%;
  width: 50%;
  height: 100%;
  z-index: -1;
  background-color: #fef8f8;
  border-left: dotted 2px rgba(204, 204, 204, .3)
}
.is-safari body {
  font-feature-settings: 'pkna'1
}
main a {
  color: #333;
  text-decoration: underline;
  transition: all 600ms cubic-bezier(.19, 1, .22, 1)
}
main a.is-no-underline {
  text-decoration: none
}
main a.is-color-accent {
  color: #ef827d
}
main a.is-color-accent.hover {
  color: #e42b22
}
main a.is-block {
  display: block
}
main a.is-button {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #ef827d;
  padding-left: 33.33333px;
  padding-left: 2.77778rem;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}
main a.is-button.hover:after {
  opacity: 1;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1)
}
main a.is-button:before {
  content: "";
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 0;
  width: 15px;
  width: 1.25rem;
  height: 15px;
  height: 1.25rem;
  margin: -11px 0 0 0;
  margin: -.91667rem 0 0 0;
  border-radius: 50%;
  border: dotted 3px #ef827d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-animation: infinite-rotate 10s linear infinite;
  animation: infinite-rotate 10s linear infinite
}
main a.is-button:after {
  content: "";
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 0;
  width: 15px;
  width: 1.25rem;
  height: 15px;
  height: 1.25rem;
  margin: -11px 0 0 0;
  margin: -.91667rem 0 0 0;
  border-radius: 50%;
  border: solid 3px #ef827d;
  background-color: #ef827d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 0
}
.st-freeContents img {
  width: 100%;
  height: auto;
}
hr {
  border: none;
  margin: 0;
  padding: 0;
  height: 1px;
  border-top: dotted 2px #ccc
}
hr.is-sub {
  border-top-color: rgba(204, 204, 204, .3)
}
#container {
  position: relative;
  z-index: 0;
  margin-top: 25px;
}
.hero-overlay {
  position: absolute;
  top: calc(100vh - 5.41667rem);
  left: 25px;
  left: 2.08333rem;
  line-height: 1;
  margin-top: -100px;
  margin-top: -8.33333rem;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left
}
.is-show-tablet {
  display: none
}
.is-show-sp {
  display: none
}
.is-bg {
  background-color: #fff
}
.flex-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap
}
.flex-container.is-justify-content-center {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}
.flex-container.is-justify-content-flex-end {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end
}
.flex-container.is-align-items-center {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}
.flex-container.is-flex-direction-row-reverse, .article:nth-child(even) .flex-container {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}
.is-no-flex-wrap .flex-container {
  display: block;
  *zoom: 1;
  letter-spacing: -.4em
}
.is-no-flex-wrap .flex-container:after {
  content: "";
  display: table;
  clear: both
}
.is-no-flex-wrap .flex-container.is-justify-content-center {
  text-align: center
}
.is-no-flex-wrap .flex-container.is-justify-content-flex-end {
  text-align: right
}
.is-no-flex-wrap .flex-container.is-align-items-center > .flex-item {
  vertical-align: middle
}
.is-no-flex-wrap .flex-container > .flex-item {
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0
}
.is-no-flex-wrap .flex-container > .flex-item.is-force-display-block {
  display: block
}
.grid-container {
  box-sizing: border-box;
  margin-left: -100px;
  margin-left: -8.33333rem
}
.grid-container > .grid-item {
  box-sizing: border-box;
  padding-left: 100px;
  padding-left: 8.33333rem
}
.grid-container.is-grid-bottom {
  margin-bottom: -100px;
  margin-bottom: -8.33333rem
}
.grid-container.is-grid-bottom > .grid-item {
  padding-bottom: 100px;
  padding-bottom: 8.33333rem
}
._grid-container {
  box-sizing: border-box;
  margin-left: -50px;
  margin-left: -4.16667rem
}
._grid-container > .grid-item {
  box-sizing: border-box;
  padding-left: 50px;
  padding-left: 4.16667rem
}
._grid-container.is-grid-bottom {
  margin-bottom: -50px;
  margin-bottom: -4.16667rem
}
._grid-container.is-grid-bottom > .grid-item {
  padding-bottom: 50px;
  padding-bottom: 4.16667rem
}
._grid-container-tablet {
  box-sizing: border-box
}
._grid-container-tablet > .grid-item {
  box-sizing: border-box
}
.__grid-container {
  box-sizing: border-box;
  margin-left: -25px;
  margin-left: -2.08333rem
}
.__grid-container > .grid-item {
  box-sizing: border-box;
  padding-left: 25px;
  padding-left: 2.08333rem
}
.__grid-container.is-grid-bottom {
  margin-bottom: -25px;
  margin-bottom: -2.08333rem
}
.__grid-container.is-grid-bottom > .grid-item {
  padding-bottom: 25px;
  padding-bottom: 2.08333rem
}
.___grid-container {
  box-sizing: border-box;
  margin-left: -4px
}
.___grid-container > .grid-item {
  box-sizing: border-box;
  padding-left: 4px
}
.wrapper {
  position: relative;
  box-sizing: border-box;
  max-width: 1200px;
  max-width: 100rem;
  margin: 0 auto;
  padding-left: 100px;
  padding-left: 8.33333rem;
  padding-right: 100px;
  padding-right: 8.33333rem
}
.wrapper.is-max {
  max-width: 100%;
  max-width: auto;
  max-width: initial
}
.wrapper.is-half-padding {
  padding-left: 25px;
  padding-left: 2.08333rem;
  padding-right: 25px;
  padding-right: 2.08333rem
}
.wrapper.is-half-padding-left {
  padding-left: 50px;
  padding-left: 4.16667rem
}
.wrapper.is-half-padding-right {
  padding-right: 50px;
  padding-right: 4.16667rem
}
.wrapper.is-no-padding-left {
  padding-left: 0
}
.text p, .text ol, .text ul, .text dl, .text dt, .text dd, .text h1, .text h2, .text h3, .text h4, .text h5, .text h6, .text div, .text table {
  margin-top: 12px;
  margin-top: 1rem
}
.text p:first-child, .text p.is-no-top, .text ol:first-child, .text ol.is-no-top, .text ul:first-child, .text ul.is-no-top, .text dl:first-child, .text dl.is-no-top, .text dt:first-child, .text dt.is-no-top, .text dd:first-child, .text dd.is-no-top, .text h1:first-child, .text h1.is-no-top, .text h2:first-child, .text h2.is-no-top, .text h3:first-child, .text h3.is-no-top, .text h4:first-child, .text h4.is-no-top, .text h5:first-child, .text h5.is-no-top, .text h6:first-child, .text h6.is-no-top, .text div:first-child, .text div.is-no-top, .text table:first-child, .text table.is-no-top {
  margin-top: 0
}
.text p.is-small-top, .text ol.is-small-top, .text ul.is-small-top, .text dl.is-small-top, .text dt.is-small-top, .text dd.is-small-top, .text h1.is-small-top, .text h2.is-small-top, .text h3.is-small-top, .text h4.is-small-top, .text h5.is-small-top, .text h6.is-small-top, .text div.is-small-top, .text table.is-small-top {
  margin-top: 3px;
  margin-top: .25rem
}
.text p.is-half-top, .text ol.is-half-top, .text ul.is-half-top, .text dl.is-half-top, .text dt.is-half-top, .text dd.is-half-top, .text h1.is-half-top, .text h2.is-half-top, .text h3.is-half-top, .text h4.is-half-top, .text h5.is-half-top, .text h6.is-half-top, .text div.is-half-top, .text table.is-half-top {
  margin-top: 6px;
  margin-top: .5rem
}
.text p.is-top, .text ol.is-top, .text ul.is-top, .text dl.is-top, .text dt.is-top, .text dd.is-top, .text h1.is-top, .text h2.is-top, .text h3.is-top, .text h4.is-top, .text h5.is-top, .text h6.is-top, .text div.is-top, .text table.is-top {
  margin-top: 12px;
  margin-top: 1rem
}
.text p.is-large-top, .text ol.is-large-top, .text ul.is-large-top, .text dl.is-large-top, .text dt.is-large-top, .text dd.is-large-top, .text h1.is-large-top, .text h2.is-large-top, .text h3.is-large-top, .text h4.is-large-top, .text h5.is-large-top, .text h6.is-large-top, .text div.is-large-top, .text table.is-large-top {
  margin-top: 18px;
  margin-top: 1.5rem
}
.text ol > li {
  list-style-type: decimal;
  margin-left: 1.5em
}
.text ol.is-parentheses > li {
  position: relative;
  list-style-type: none;
  list-style-position: inside;
  counter-increment: cnt;
  margin-left: 1.7em
}
.text ol.is-parentheses > li:before {
  position: absolute;
  top: 0;
  left: -2.25em;
  content: "("counter(cnt) ")";
  text-align: center;
  width: 2em
}
.text ol.is-style-original > li {
  position: relative;
  list-style-type: none;
  margin-left: 1.3em
}
.text ol.is-style-original > li span {
  position: absolute;
  top: 0;
  left: -1.3em
}
.text > li {
  margin-top: .5em
}
.text > li:first-child {
  margin-top: 0
}
.text table tr:last-child th, .text table tr:last-child td {
  padding-bottom: 0
}
.text table td, .text table th {
  padding-bottom: 12px;
  padding-bottom: 1rem;
  vertical-align: top
}
.text table th {
  padding-right: 2.2em;
  border-right: solid 1px #ccc;
  white-space: nowrap
}
.text table td {
  padding-left: 2.4em
}
i {
  font-style: italic
}
.is-text-align-center {
  text-align: center
}
.is-text-align-right {
  text-align: right
}
.is-text-large {
  font-size: 25px;
  font-size: 2.08333rem;
  line-height: 33px;
  line-height: 2.75rem;
  letter-spacing: 0
}
.is-text-medium {
  font-size: 15px;
  font-size: 1.25rem;
  line-height: 23px;
  line-height: 1.91667rem;
  letter-spacing: 0
}
.is-text-demi {
  font-size: 14px;
  font-size: 1.16667rem;
  line-height: 22px;
  line-height: 1.83333rem
}
.is-text-small {
  font-size: 10px;
  font-size: .83333rem;
  line-height: 18px;
  line-height: 1.5rem
}
.is-color-accent {
  color: #ef827d
}
.is-color-bg {
  color: #fff
}
.is-color-sub {
  color: #ccc
}
.image {
  position: relative;
  z-index: 0;
  line-height: 0
}
.image.is-hero.is-hero-button {
  display: block
}
.image.is-hero.is-hero-button.hover .hero-content {
  background-color: rgba(51, 51, 51, .2)
}
.image.is-hero.is-hero-button:before {
  content: none
}
.image.is-hero.is-hero-button .image-container {
  padding-bottom: 25%
}
.image.is-hero.is-hero-button .hero-content ._hero-content {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}
.image.is-hero:before {
  content: "";
  position: absolute;
  bottom: -33.33333px;
  bottom: -2.77778rem;
  left: 50%;
  z-index: 10;
  width: 1px;
  border-left: dotted 2px #ef827d;
  height: 75px;
  height: 6.25rem
}
.image.is-hero .image-container {
  padding-bottom: 50%
}
.image.is-hero .hero-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, .4)
}
.image.is-hero .hero-content ._hero-content {
  position: absolute;
  top: 50%;
  left: 7.5%;
  width: 85%;
  -webkit-transform: translateY(-74%);
  -ms-transform: translateY(-74%);
  transform: translateY(-74%);
  line-height: 1.7;
  letter-spacing: 0
}
.image.is-hero .hero-content .hero-sub {
  position: relative;
  padding-top: 25px;
  padding-top: 2.08333rem
}
.image.is-hero .hero-content .hero-sub .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  width: 130px;
  width: 10.83333rem;
  height: 130px;
  height: 10.83333rem;
  margin: -65px 0 0 -69px;
  margin: -5.41667rem 0 0 -5.75rem;
  border-radius: 50%;
  transition: -webkit-transform 1200ms cubic-bezier(.19, 1, .22, 1);
  transition: transform 1200ms cubic-bezier(.19, 1, .22, 1)
}
.image.is-hero .hero-content .hero-sub .circle:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: dotted 3px #ef827d;
  -webkit-animation: infinite-rotate 30s linear infinite;
  animation: infinite-rotate 30s linear infinite
}
.image.is-hero .hero-content .name-svg {
  position: relative;
  z-index: 1;
  width: 170px;
  width: 14.16667rem;
  height: 70px;
  height: 5.83333rem;
  margin: 0 auto
}
.image.is-hero .hero-content .name-svg img {
  height: 100%
}
.image.is-profile .bgimg {
  border-radius: 50%
}
.image.is-profile .circle {
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: 0;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border-radius: 50%;
  transition: -webkit-transform 1200ms cubic-bezier(.19, 1, .22, 1);
  transition: transform 1200ms cubic-bezier(.19, 1, .22, 1)
}
.image.is-profile .circle:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: dotted 2px #ef827d;
  -webkit-animation: infinite-rotate 30s linear infinite;
  animation: infinite-rotate 30s linear infinite
}
.image-container {
  position: relative;
  z-index: 0;
  height: 0;
  width: 100%;
  background-color: #fdefef;
  padding-bottom: 66.666%
}
.image-container.is-square {
  padding-bottom: 100%
}
.image-container.is-no-bg {
  background-color: transparent
}
.image-container.is-fit {
  padding-bottom: 0;
  height: 100%
}
.image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden
}
.bgimg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat
}
.bgimg.is-contain {
  background-size: contain
}
.bgimg.is-top-center {
  background-position: top center
}
.bgimg.is-bottom-right {
  background-position: bottom right
}
.preload-image {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}
.preload-image.is-active {
  opacity: 1;
  transition: opacity 600ms ease 200ms
}
video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}
.pswp-element figcaption {
  display: none
}
.pswp-open.hover {
  opacity: .6
}
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  font-size: 16px;
  font-size: 1.33333rem
}
.pswp__caption__center {
  max-width: 768px;
  margin: 0 auto;
  padding: 25px;
  padding: 2.08333rem
}
.pswp-element figcaption {
  display: none
}
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  font-size: 16px;
  font-size: 1.33333rem
}
.pswp__caption__center {
  max-width: 768px;
  margin: 0 auto;
  padding: 25px;
  padding: 2.08333rem
}
.modal-s {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
  visibility: hidden;
  opacity: 0
}
.modal-s.is-active {
  opacity: 1;
  visibility: visible
}
.modal-s .modal-close-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0
}
.modal-s .modal-container {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #ef827d;
  color: #fff;
  width: 450px;
  width: 37.5rem;
  padding: 40px 50px 50px 50px;
  padding: 3.33333rem 4.16667rem 4.16667rem 4.16667rem;
  overflow: hidden
}
.modal-s .modal-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 25px;
  width: 2.08333rem;
  height: 25px;
  height: 2.08333rem
}
.modal-s .modal-close.hover {
  background-color: #fff
}
.modal-s .modal-close.hover:before, .modal-s .modal-close.hover:after {
  border-color: #ef827d
}
.modal-s .modal-close:before, .modal-s .modal-close:after {
  content: '';
  display: block;
  position: absolute;
  top: 12px;
  top: 1rem;
  right: -3px;
  right: -.25rem;
  width: 30px;
  width: 2.5rem;
  height: 1px;
  border-top: dotted 1px #fff
}
.modal-s .modal-close:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}
.modal-s .modal-close:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg)
}
.iframe {
  width: 100%;
  height: 100%;
  background-color: #fff
}
.iframe .ricoh-theta-spherical-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important
}
.iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important
}
.row {
  position: relative;
  padding-top: 100px;
  padding-top: 8.33333rem
}
.row:first-child, .row.is-no-top {
  padding-top: 0
}
.row.is-half-top {
  padding-top: 50px;
  padding-top: 4.16667rem
}
.row.is-top {
  padding-top: 100px;
  padding-top: 8.33333rem
}
.row.is-bottom {
  padding-bottom: 100px;
  padding-bottom: 8.33333rem
}
.row.is-negative-bottom {
  margin-bottom: -100px;
  margin-bottom: -8.33333rem
}
._row {
  position: relative;
  padding-top: 50px;
  padding-top: 4.16667rem
}
._row:first-child, ._row.is-no-top {
  padding-top: 0
}
._row.is-half-top {
  padding-top: 25px;
  padding-top: 2.08333rem
}
._row.is-top {
  padding-top: 50px;
  padding-top: 4.16667rem
}
._row.is-bottom {
  padding-bottom: 50px;
  padding-bottom: 4.16667rem
}
.__row {
  position: relative;
  padding-top: 25px;
  padding-top: 2.08333rem
}
.__row:first-child, .__row.is-no-top {
  padding-top: 0
}
.__row.is-half-top {
  padding-top: 12.5px;
  padding-top: 1.04167rem
}
.__row.is-top {
  padding-top: 25px;
  padding-top: 2.08333rem
}
.___row {
  position: relative;
  padding-top: 12.5px;
  padding-top: 1.04167rem
}
.___row:first-child, .___row.is-no-top {
  padding-top: 0
}
.col-10 {
  width: 10%
}
.col-20 {
  width: 20%
}
.col-25 {
  width: 25%
}
.col-30 {
  width: 30%
}
.col-33 {
  width: 33.333333%
}
.col-35 {
  width: 35%
}
.col-36 {
  width: 36%
}
.col-40 {
  width: 40%
}
.col-45 {
  width: 45%
}
.col-50 {
  width: 50%
}
.col-55 {
  width: 55%
}
.col-60 {
  width: 60%
}
.col-64 {
  width: 64%
}
.col-65 {
  width: 65%
}
.col-66 {
  width: 66.666666%
}
.col-70 {
  width: 70%
}
.col-75 {
  width: 75%
}
.col-80 {
  width: 80%
}
.col-100 {
  width: 100%
}
#header-brother {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 50px;
  height: 4.16667rem;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSI1MCUiIGhlaWdodD0iMTAwJSIgc3Ryb2tlPSJub25lIiBmaWxsPSIjMGQyZWEwIiAvPjxyZWN0IHg9IjUwJSIgeT0iMCIgd2lkdGg9IjUwJSIgaGVpZ2h0PSIxMDAlIiBzdHJva2U9Im5vbmUiIGZpbGw9IiMwNzE5NTYiIC8+PC9zdmc+);
  background-image: linear-gradient(to right, #0d2ea0 50%, #071956 50%)
}
#header-brother .inner {
  height: 100%;
  background: #0d2ea0 linear-gradient(to right, #0d2ea0 20%, #071956 80%)
}
#header-brother .logo-brother {
  width: 90px;
  width: 7.5rem;
  padding-top: 9px;
  padding-top: .75rem
}
#header {
  position: absolute;
  top: 50px;
  top: 4.16667rem;
  left: 0;
  z-index: 4;
  width: 100%
}
#header-container {
  position: relative
}
#header-nav {
  letter-spacing: 0;
    line-height: 70px;
    margin-top: 20px;
    position: relative;
}
#header-nav p.is-about-link {
  right: 0
}
#header-nav p a {
  position: relative;
  display: block;
  padding-left: 50px;
  padding-left: 4.16667rem
}
#header-nav p a.hover:before {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  background-color: #ef827d
}
#header-nav p a:before {
  content: "";
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 25px;
  left: 2.08333rem;
  width: 15px;
  width: 1.25rem;
  height: 15px;
  height: 1.25rem;
  margin: -8.5px 0 0 -8px;
  margin: -.70833rem 0 0 -.66667rem;
  border-radius: 50%;
  border: dotted 2px #ef827d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}
#site-name {
  position: absolute;
  top: 10px;
  top: .83333rem;
  left: 25px;
  left: 2.08333rem;
  z-index: 11;
  width: 200px;
  width: 16.66667rem
}
footer .footer-container {
  background-color: #fff
}
footer .copyright {
  letter-spacing: 0
}
.article {
  overflow: hidden
}
.article .flex-container {
  position: relative
}
.article:nth-child(odd) .article-description-content {
  -webkit-transform: translate(-40%, -50%);
  -ms-transform: translate(-40%, -50%);
  transform: translate(-40%, -50%)
}
.article:nth-child(even) .article-description-content {
  -webkit-transform: translate(-65%, -50%);
  -ms-transform: translate(-65%, -50%);
  transform: translate(-65%, -50%)
}
.article-description {
  position: relative
}
.article-description.hover .article-description-content h2 {
  color: #ef827d
}
.article-description.hover .article-description-content .circle {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05)
}
.article-description-content {
  position: absolute;
  top: 50%;
  left: 50%;
  white-space: nowrap;
  letter-spacing: 0;
  width: 260px;
  width: 21.66667rem
}
.article-description-content .name-svg {
  position: absolute;
  top: 50%;
  right: -30%;
  z-index: 1;
  width: 120px;
  width: 10rem;
  margin-top: -100px;
  margin-top: -8.33333rem
}
.article-description-content .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  width: 260px;
  width: 21.66667rem;
  height: 260px;
  height: 21.66667rem;
  margin: -125px 0 0 -130px;
  margin: -10.41667rem 0 0 -10.83333rem;
  border-radius: 50%;
  transition: -webkit-transform 1200ms cubic-bezier(.19, 1, .22, 1);
  transition: transform 1200ms cubic-bezier(.19, 1, .22, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}
.article-description-content .circle:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: dotted 3px #ef827d;
  -webkit-animation: infinite-rotate 30s linear infinite;
  animation: infinite-rotate 30s linear infinite
}
@media (-webkit-min-device-pixel-ratio:1.1), (-webkit-min-device-pixel-ratio:1.09375), (min-resolution:105dpi), (min-resolution:1.1dppx) {
  .pswp--svg .pswp__button, .pswp--svg .pswp__button--arrow--left:before, .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(/-/media/cojp/product/hsm/special/seesew/img/photoswipe-default-skin/default-skin.svg)
  }
  .pswp--svg .pswp__button--arrow--left, .pswp--svg .pswp__button--arrow--right {
    background: 0 0
  }
}
@media screen and (min-width:721px) {
  .only-pc {
    display: block
  }
  .only-sp {
    display: none
  }
}
@media (max-width:1100px) {
  .col-35-pc-small {
    width: 35%
  }
  .col-65-pc-small {
    width: 65%
  }
}
@media screen and (max-width:1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right
  }
}
@media (max-width:1023px) {
  body.is-center-hide-tablet:before {
    content: none
  }
  .is-show-tablet {
    display: block
  }
  .is-hide-tablet {
    display: none !important
  }
  .flex-container.is-break-tablet {
    display: block
  }
  ._grid-container-tablet {
    margin-left: -50px;
    margin-left: -4.16667rem
  }
  ._grid-container-tablet > .grid-item {
    padding-left: 50px;
    padding-left: 4.16667rem
  }
  ._grid-container-tablet.is-grid-bottom {
    margin-bottom: -50px;
    margin-bottom: -4.16667rem
  }
  ._grid-container-tablet.is-grid-bottom > .grid-item {
    padding-bottom: 50px;
    padding-bottom: 4.16667rem
  }
  .wrapper {
    padding-left: 50px;
    padding-left: 4.16667rem;
    padding-right: 50px;
    padding-right: 4.16667rem
  }
  .wrapper.is-no-padding-left-tablet, .wrapper.article:nth-child(odd) {
    padding-left: 0
  }
  .wrapper.is-no-padding-right-tablet, .wrapper.article:nth-child(even) {
    padding-right: 0
  }
  .wrapper.is-no-padding-tablet {
    padding-left: 0;
    padding-right: 0
  }
  .is-text-demi {
    font-size: 16px;
    font-size: 1.33333rem;
    line-height: 24px;
    line-height: 2rem
  }
  .is-text-small {
    font-size: 12px;
    font-size: 1rem;
    line-height: 20px;
    line-height: 1.66667rem
  }
  .is-text-small-tablet {
    font-size: 10px;
    font-size: .83333rem;
    line-height: 18px;
    line-height: 1.5rem
  }
  .image.is-hero .image-container {
    padding-bottom: 75%
  }
  .pswp__caption {
    font-size: 14px;
    font-size: 1.16667rem
  }
  .pswp__caption {
    font-size: 14px;
    font-size: 1.16667rem
  }
  .row.is-top-tablet {
    padding-top: 100px;
    padding-top: 8.33333rem
  }
  ._row.is-top-tablet {
    padding-top: 50px;
    padding-top: 4.16667rem
  }
  ._row.is-no-bottom-tablet {
    padding-bottom: 0
  }
  .col-100-tablet {
    width: 100%
  }
  .col-25-tablet {
    width: 25%
  }
  .col-30-tablet {
    width: 30%
  }
  .col-40-tablet {
    width: 40%
  }
  .col-50-tablet {
    width: 50%
  }
  .col-60-tablet {
    width: 60%
  }
  .col-70-tablet {
    width: 70%
  }
  .col-75-tablet {
    width: 70%
  }
  .col-100-tablet {
    width: 100%
  }
  #site-name {
    width: 140px;
    width: 11.66667rem
  }
  .article-description-content .name-svg {
    right: -10%;
    width: 100px;
    width: 8.33333rem
  }
}
@media (max-width:767px) {
  html {
    font-size: 11px !important
  }
  body:before {
    content: none
  }
  #container {
    margin-top: 30px;
  }
  .is-show-sp {
    display: block
  }
  .is-hide-sp {
    display: none
  }
  .flex-container.is-justify-content-center-sp {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
  }
  .flex-container.is-justify-content-flex-start-sp {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }
  .flex-container.is-justify-content-flex-end-sp {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
  }
  .flex-container.is-align-items-center-sp {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
  }
  .flex-container.is-break-sp {
    display: block
  }
  .is-no-flex-wrap .flex-container.is-justify-content-center-sp {
    text-align: center
  }
  .is-no-flex-wrap .flex-container.is-justify-content-flex-end-sp {
    text-align: right
  }
  .is-no-flex-wrap .flex-container.is-break-sp > .flex-item {
    display: block
  }
  .is-no-flex-wrap .flex-container.is-sp-flex > .flex-item {
    display: inline-block
  }
  .wrapper {
    padding-left: 25px;
    padding-left: 2.08333rem;
    padding-right: 25px;
    padding-right: 2.08333rem
  }
  .wrapper.is-wrapper-sp {
    max-width: 400px;
    max-width: 33.33333rem
  }
  .wrapper.is-half-padding {
    padding-left: 12.5px;
    padding-left: 1.04167rem;
    padding-right: 12.5px;
    padding-right: 1.04167rem
  }
  .wrapper.is-no-padding-left-sp {
    padding-left: 0
  }
  .wrapper.is-no-padding-right-sp {
    padding-right: 0
  }
  .wrapper.is-padding-left-sp, .wrapper.article:nth-child(odd) {
    padding-left: 25px;
    padding-left: 2.08333rem
  }
  .wrapper.is-padding-right-sp, .wrapper.article:nth-child(even) {
    padding-right: 25px;
    padding-right: 2.08333rem
  }
  .wrapper.is-no-padding-sp {
    padding-left: 0;
    padding-right: 0
  }
  .text p.is-top-sp, .text ol.is-top-sp, .text ul.is-top-sp, .text dl.is-top-sp, .text dt.is-top-sp, .text dd.is-top-sp, .text h1.is-top-sp, .text h2.is-top-sp, .text h3.is-top-sp, .text h4.is-top-sp, .text h5.is-top-sp, .text h6.is-top-sp, .text div.is-top-sp, .text table.is-top-sp {
    margin-top: 12px;
    margin-top: 1rem
  }
  .text table th {
    padding-right: 1.2em
  }
  .text table td {
    padding-left: 1.4em
  }
  .is-text-demi {
    font-size: 14px;
    font-size: 1.16667rem;
    line-height: 22px;
    line-height: 1.83333rem
  }
  .is-text-small {
    font-size: 10px;
    font-size: .83333rem;
    line-height: 18px;
    line-height: 1.5rem
  }
  .is-text-regular-sp {
    font-size: 12px;
    font-size: 1rem;
    line-height: 20px;
    line-height: 1.66667rem
  }
  .is-text-small-sp {
    font-size: 10px;
    font-size: .83333rem;
    line-height: 18px;
    line-height: 1.5rem
  }
  .image.is-hero.is-hero-button .image-container {
    padding-bottom: 45%
  }
  .image.is-hero .image-container {
    padding-bottom: 100%
  }
  .image.is-hero .hero-content ._hero-content {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
  }
  .pswp__caption {
    font-size: 12px;
    font-size: 1rem
  }
  .pswp__caption {
    font-size: 12px;
    font-size: 1rem
  }
  .modal-s .modal-container {
    width: 90%;
    box-sizing: border-box;
    padding: 30px 25px 40px 25px;
    padding: 2.5rem 2.08333rem 3.33333rem 2.08333rem
  }
  .row {
    padding-top: 50px;
    padding-top: 4.16667rem
  }
  .row.is-top {
    padding-top: 50px;
    padding-top: 4.16667rem
  }
  .row.is-top-tablet {
    padding-top: 50px;
    padding-top: 4.16667rem
  }
  .row.is-half-top-sp {
    padding-top: 25px;
    padding-top: 2.08333rem
  }
  .row.is-top-sp {
    padding-top: 50px;
    padding-top: 4.16667rem
  }
  .row.is-negative-bottom {
    margin-bottom: -50px;
    margin-bottom: -4.16667rem
  }
  ._row {
    padding-top: 25px;
    padding-top: 2.08333rem
  }
  ._row.is-top-tablet {
    padding-top: 25px;
    padding-top: 2.08333rem
  }
  ._row.is-top-sp {
    padding-top: 25px;
    padding-top: 2.08333rem
  }
  .__row {
    padding-top: 12.5px;
    padding-top: 1.04167rem
  }
  .___row {
    padding-top: 8.33333px;
    padding-top: .69444rem
  }
  .col-33-sp {
    width: 33.333333%
  }
  .col-50-sp {
    width: 50%
  }
  .col-100-sp {
    width: 100%
  }
  #header-brother .inner {
    background: #0d2ea0
  }
  #header-nav {
    padding-top: 20px;
    padding-top: 0.66667rem;
    line-height: 1.5;
    text-align: right
  }
  #header-nav p {
    position: relative;
    right: -12.5px;
    right: -1.04167rem;
    padding-top: 12px;
    padding-top: 1rem
  }
  #header-nav p:first-child {
    padding-top: 0
  }
  #header-nav p a {
    display: inline-block;
    padding-left: 25px;
    padding-left: 2.08333rem
  }
  #header-nav p a:before {
    content: none
  }
  #site-name {
    top: 15px;
    top: 1.25rem;
    left: 12.5px;
    left: 1.04167rem
  }
  .article:nth-child(odd) .article-description-content {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
  }
  .article:nth-child(even) .article-description-content {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
  }
  .article-description {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(51, 51, 51, .4)
  }
  .article-description-content {
    color: #fff;
    width: 100%
  }
  .article-description-content .name-svg {
    top: 0;
    margin-top: -20px;
    margin-top: -1.66667rem;
    right: 0;
    width: 80px;
    width: 6.66667rem;
    margin-right: 20px;
    margin-right: 1.66667rem
  }
  .article-description-content .circle:before {
    content: none
  }
}
@media (max-width:479px) {
  .flex-container.is-break-sp-small {
    display: block
  }
  .text p.is-top-sp-small, .text ol.is-top-sp-small, .text ul.is-top-sp-small, .text dl.is-top-sp-small, .text dt.is-top-sp-small, .text dd.is-top-sp-small, .text h1.is-top-sp-small, .text h2.is-top-sp-small, .text h3.is-top-sp-small, .text h4.is-top-sp-small, .text h5.is-top-sp-small, .text h6.is-top-sp-small, .text div.is-top-sp-small, .text table.is-top-sp-small {
    margin-top: 12px;
    margin-top: 1rem
  }
  .text p.is-half-top-sp-small, .text ol.is-half-top-sp-small, .text ul.is-half-top-sp-small, .text dl.is-half-top-sp-small, .text dt.is-half-top-sp-small, .text dd.is-half-top-sp-small, .text h1.is-half-top-sp-small, .text h2.is-half-top-sp-small, .text h3.is-half-top-sp-small, .text h4.is-half-top-sp-small, .text h5.is-half-top-sp-small, .text h6.is-half-top-sp-small, .text div.is-half-top-sp-small, .text table.is-half-top-sp-small {
    margin-top: 6px;
    margin-top: .5rem
  }
  .is-text-large {
    font-size: 18px;
    font-size: 1.5rem;
    line-height: 26px;
    line-height: 2.16667rem
  }
  .col-100-sp-small {
    width: 100%
  }
}
@media (max-width:400px) {
  .is-hide-sp-small2 {
    display: none
  }
  .is-text-large {
    font-size: 16px;
    font-size: 1.33333rem;
    line-height: 24px;
    line-height: 2rem
  }
  .image.is-hero.is-hero-button .image-container {
    padding-bottom: 60%
  }
  #header-nav p a {
    padding-left: 16.66667px;
    padding-left: 1.38889rem
  }
  .article-description-content .name-svg {
    width: 60px;
    width: 5rem
  }
}
@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}
@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}
@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg)
  }
  to {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
}
@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg)
  }
  to {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
}
@-webkit-keyframes infinite-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}
@keyframes infinite-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}