@charset "UTF-8";
/* ================================
  CMS CSS initialize
================================ */
header .l-common__header-wrap .l-common__header-fixed {
  position: relative !important;
}

.p-header-search--sp-animate-main {
  overflow: visible;
}

/* ================================
  initialize
================================ */
#mainContent *, #mainContent *:before, #mainContent *:after, .remodal *, .remodal *:before, .remodal *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#mainContent h1, #mainContent h2, #mainContent h3, #mainContent h4, #mainContent h5, #mainContent h6, #mainContent p, .remodal h1, .remodal h2, .remodal h3, .remodal h4, .remodal h5, .remodal h6, .remodal p {
  margin: 0;
  padding: 0;
}

#mainContent dl, #mainContent dd, #mainContent dt, #mainContent ol, #mainContent ul, #mainContent li, .remodal dl, .remodal dd, .remodal dt, .remodal ol, .remodal ul, .remodal li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#mainContent figure, #mainContent figcaption, .remodal figure, .remodal figcaption {
  margin: 0;
  padding: 0;
}

#mainContent del, #mainContent ins, .remodal del, .remodal ins {
  text-decoration: none;
}

#mainContent a, .remodal a {
  display: inline-block;
  color: initial;
}

#mainContent a:link, #mainContent a:visited, #mainContent a:hover, #mainContent a:active, #mainContent a:focus, .remodal a:link, .remodal a:visited, .remodal a:hover, .remodal a:active, .remodal a:focus {
  text-decoration: none;
}

/* ================================
  #mainContent initialize
================================ */
#mainContent, .remodal {
  display: block;
  color: #000;
  font-size: 14px;
  font-family: 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', 'Meiryo', sans-serif;
}

#mainContent h1, #mainContent h2, #mainContent h3, #mainContent h4, .remodal h1, .remodal h2, .remodal h3, .remodal h4 {
  margin-top: -.2em;
  margin-bottom: -.2em;
  font-weight: 600;
  font-family: 'Gothic MB101 Bold', 'MySansSerif', 'YakuHanJP', sans-serif;
  line-height: 1.4;
}

#mainContent h5, #mainContent h6, .remodal h5, .remodal h6 {
  margin-top: -.2em;
  margin-bottom: -.2em;
  font-weight: 600;
  line-height: 1.4;
}

#mainContent a, .remodal a {
  color: #000;
}

#mainContent p, .remodal p {
  margin-top: -.4em;
  margin-bottom: -.4em;
  color: #585858;
  line-height: 1.8;
}

#mainContent img, .remodal img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  font-size: .5em;
}

/* ================================
  Utility
================================ */
#mainContent .ut-wrapper {
  max-width: 1580px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

#mainContent .ut-inBlock {
  display: inline-block;
}

#mainContent .ut-icon {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #999;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}

#mainContent .ut-icon svg {
  width: 100%;
  height: auto;
}

/* SP */
@media screen and (max-width: 767px) {
  #mainContent .ut-wrapper {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}

/* =====================
  - #mainContent
    > #hero
    > #handout
    > #contents
      > #contentsNav
      > #info .content
      > #need .content
      > #hazard .content
    > #check
===================== */
/* PC */
/* Tablet */
/* SP */
/* ================================
  #hero
================================ */
/* PC */
@media screen and (min-width: 768px) {
  #mainContent .hero {
    margin-bottom: 80px;
  }
  #mainContent .mv {
    margin-bottom: 40px;
  }
  #mainContent .mv__ttl {
    margin: 0;
  }
  #mainContent .lead__txt {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    color: #585858;
  }
}

/* SP */
@media screen and (max-width: 767px) {
  #mainContent .hero {
    margin-bottom: 80px;
  }
  #mainContent .mv {
    margin-bottom: 20px;
  }
  #mainContent .mv__ttl {
    margin: 0;
  }
  #mainContent .lead__txt {
    font-size: 14px;
    color: #585858;
  }
}

/* ================================
  #handout
================================ */
/* PC */
@media screen and (min-width: 768px) {
  #mainContent .handout {
    margin-top: 100px;
    margin-bottom: 120px;
    background-color: #F2F2F2;
  }
  #mainContent .handout__inner {
    max-width: 1280px;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  #mainContent .handout__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #mainContent .handout__visual {
    width: 40%;
    border-radius: 6px;
    overflow: hidden;
  }
  #mainContent .handout__visualLink {
    position: relative;
    cursor: pointer;
  }
  #mainContent .handout__visualLink:hover::before {
    background-color: rgba(0, 0, 0, 0.25);
  }
  #mainContent .handout__visualLink::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 5;
    display: block;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease;
  }
  #mainContent .handout__visualLink::after {
    content: '';
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 20;
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%3Cpath%20d%3D%22M0%2C0H24V24H0Z%22%20fill%3D%22none%22%2F%3E%20%3Cpath%20d%3D%22M20%2C2H8A2.006%2C2.006%2C0%2C0%2C0%2C6%2C4V16a2.006%2C2.006%2C0%2C0%2C0%2C2%2C2H20a2.006%2C2.006%2C0%2C0%2C0%2C2-2V4A2.006%2C2.006%2C0%2C0%2C0%2C20%2C2ZM11.5%2C9.5A1.5%2C1.5%2C0%2C0%2C1%2C10%2C11H9v2H7.5V7H10a1.5%2C1.5%2C0%2C0%2C1%2C1.5%2C1.5Zm5%2C2A1.5%2C1.5%2C0%2C0%2C1%2C15%2C13H12.5V7H15a1.5%2C1.5%2C0%2C0%2C1%2C1.5%2C1.5Zm4-3H19v1h1.5V11H19v2H17.5V7h3ZM9%2C9.5h1v-1H9ZM4%2C6H2V20a2.006%2C2.006%2C0%2C0%2C0%2C2%2C2H18V20H4Zm10%2C5.5h1v-3H14Z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-size: cover;
  }
  #mainContent .handout__lead {
    width: 55%;
  }
  #mainContent .handout__leadTtl {
    margin-top: 0;
    margin-bottom: calc(30px - .2em);
    font-family: 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', 'Meiryo', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #000;
  }
  #mainContent .handout__leadTxt {
    font-size: 16px;
    color: #585858;
  }
}

/* Tablet */
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #mainContent .handout__inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

/* SP */
@media screen and (max-width: 767px) {
  #mainContent .handout {
    margin-top: 80px;
    margin-bottom: 60px;
    background-color: #F2F2F2;
  }
  #mainContent .handout__inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #mainContent .handout__visual {
    margin-bottom: 30px;
    border-radius: 6px;
    overflow: hidden;
  }
  #mainContent .handout__visualLink {
    position: relative;
    cursor: pointer;
  }
  #mainContent .handout__visualLink::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 5;
    display: block;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease;
  }
  #mainContent .handout__visualLink::after {
    content: '';
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 20;
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%3Cpath%20d%3D%22M0%2C0H24V24H0Z%22%20fill%3D%22none%22%2F%3E%20%3Cpath%20d%3D%22M20%2C2H8A2.006%2C2.006%2C0%2C0%2C0%2C6%2C4V16a2.006%2C2.006%2C0%2C0%2C0%2C2%2C2H20a2.006%2C2.006%2C0%2C0%2C0%2C2-2V4A2.006%2C2.006%2C0%2C0%2C0%2C20%2C2ZM11.5%2C9.5A1.5%2C1.5%2C0%2C0%2C1%2C10%2C11H9v2H7.5V7H10a1.5%2C1.5%2C0%2C0%2C1%2C1.5%2C1.5Zm5%2C2A1.5%2C1.5%2C0%2C0%2C1%2C15%2C13H12.5V7H15a1.5%2C1.5%2C0%2C0%2C1%2C1.5%2C1.5Zm4-3H19v1h1.5V11H19v2H17.5V7h3ZM9%2C9.5h1v-1H9ZM4%2C6H2V20a2.006%2C2.006%2C0%2C0%2C0%2C2%2C2H18V20H4Zm10%2C5.5h1v-3H14Z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-size: cover;
  }
  #mainContent .handout__leadTtl {
    margin-top: 0;
    margin-bottom: calc(20px - .2em);
    font-family: 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', 'Meiryo', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #000;
  }
  #mainContent .handout__leadTxt {
    font-size: 14px;
    color: #585858;
  }
}

/* ================================
  #contents
================================ */
/* PC */
@media screen and (min-width: 768px) {
  #mainContent .section {
    margin-top: 60px;
    padding-top: 80px;
  }
  #mainContent .section__heading {
    margin-bottom: 80px;
  }
  #mainContent .section__ttl {
    font-size: 34px;
    font-weight: 600;
    color: #7f0019;
  }
}

/* Tablet */
/* SP */
@media screen and (max-width: 767px) {
  #mainContent .section {
    margin-top: 40px;
    padding-top: 40px;
  }
  #mainContent .section__heading {
    margin-bottom: 40px;
  }
  #mainContent .section__ttl {
    font-size: 24px;
    font-weight: 600;
    color: #7f0019;
  }
}

/* ================================
  #contentsNav
================================ */
/* PC */
@media screen and (min-width: 768px) {
  #mainContent .contents {
    position: relative;
  }
  #mainContent .contentsNav {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 50;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
  }
  #mainContent .contentsNav__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #mainContent .contentsNav__item {
    position: relative;
    width: 280px;
    margin-left: 5px;
    margin-right: 5px;
    text-align: center;
  }
  #mainContent .contentsNav__item:hover::after {
    height: 2px;
  }
  #mainContent .contentsNav__item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 0px;
    background-color: #7f0019;
    -webkit-transition: height .3s ease;
    transition: height .3s ease;
  }
  #mainContent .contentsNav__item.js-current::after {
    height: 2px;
  }
  #mainContent .contentsNav__itemLink {
    width: 100%;
    height: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    font-family: 'Gothic MB101 Bold', 'MySansSerif', 'YakuHanJP', sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #7f0019;
    line-height: 1.6;
  }
  #mainContent .contentsNav__itemLink span {
    display: inline-block;
  }
}

/* Tablet */
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #mainContent .contentsNav__item {
    width: 100%;
    margin-left: 5px;
    margin-right: 5px;
    text-align: center;
  }
  #mainContent .contentsNav__itemLink {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 18px;
  }
}

/* SP */
@media screen and (max-width: 767px) {
  #mainContent .contents {
    position: relative;
  }
  #mainContent .contentsNav {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 50;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
  }
  #mainContent .contentsNav__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #mainContent .contentsNav__item {
    position: relative;
    width: calc(100% / 3 - 2px);
    text-align: center;
  }
  #mainContent .contentsNav__item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 0px;
    background-color: #7f0019;
    -webkit-transition: height .3s ease;
    transition: height .3s ease;
  }
  #mainContent .contentsNav__item.js-current::after {
    height: 2px;
  }
  #mainContent .contentsNav__itemLink {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    height: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: 'Gothic MB101 Bold', 'MySansSerif', 'YakuHanJP', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #7f0019;
    line-height: 1.6;
  }
  #mainContent .contentsNav__itemLink span {
    display: inline-block;
  }
}

/* ================================
  #info
================================ */
/* PC */
@media screen and (min-width: 768px) {
  #mainContent .infoColumn__item {
    width: 31.73%;
    margin-right: 2.4%;
  }
  #mainContent .infoColumn__itemTtl {
    margin-bottom: calc(15px - .2em);
    font-family: 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', 'Meiryo', sans-serif;
    font-size: 18px;
    font-weight: 600;
  }
  #mainContent .infoColumn__itemTtl span {
    display: inline-block;
  }
  #mainContent .infoColumn__thumb {
    border-radius: 6px;
    overflow: hidden;
  }
  #mainContent .infoColumn__thumbLink {
    position: relative;
    cursor: pointer;
  }
  #mainContent .infoColumn__thumbLink:hover::before {
    background-color: rgba(0, 0, 0, 0.25);
  }
  #mainContent .infoColumn__thumbLink::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 5;
    display: block;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease;
  }
  #mainContent .infoColumn__thumbLink::after {
    content: '';
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 20;
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%2030%2030%22%3E%20%3Cpath%20d%3D%22M0%2C0H30V30H0Z%22%20fill%3D%22none%22%2F%3E%20%3Cpath%20d%3D%22M25.333%2C18.333v-14A2.34%2C2.34%2C0%2C0%2C0%2C23%2C2H9A2.34%2C2.34%2C0%2C0%2C0%2C6.667%2C4.333v14A2.34%2C2.34%2C0%2C0%2C0%2C9%2C20.667H23A2.34%2C2.34%2C0%2C0%2C0%2C25.333%2C18.333ZM12.5%2C13.667l2.368%2C3.162L18.333%2C12.5%2C23%2C18.333H9ZM2%2C6.667V23a2.34%2C2.34%2C0%2C0%2C0%2C2.333%2C2.333H20.667V23H4.333V6.667Z%22%20transform%3D%22translate(1.333%201.333)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-size: cover;
  }
  #mainContent .infoColumn__desc {
    margin-top: 20px;
  }
  #mainContent .infoColumn__descTxt {
    font-size: 14px;
    color: #585858;
  }
  #mainContent .infoColumn__overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    padding: 60px 20px 20px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.6)));
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.6));
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.6));
  }
  #mainContent .infoColumn__overlayTxt {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
  }
  #mainContent .infoDoc {
    margin-top: 60px;
  }
  #mainContent .infoDoc__item {
    width: 23.4%;
    margin-right: 2.133%;
  }
  #mainContent .infoDoc__thumb {
    border-radius: 6px;
    overflow: hidden;
  }
  #mainContent .infoDoc__thumbLink {
    position: relative;
  }
  #mainContent .infoDoc__thumbLink:hover::before {
    background-color: rgba(0, 0, 0, 0.25);
  }
  #mainContent .infoDoc__thumbLink::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 5;
    display: block;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease;
  }
  #mainContent .infoDoc__thumbLink::after {
    content: '';
    position: absolute;
    right: 5px;
    bottom: 5px;
    z-index: 10;
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%3Cpath%20d%3D%22M0%2C0H24V24H0Z%22%20fill%3D%22none%22%2F%3E%20%3Cpath%20d%3D%22M20%2C2H8A2.006%2C2.006%2C0%2C0%2C0%2C6%2C4V16a2.006%2C2.006%2C0%2C0%2C0%2C2%2C2H20a2.006%2C2.006%2C0%2C0%2C0%2C2-2V4A2.006%2C2.006%2C0%2C0%2C0%2C20%2C2ZM11.5%2C9.5A1.5%2C1.5%2C0%2C0%2C1%2C10%2C11H9v2H7.5V7H10a1.5%2C1.5%2C0%2C0%2C1%2C1.5%2C1.5Zm5%2C2A1.5%2C1.5%2C0%2C0%2C1%2C15%2C13H12.5V7H15a1.5%2C1.5%2C0%2C0%2C1%2C1.5%2C1.5Zm4-3H19v1h1.5V11H19v2H17.5V7h3ZM9%2C9.5h1v-1H9ZM4%2C6H2V20a2.006%2C2.006%2C0%2C0%2C0%2C2%2C2H18V20H4Zm10%2C5.5h1v-3H14Z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-size: cover;
  }
  #mainContent .infoDoc__desc {
    margin-top: 15px;
  }
  #mainContent .infoDoc__descTxt {
    font-size: 14px;
    font-weight: 600;
    color: #000;
  }
  #mainContent .infoDoc__caption {
    margin-top: calc(10px - .4em);
    font-size: 12px;
    color: #999999;
    text-indent: -1em;
    padding-left: 1em;
  }
  #mainContent .infoDoc__caption::before {
    content: '※';
  }
}

/* Tablet */
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #mainContent .infoColumn__container {
    margin-left: -40px;
    margin-right: -40px;
    padding-left: 40px;
    padding-right: 40px;
  }
  #mainContent .infoColumn__item {
    width: 31.73%;
    margin-right: 30px;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
  }
  #mainContent .infoColumn__item.swiper-slide-prev {
    opacity: 0;
  }
  #mainContent .infoColumn__itemTtl {
    font-size: 16px;
  }
  #mainContent .infoColumn__thumbLink::after {
    width: 30px;
    height: 30px;
  }
  #mainContent .infoColumn__desc {
    margin-top: 20px;
  }
  #mainContent .infoColumn__descTxt {
    font-size: 14px;
    color: #585858;
  }
  #mainContent .infoColumn__overlay {
    padding: 40px 10px 10px;
  }
  #mainContent .infoColumn__overlayTxt {
    font-size: 14px;
  }
  #mainContent .infoDoc__container {
    margin-left: -40px;
    margin-right: -40px;
    padding-left: 40px;
    padding-right: 40px;
  }
  #mainContent .infoDoc__item {
    width: 23.4%;
    margin-right: 2.133%;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
  }
  #mainContent .infoDoc__item.swiper-slide-prev {
    opacity: 0;
  }
  #mainContent .infoDoc__thumbLink::after {
    width: 20px;
    height: 20px;
  }
}

/* SP */
@media screen and (max-width: 767px) {
  #mainContent .infoColumn__container {
    margin-left: -4vw;
    margin-right: -4vw;
    padding-left: 4vw;
    padding-right: 20vw;
  }
  #mainContent .infoColumn__item {
    margin-right: 30px;
    pointer-events: none;
    opacity: .3;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
  }
  #mainContent .infoColumn__item.swiper-slide-active {
    opacity: 1;
    pointer-events: all;
  }
  #mainContent .infoColumn__itemTtl {
    margin-bottom: calc(10px - .2em);
    font-family: 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', 'Meiryo', sans-serif;
    font-size: 18px;
    font-weight: 600;
  }
  #mainContent .infoColumn__itemTtl span {
    display: inline-block;
  }
  #mainContent .infoColumn__thumb {
    border-radius: 6px;
    overflow: hidden;
  }
  #mainContent .infoColumn__thumbLink {
    position: relative;
    cursor: pointer;
  }
  #mainContent .infoColumn__thumbLink::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 5;
    display: block;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease;
  }
  #mainContent .infoColumn__thumbLink::after {
    content: '';
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 20;
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%2030%2030%22%3E%20%3Cpath%20d%3D%22M0%2C0H30V30H0Z%22%20fill%3D%22none%22%2F%3E%20%3Cpath%20d%3D%22M25.333%2C18.333v-14A2.34%2C2.34%2C0%2C0%2C0%2C23%2C2H9A2.34%2C2.34%2C0%2C0%2C0%2C6.667%2C4.333v14A2.34%2C2.34%2C0%2C0%2C0%2C9%2C20.667H23A2.34%2C2.34%2C0%2C0%2C0%2C25.333%2C18.333ZM12.5%2C13.667l2.368%2C3.162L18.333%2C12.5%2C23%2C18.333H9ZM2%2C6.667V23a2.34%2C2.34%2C0%2C0%2C0%2C2.333%2C2.333H20.667V23H4.333V6.667Z%22%20transform%3D%22translate(1.333%201.333)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-size: cover;
  }
  #mainContent .infoColumn__desc {
    margin-top: 15px;
  }
  #mainContent .infoColumn__descTxt {
    font-size: 14px;
    color: #585858;
  }
  #mainContent .infoColumn__overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    padding: 40px 10px 10px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.6)));
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.6));
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.6));
  }
  #mainContent .infoColumn__overlayTxt {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
  }
  #mainContent .infoDoc {
    margin-top: 60px;
  }
  #mainContent .infoDoc__container {
    margin-left: -4vw;
    margin-right: -4vw;
    padding-left: 4vw;
    padding-right: 41.33vw;
  }
  #mainContent .infoDoc__item {
    margin-right: 25px;
    opacity: .5;
    pointer-events: none;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
  }
  #mainContent .infoDoc__item.swiper-slide-active {
    opacity: 1;
    pointer-events: all;
  }
  #mainContent .infoDoc__thumb {
    border-radius: 6px;
    overflow: hidden;
  }
  #mainContent .infoDoc__thumbLink {
    position: relative;
  }
  #mainContent .infoDoc__thumbLink::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 5;
    display: block;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease;
  }
  #mainContent .infoDoc__thumbLink::after {
    content: '';
    position: absolute;
    right: 5px;
    bottom: 5px;
    z-index: 10;
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%3Cpath%20d%3D%22M0%2C0H24V24H0Z%22%20fill%3D%22none%22%2F%3E%20%3Cpath%20d%3D%22M20%2C2H8A2.006%2C2.006%2C0%2C0%2C0%2C6%2C4V16a2.006%2C2.006%2C0%2C0%2C0%2C2%2C2H20a2.006%2C2.006%2C0%2C0%2C0%2C2-2V4A2.006%2C2.006%2C0%2C0%2C0%2C20%2C2ZM11.5%2C9.5A1.5%2C1.5%2C0%2C0%2C1%2C10%2C11H9v2H7.5V7H10a1.5%2C1.5%2C0%2C0%2C1%2C1.5%2C1.5Zm5%2C2A1.5%2C1.5%2C0%2C0%2C1%2C15%2C13H12.5V7H15a1.5%2C1.5%2C0%2C0%2C1%2C1.5%2C1.5Zm4-3H19v1h1.5V11H19v2H17.5V7h3ZM9%2C9.5h1v-1H9ZM4%2C6H2V20a2.006%2C2.006%2C0%2C0%2C0%2C2%2C2H18V20H4Zm10%2C5.5h1v-3H14Z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
  }
  #mainContent .infoDoc__desc {
    margin-top: 10px;
  }
  #mainContent .infoDoc__descTxt {
    font-size: 13px;
    font-weight: 600;
    color: #000;
  }
  #mainContent .infoDoc__caption {
    margin-top: calc(10px - .4em);
    font-size: 12px;
    color: #999999;
    text-indent: -1em;
    padding-left: 1em;
  }
  #mainContent .infoDoc__caption::before {
    content: '※';
  }
}

/* ================================
  #need
================================ */
/* PC */
@media screen and (min-width: 768px) {
  #mainContent .need__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #mainContent .needNav {
    width: 23%;
  }
  #mainContent .needNav__container {
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
    z-index: 20;
  }
  #mainContent .needNav__item {
    opacity: .4;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
  }
  #mainContent .needNav__item:not(:first-of-type) {
    margin-top: 40px;
  }
  #mainContent .needNav__item:hover {
    opacity: 1;
  }
  #mainContent .needNav__item.js-current {
    opacity: 1;
  }
  #mainContent .needNav__itemLink {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    color: #7f0019;
  }
  #mainContent .needNav__itemTmb {
    display: block;
    width: 72px;
    margin-right: 15px;
  }
  #mainContent .needNav__itemTtl {
    display: block;
    font-size: 18px;
    font-weight: 600;
  }
  #mainContent .needContents {
    width: 74.33%;
  }
  #mainContent .needContent {
    margin-top: -20px;
    padding-top: 20px;
  }
  #mainContent .needContent:not(:first-child) {
    margin-top: 80px;
  }
  #mainContent .needContent__heading {
    margin-bottom: 40px;
  }
  #mainContent .needContent__ttl {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0;
    font-size: 26px;
    font-weight: 600;
    color: #7f0019;
  }
  #mainContent .needContent__ttlIcon {
    width: 90px;
    margin-right: 20px;
  }
}

/* Tablet */
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #mainContent .needNav__itemTmb {
    margin-right: 10px;
  }
  #mainContent .needNav__itemTtl {
    font-size: 16px;
  }
}

/* SP */
@media screen and (max-width: 767px) {
  #mainContent .needNav {
    margin-bottom: 60px;
  }
  #mainContent .needNav__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #mainContent .needNav__item {
    width: 20.87%;
    text-align: center;
  }
  #mainContent .needNav__item:not(:first-of-type) {
    margin-left: 5.217%;
  }
  #mainContent .needNav__itemLink {
    position: relative;
    padding-bottom: 20px;
    color: #7f0019;
  }
  #mainContent .needNav__itemLink::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 14.465px;
    height: 9.15px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214.465%22%20height%3D%229.15%22%20viewBox%3D%220%200%2014.465%209.15%22%3E%20%3Cpath%20d%3D%22M-9037.271%2C3529.7l6.5%2C7%2C6.5-7%22%20transform%3D%22translate(9038.004%20-3529.019)%22%20fill%3D%22none%22%20stroke%3D%22%237f0019%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: center;
  }
  #mainContent .needNav__itemTmb {
    display: block;
    margin-bottom: 10px;
  }
  #mainContent .needNav__itemTtl {
    display: block;
    font-size: 14px;
    font-weight: 600;
  }
  #mainContent .needContent {
    margin-top: -20px;
    padding-top: 20px;
  }
  #mainContent .needContent:not(:first-child) {
    margin-top: 40px;
  }
  #mainContent .needContent__heading {
    margin-bottom: 30px;
  }
  #mainContent .needContent__ttl {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    color: #7f0019;
  }
  #mainContent .needContent__ttlIcon {
    width: 90px;
    margin-right: 10px;
  }
}

/* ================================
  #need .needArticle
================================ */
/* PC */
@media screen and (min-width: 768px) {
  #mainContent .needArticle {
    position: relative;
    border: 1px solid #ddd;
    border-radius: 6px;
    overflow: hidden;
    cursor: pointer;
  }
  #mainContent .needArticle:not(:first-child) {
    margin-top: 40px;
  }
  #mainContent .needArticle__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  #mainContent .needArticle__visual {
    width: 41.24%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
  }
  #mainContent .needArticle__visual img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: 'object-fit: cover;';
  }
  #mainContent .needArticle__lead {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 58.76%;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 3.593%;
    padding-right: 80px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
  }
  #mainContent .needArticle__ttl {
    font-size: 24px;
    font-weight: 600;
  }
  #mainContent .needArticle__detail {
    display: none;
  }
  #mainContent .needArticle__btn {
    position: absolute;
    right: 0;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15px;
    background-color: rgba(255, 255, 255, 0.7);
    border: none;
    cursor: pointer;
  }
  #mainContent .needArticle__btn--top {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  #mainContent .needArticle__btn--bottom {
    bottom: 0;
  }
  #mainContent .needArticle__btn::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  #mainContent .needArticle__btn::after {
    content: '';
    width: 30px;
    height: 30px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%2030%2030%22%3E%20%3Cg%20transform%3D%22translate(-1660%20-3284)%22%3E%20%3Cg%20transform%3D%22translate(19%2022)%22%3E%20%3Cg%20transform%3D%22translate(1641%203262)%22%20fill%3D%22%23fff%22%20stroke%3D%22%23999%22%20stroke-width%3D%221%22%3E%20%3Crect%20width%3D%2230%22%20height%3D%2230%22%20rx%3D%223%22%20stroke%3D%22none%22%2F%3E%20%3Crect%20x%3D%220.5%22%20y%3D%220.5%22%20width%3D%2229%22%20height%3D%2229%22%20rx%3D%222.5%22%20fill%3D%22none%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cpath%20d%3D%22M-9037.272%2C3529.7l9%2C10%2C9-10%22%20transform%3D%22translate(10703.272%20-235.7)%22%20fill%3D%22none%22%20stroke%3D%22%23999%22%20stroke-width%3D%222%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  }
  #mainContent .needArticle__btnTxt {
    display: none;
    margin-right: 10px;
    font-size: 14px;
    font-weight: 400;
  }
  #mainContent .needProduct {
    margin-top: 40px;
  }
  #mainContent .needProduct__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #mainContent .needProduct__item {
    width: 30.89%;
    margin-left: 3.664%;
  }
  #mainContent .needProduct__item:nth-child(3n-2) {
    margin-left: 0;
  }
  #mainContent .needProduct__itemLink {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    pointer-events: all;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
  }
  #mainContent .needProduct__itemLink:hover {
    opacity: .8;
  }
  #mainContent .needProduct__itemLink * {
    pointer-events: none;
  }
  #mainContent .needProduct__thumb {
    width: 80px;
    margin-right: 5px;
  }
  #mainContent .needProduct__desc {
    width: 71.18%;
  }
  #mainContent .needProduct__name {
    display: block;
    font-size: 12px;
  }
  #mainContent .needProduct__price {
    display: block;
    margin-top: 5px;
    font-size: 11px;
    line-height: 1;
  }
  #mainContent .needProduct__num {
    margin: 0 .25em;
    font-family: 'Helvetica Neue', 'Helvetica', sans-serif;
    font-size: 13px;
    font-weight: 600;
  }
  #mainContent .needArticle.js-opend {
    pointer-events: none;
  }
  #mainContent .needArticle.js-opend .needArticle__container {
    display: block;
  }
  #mainContent .needArticle.js-opend .needArticle__visual {
    width: 100%;
  }
  #mainContent .needArticle.js-opend .needArticle__lead {
    display: block;
    width: 100%;
    padding: 60px 7.098%;
  }
  #mainContent .needArticle.js-opend .needArticle__ttl {
    font-size: 28px;
  }
  #mainContent .needArticle.js-opend .needArticle__detail {
    display: block;
    margin-top: 20px;
  }
  #mainContent .needArticle.js-opend .needArticle__label {
    margin-bottom: calc(40px - .8em);
    font-size: 14px;
    color: #999;
  }
  #mainContent .needArticle.js-opend .needArticle__txt {
    margin-top: calc(20px - .4em);
    font-size: 16px;
    color: #707070;
  }
  #mainContent .needArticle.js-opend .needArticle__caption {
    margin-top: calc(20px - .4em);
    font-size: 14px;
    color: #707070;
    text-indent: -1em;
    padding-left: 1em;
  }
  #mainContent .needArticle.js-opend .needArticle__caption::before {
    content: '※';
  }
  #mainContent .needArticle.js-opend .needArticle__staff {
    margin-top: 40px;
  }
  #mainContent .needArticle.js-opend .needArticle__staffLink {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 10px 23px;
    font-size: 14px;
    line-height: 1;
    border: 1px solid #DDDDDD;
    border-radius: 2em;
    cursor: pointer;
    pointer-events: all;
  }
  #mainContent .needArticle.js-opend .needArticle__staffLink::before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 5px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%3Cpath%20d%3D%22M0%2C0H24V24H0Z%22%20fill%3D%22none%22%2F%3E%20%3Cpath%20d%3D%22M9%2C21a1%2C1%2C0%2C0%2C0%2C1%2C1h4a1%2C1%2C0%2C0%2C0%2C1-1V20H9ZM12%2C2A7%2C7%2C0%2C0%2C0%2C8%2C14.74V17a1%2C1%2C0%2C0%2C0%2C1%2C1h6a1%2C1%2C0%2C0%2C0%2C1-1V14.74A7%2C7%2C0%2C0%2C0%2C12%2C2Zm2.85%2C11.1-.85.6V16H10V13.7l-.85-.6a5%2C5%2C0%2C1%2C1%2C5.7%2C0Z%22%20fill%3D%22%23999%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
  }
  #mainContent .needArticle.js-opend .needArticle__btn {
    pointer-events: all;
  }
  #mainContent .needArticle.js-opend .needArticle__btn--top {
    top: 0;
    -webkit-transform: none;
            transform: none;
  }
  #mainContent .needArticle.js-opend .needArticle__btn::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%2030%2030%22%3E%20%3Cg%20transform%3D%22translate(-1660%20-3284)%22%3E%20%3Cg%20transform%3D%22translate(19%2022)%22%3E%20%3Cg%20transform%3D%22translate(1641%203262)%22%20fill%3D%22%23fff%22%20stroke%3D%22%23999%22%20stroke-width%3D%221%22%3E%20%3Crect%20width%3D%2230%22%20height%3D%2230%22%20rx%3D%223%22%20stroke%3D%22none%22%2F%3E%20%3Crect%20x%3D%220.5%22%20y%3D%220.5%22%20width%3D%2229%22%20height%3D%2229%22%20rx%3D%222.5%22%20fill%3D%22none%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cpath%20d%3D%22M-9019.272%2C3539.7l-9-10-9%2C10%22%20transform%3D%22translate(10703.272%20-235.7)%22%20fill%3D%22none%22%20stroke%3D%22%23999%22%20stroke-width%3D%222%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  }
  #mainContent .needArticle.js-opend .needArticle__btnTxt {
    display: inline-block;
  }
}

/* Tablet */
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #mainContent .needArticle__visual {
    width: 41.24%;
  }
  #mainContent .needArticle__lead {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 58.76%;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 3.593%;
    padding-right: 80px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
  }
  #mainContent .needArticle__ttl {
    font-size: 18px;
  }
  #mainContent .needArticle__detail {
    display: none;
  }
  #mainContent .needArticle__btn {
    padding: 15px;
    background-color: #fff;
    border: none;
    cursor: pointer;
  }
  #mainContent .needArticle__btn--top {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  #mainContent .needArticle__btn--bottom {
    bottom: 0;
  }
  #mainContent .needArticle__btn::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  #mainContent .needArticle__btn::after {
    content: '';
    width: 30px;
    height: 30px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%2030%2030%22%3E%20%3Cg%20transform%3D%22translate(-1660%20-3284)%22%3E%20%3Cg%20transform%3D%22translate(19%2022)%22%3E%20%3Cg%20transform%3D%22translate(1641%203262)%22%20fill%3D%22%23fff%22%20stroke%3D%22%23999%22%20stroke-width%3D%221%22%3E%20%3Crect%20width%3D%2230%22%20height%3D%2230%22%20rx%3D%223%22%20stroke%3D%22none%22%2F%3E%20%3Crect%20x%3D%220.5%22%20y%3D%220.5%22%20width%3D%2229%22%20height%3D%2229%22%20rx%3D%222.5%22%20fill%3D%22none%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cpath%20d%3D%22M-9037.272%2C3529.7l9%2C10%2C9-10%22%20transform%3D%22translate(10703.272%20-235.7)%22%20fill%3D%22none%22%20stroke%3D%22%23999%22%20stroke-width%3D%222%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  }
  #mainContent .needArticle__btnTxt {
    display: none;
    margin-right: 10px;
    font-size: 12px;
    font-weight: 400;
  }
  #mainContent .needProduct {
    margin-top: 30px;
  }
  #mainContent .needProduct__item {
    width: 100%;
    margin-left: 0;
  }
  #mainContent .needProduct__item:nth-child(n+2) {
    margin-top: 20px;
  }
  #mainContent .needProduct__itemLink {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    pointer-events: all;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
  }
  #mainContent .needProduct__itemLink:hover {
    opacity: .8;
  }
  #mainContent .needProduct__itemLink * {
    pointer-events: none;
  }
  #mainContent .needProduct__thumb {
    min-width: 80px;
    margin-right: 5px;
  }
  #mainContent .needProduct__desc {
    width: 100%;
  }
  #mainContent .needArticle.js-opend {
    pointer-events: none;
  }
  #mainContent .needArticle.js-opend .needArticle__container {
    display: block;
  }
  #mainContent .needArticle.js-opend .needArticle__visual {
    width: 100%;
  }
  #mainContent .needArticle.js-opend .needArticle__lead {
    display: block;
    width: 100%;
    padding: 60px 7.098%;
  }
  #mainContent .needArticle.js-opend .needArticle__ttl {
    font-size: 28px;
  }
  #mainContent .needArticle.js-opend .needArticle__detail {
    display: block;
    margin-top: 15px;
  }
  #mainContent .needArticle.js-opend .needArticle__label {
    margin-bottom: calc(30px - .8em);
    font-size: 14px;
    color: #999;
  }
  #mainContent .needArticle.js-opend .needArticle__txt {
    margin-top: calc(20px - .4em);
    font-size: 14px;
    color: #707070;
  }
  #mainContent .needArticle.js-opend .needArticle__caption {
    margin-top: calc(20px - .4em);
    font-size: 14px;
    color: #707070;
    text-indent: -1em;
    padding-left: 1em;
  }
  #mainContent .needArticle.js-opend .needArticle__caption::before {
    content: '※';
  }
  #mainContent .needArticle.js-opend .needArticle__staff {
    margin-top: 30px;
  }
  #mainContent .needArticle.js-opend .needArticle__staffLink {
    width: 100%;
    font-size: 14px;
  }
  #mainContent .needArticle.js-opend .needArticle__btn {
    pointer-events: all;
  }
  #mainContent .needArticle.js-opend .needArticle__btn--top {
    top: 0;
    -webkit-transform: none;
            transform: none;
  }
  #mainContent .needArticle.js-opend .needArticle__btn::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%2030%2030%22%3E%20%3Cg%20transform%3D%22translate(-1660%20-3284)%22%3E%20%3Cg%20transform%3D%22translate(19%2022)%22%3E%20%3Cg%20transform%3D%22translate(1641%203262)%22%20fill%3D%22%23fff%22%20stroke%3D%22%23999%22%20stroke-width%3D%221%22%3E%20%3Crect%20width%3D%2230%22%20height%3D%2230%22%20rx%3D%223%22%20stroke%3D%22none%22%2F%3E%20%3Crect%20x%3D%220.5%22%20y%3D%220.5%22%20width%3D%2229%22%20height%3D%2229%22%20rx%3D%222.5%22%20fill%3D%22none%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cpath%20d%3D%22M-9019.272%2C3539.7l-9-10-9%2C10%22%20transform%3D%22translate(10703.272%20-235.7)%22%20fill%3D%22none%22%20stroke%3D%22%23999%22%20stroke-width%3D%222%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  }
  #mainContent .needArticle.js-opend .needArticle__btnTxt {
    display: inline-block;
  }
}

/* SP */
@media screen and (max-width: 767px) {
  #mainContent .needArticle {
    position: relative;
    border: 1px solid #ddd;
    border-radius: 6px;
    overflow: hidden;
  }
  #mainContent .needArticle:not(:first-child) {
    margin-top: 20px;
  }
  #mainContent .needArticle__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  #mainContent .needArticle__visual {
    width: 40.58%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
  }
  #mainContent .needArticle__visual img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: 'object-fit: cover;';
  }
  #mainContent .needArticle__lead {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 58.76%;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 2.898%;
    padding-right: 45px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
  }
  #mainContent .needArticle__ttl {
    font-size: 14px;
    font-weight: 600;
  }
  #mainContent .needArticle__detail {
    display: none;
  }
  #mainContent .needArticle__btn {
    position: absolute;
    right: 0;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.7);
    border: none;
    cursor: pointer;
  }
  #mainContent .needArticle__btn--top {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  #mainContent .needArticle__btn--bottom {
    bottom: 0;
  }
  #mainContent .needArticle__btn::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  #mainContent .needArticle__btn::after {
    content: '';
    width: 25px;
    height: 25px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%2030%2030%22%3E%20%3Cg%20transform%3D%22translate(-1660%20-3284)%22%3E%20%3Cg%20transform%3D%22translate(19%2022)%22%3E%20%3Cg%20transform%3D%22translate(1641%203262)%22%20fill%3D%22%23fff%22%20stroke%3D%22%23999%22%20stroke-width%3D%221%22%3E%20%3Crect%20width%3D%2230%22%20height%3D%2230%22%20rx%3D%223%22%20stroke%3D%22none%22%2F%3E%20%3Crect%20x%3D%220.5%22%20y%3D%220.5%22%20width%3D%2229%22%20height%3D%2229%22%20rx%3D%222.5%22%20fill%3D%22none%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cpath%20d%3D%22M-9037.272%2C3529.7l9%2C10%2C9-10%22%20transform%3D%22translate(10703.272%20-235.7)%22%20fill%3D%22none%22%20stroke%3D%22%23999%22%20stroke-width%3D%222%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
    background-size: cover;
  }
  #mainContent .needArticle__btnTxt {
    display: none;
    margin-right: 8px;
    font-size: 12px;
    font-weight: 400;
  }
  #mainContent .needProduct {
    margin-top: 30px;
  }
  #mainContent .needProduct__item:nth-child(n+2) {
    margin-top: 20px;
  }
  #mainContent .needProduct__itemLink {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    pointer-events: all;
  }
  #mainContent .needProduct__itemLink * {
    pointer-events: none;
  }
  #mainContent .needProduct__thumb {
    width: 70px;
    margin-right: 10px;
  }
  #mainContent .needProduct__desc {
    width: 71.18%;
  }
  #mainContent .needProduct__name {
    display: block;
    font-size: 12px;
  }
  #mainContent .needProduct__price {
    display: block;
    margin-top: 5px;
    font-size: 11px;
    line-height: 1;
  }
  #mainContent .needProduct__num {
    margin: 0 .25em;
    font-family: 'Helvetica Neue', 'Helvetica', sans-serif;
    font-size: 13px;
    font-weight: 600;
  }
  #mainContent .needArticle.js-opend {
    pointer-events: none;
  }
  #mainContent .needArticle.js-opend .needArticle__container {
    display: block;
  }
  #mainContent .needArticle.js-opend .needArticle__visual {
    width: 100%;
  }
  #mainContent .needArticle.js-opend .needArticle__lead {
    display: block;
    width: 100%;
    padding: 20px 4.347% 60px;
  }
  #mainContent .needArticle.js-opend .needArticle__ttl {
    font-size: 18px;
  }
  #mainContent .needArticle.js-opend .needArticle__detail {
    display: block;
    margin-top: 15px;
  }
  #mainContent .needArticle.js-opend .needArticle__label {
    margin-bottom: calc(30px - .8em);
    font-size: 13px;
    color: #999;
  }
  #mainContent .needArticle.js-opend .needArticle__txt {
    margin-top: calc(20px - .4em);
    font-size: 14px;
    color: #707070;
  }
  #mainContent .needArticle.js-opend .needArticle__caption {
    margin-top: calc(20px - .4em);
    font-size: 14px;
    color: #707070;
    text-indent: -1em;
    padding-left: 1em;
  }
  #mainContent .needArticle.js-opend .needArticle__caption::before {
    content: '※';
  }
  #mainContent .needArticle.js-opend .needArticle__staff {
    margin-top: 30px;
  }
  #mainContent .needArticle.js-opend .needArticle__staffLink {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    padding: 10px 20px;
    font-size: 14px;
    line-height: 1;
    border: 1px solid #DDDDDD;
    border-radius: 2em;
    cursor: pointer;
    pointer-events: all;
  }
  #mainContent .needArticle.js-opend .needArticle__staffLink::before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 5px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%3Cpath%20d%3D%22M0%2C0H24V24H0Z%22%20fill%3D%22none%22%2F%3E%20%3Cpath%20d%3D%22M9%2C21a1%2C1%2C0%2C0%2C0%2C1%2C1h4a1%2C1%2C0%2C0%2C0%2C1-1V20H9ZM12%2C2A7%2C7%2C0%2C0%2C0%2C8%2C14.74V17a1%2C1%2C0%2C0%2C0%2C1%2C1h6a1%2C1%2C0%2C0%2C0%2C1-1V14.74A7%2C7%2C0%2C0%2C0%2C12%2C2Zm2.85%2C11.1-.85.6V16H10V13.7l-.85-.6a5%2C5%2C0%2C1%2C1%2C5.7%2C0Z%22%20fill%3D%22%23999%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
  }
  #mainContent .needArticle.js-opend .needArticle__btn {
    pointer-events: all;
  }
  #mainContent .needArticle.js-opend .needArticle__btn--top {
    top: 0;
    -webkit-transform: none;
            transform: none;
  }
  #mainContent .needArticle.js-opend .needArticle__btn::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%2030%2030%22%3E%20%3Cg%20transform%3D%22translate(-1660%20-3284)%22%3E%20%3Cg%20transform%3D%22translate(19%2022)%22%3E%20%3Cg%20transform%3D%22translate(1641%203262)%22%20fill%3D%22%23fff%22%20stroke%3D%22%23999%22%20stroke-width%3D%221%22%3E%20%3Crect%20width%3D%2230%22%20height%3D%2230%22%20rx%3D%223%22%20stroke%3D%22none%22%2F%3E%20%3Crect%20x%3D%220.5%22%20y%3D%220.5%22%20width%3D%2229%22%20height%3D%2229%22%20rx%3D%222.5%22%20fill%3D%22none%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cpath%20d%3D%22M-9019.272%2C3539.7l-9-10-9%2C10%22%20transform%3D%22translate(10703.272%20-235.7)%22%20fill%3D%22none%22%20stroke%3D%22%23999%22%20stroke-width%3D%222%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  }
  #mainContent .needArticle.js-opend .needArticle__btnTxt {
    display: inline-block;
  }
}

/* ================================
  #hazard
================================ */
/* PC */
@media screen and (min-width: 768px) {
  #mainContent .hazardContent:not(:first-child) {
    margin-top: 100px;
  }
  #mainContent .hazardContent__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #mainContent .hazardContent__lead {
    width: 48%;
  }
  #mainContent .hazardContent__ttl {
    margin-top: 0;
    margin-bottom: calc(30px - .2em);
    font-size: 26px;
    font-weight: 600;
  }
  #mainContent .hazardContent__txt {
    font-size: 14px;
  }
  #mainContent .hazardContent__txt:not(:first-of-type) {
    margin-top: calc(20px - .4em);
  }
  #mainContent .hazardContent__visual {
    width: 48%;
  }
  #mainContent .hazardProduct {
    margin-top: 40px;
  }
  #mainContent .hazardProduct__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  #mainContent .hazardProduct__item {
    width: 28.61%;
    margin-right: 4.444%;
    text-align: center;
  }
  #mainContent .hazardProduct__itemLink {
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
  }
  #mainContent .hazardProduct__itemLink:hover {
    opacity: .8;
  }
  #mainContent .hazardProduct__itemTmb {
    display: block;
    margin-bottom: 10px;
  }
  #mainContent .hazardProduct__name {
    display: block;
    font-size: 12px;
    font-weight: 400;
    color: #000;
    line-height: 1.4;
    margin-bottom: calc(10px - .2em);
  }
  #mainContent .hazardProduct__price {
    display: block;
    font-size: 11px;
  }
  #mainContent .hazardProduct__num {
    display: inline-block;
    margin: 0 .25em;
    font-family: 'Helvetica Neue', 'Helvetica', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #000;
    line-height: 1;
  }
  #mainContent .hazardSlide {
    position: relative;
    padding-bottom: 48px;
  }
  #mainContent .hazardSlide--simple {
    padding-bottom: 0;
  }
  #mainContent .hazardSlide__container {
    position: static;
    border-radius: 6px;
    overflow: hidden;
  }
  #mainContent .hazardSlide__item {
    position: relative;
  }
  #mainContent .hazardSlide__caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 40px 20px 20px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.5)));
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.5));
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.5));
  }
  #mainContent .hazardSlide__captionTxt {
    font-size: 14px;
    color: #fff;
  }
  #mainContent .hazardSlide__console {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #mainContent .hazardSlide__button {
    position: static;
    margin-top: 0;
    width: 30px;
    height: 48px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212.164%22%20height%3D%2219.487%22%20viewBox%3D%220%200%2012.164%2019.487%22%3E%20%3Cpath%20d%3D%22M0%2C10%2C9%2C0l9%2C10%22%20transform%3D%22translate(10.669%200.743)%20rotate(90)%22%20fill%3D%22none%22%20stroke%3D%22%23999%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
    background-size: 10px;
    background-position: center;
  }
  #mainContent .hazardSlide__button--prev {
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
  #mainContent .hazardSlide__pagination {
    position: static;
  }
  #mainContent .hazardSlide__pagination .swiper-pagination-bullet {
    margin: 0 4px;
  }
  #mainContent .hazardSlide__pagination .swiper-pagination-bullet-active {
    background-color: #999;
  }
}

/* Tablet */
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #mainContent .hazardSlide__captionTxt {
    font-size: 12px;
  }
}

/* SP */
@media screen and (max-width: 767px) {
  #mainContent .hazardContent:not(:first-child) {
    margin-top: 60px;
  }
  #mainContent .hazardContent__ttl {
    margin-top: 0;
    margin-bottom: calc(30px - .2em);
    font-size: 18px;
    font-weight: 600;
  }
  #mainContent .hazardContent__txt {
    font-size: 14px;
  }
  #mainContent .hazardContent__txt:not(:first-of-type) {
    margin-top: calc(20px - .4em);
  }
  #mainContent .hazardContent__visual:not(:first-child) {
    margin-top: 30px;
  }
  #mainContent .hazardProduct {
    margin-top: 20px;
  }
  #mainContent .hazardProduct__item:not(:first-of-type) {
    margin-top: 15px;
  }
  #mainContent .hazardProduct__itemLink {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #mainContent .hazardProduct__itemTmb {
    display: block;
    min-width: 20.29%;
    width: 20.29%;
    margin-right: 5px;
  }
  #mainContent .hazardProduct__itemDesc {
    width: 78.26%;
  }
  #mainContent .hazardProduct__name {
    display: block;
    font-size: 13px;
    font-weight: 400;
    color: #000;
    line-height: 1.4;
    margin-bottom: calc(10px - .2em);
  }
  #mainContent .hazardProduct__price {
    display: block;
    font-size: 11px;
  }
  #mainContent .hazardProduct__num {
    display: inline-block;
    margin: 0 .25em;
    font-family: 'Helvetica Neue', 'Helvetica', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #000;
    line-height: 1;
  }
  #mainContent .hazardSlide {
    position: relative;
    padding-bottom: 48px;
  }
  #mainContent .hazardSlide--simple {
    padding-bottom: 0;
  }
  #mainContent .hazardSlide__container {
    position: static;
    border-radius: 6px;
    overflow: hidden;
  }
  #mainContent .hazardSlide__item {
    position: relative;
  }
  #mainContent .hazardSlide__caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 40px 20px 20px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.5)));
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.5));
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.5));
  }
  #mainContent .hazardSlide__captionTxt {
    font-size: 12px;
    color: #fff;
  }
  #mainContent .hazardSlide__console {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #mainContent .hazardSlide__button {
    position: static;
    margin-top: 0;
    width: 30px;
    height: 48px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212.164%22%20height%3D%2219.487%22%20viewBox%3D%220%200%2012.164%2019.487%22%3E%20%3Cpath%20d%3D%22M0%2C10%2C9%2C0l9%2C10%22%20transform%3D%22translate(10.669%200.743)%20rotate(90)%22%20fill%3D%22none%22%20stroke%3D%22%23999%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
    background-size: 10px;
    background-position: center;
  }
  #mainContent .hazardSlide__button--prev {
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
  #mainContent .hazardSlide__pagination {
    position: static;
  }
  #mainContent .hazardSlide__pagination .swiper-pagination-bullet {
    margin: 0 4px;
  }
  #mainContent .hazardSlide__pagination .swiper-pagination-bullet-active {
    background-color: #999;
  }
}

/* ================================
  #check
================================ */
/* PC */
@media screen and (min-width: 768px) {
  #mainContent .check {
    position: relative;
    background-color: #f2f2f2;
    margin-top: 80px;
  }
  #mainContent .check__inner {
    padding-top: 40px;
    padding-bottom: 80px;
  }
  #mainContent .check__heading {
    margin-bottom: 30px;
  }
  #mainContent .check__ttl {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 26px;
    font-weight: 600;
    color: #7f0019;
  }
  #mainContent .check__ttl::before {
    content: '';
    display: inline-block;
    margin-right: 10px;
    width: 18px;
    height: 18px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%3E%20%3Cpath%20d%3D%22M19%2C3H5A2.006%2C2.006%2C0%2C0%2C0%2C3%2C5V19a2.006%2C2.006%2C0%2C0%2C0%2C2%2C2H19a2.006%2C2.006%2C0%2C0%2C0%2C2-2V5A2.006%2C2.006%2C0%2C0%2C0%2C19%2C3Zm0%2C16H5V5H19ZM17.99%2C9%2C16.58%2C7.58%2C9.99%2C14.17%2C7.41%2C11.6%2C5.99%2C13.01l4%2C3.99Z%22%20transform%3D%22translate(-3%20-3)%22%20fill%3D%22%237f0019%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  #mainContent .checkList__block:not(:first-child) {
    margin-top: 40px;
  }
  #mainContent .checkList__headline {
    position: relative;
    font-family: 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', 'Meiryo', sans-serif;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: calc(30px - .2em);
  }
  #mainContent .checkList__headline span {
    position: relative;
    display: inline-block;
    padding-right: 30px;
    z-index: 10;
    background-color: #f2f2f2;
  }
  #mainContent .checkList__headline::after {
    content: "";
    position: absolute;
    top: calc(50% - .5px);
    left: 0;
    right: 0;
    border-top: solid 1px #999999;
  }
  #mainContent .checkList__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #mainContent .checkList__item {
    position: relative;
    -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
  }
  #mainContent .checkList__item:nth-of-type(n+5) {
    margin-top: 20px;
  }
  #mainContent .checkList__item--col2 {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
  }
  #mainContent .checkList__item--col2:nth-of-type(n+4) {
    margin-top: 20px;
  }
  #mainContent .checkList__input {
    display: none;
  }
  #mainContent .checkList__input:checked + .checkList__label {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%3E%20%3Cg%20transform%3D%22translate(-60%20-196)%22%3E%20%3Cg%20transform%3D%22translate(60%20196)%22%20fill%3D%22%23585858%22%20stroke%3D%22%23585858%22%20stroke-width%3D%221%22%3E%20%3Crect%20width%3D%2218%22%20height%3D%2218%22%20rx%3D%221%22%20stroke%3D%22none%22%2F%3E%20%3Crect%20x%3D%220.5%22%20y%3D%220.5%22%20width%3D%2217%22%20height%3D%2217%22%20rx%3D%220.5%22%20fill%3D%22none%22%2F%3E%20%3C%2Fg%3E%20%3Cpath%20d%3D%22M-1608.23%2C900.06l3.376%2C3.376%2C7.207-7.055%22%20transform%3D%22translate(1671.73%20-694.881)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%222%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  }
  #mainContent .checkList__label {
    display: inline-block;
    width: 18px;
    height: auto;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%3E%20%3Cg%20fill%3D%22none%22%20stroke%3D%22%23999%22%20stroke-width%3D%221%22%3E%20%3Crect%20width%3D%2218%22%20height%3D%2218%22%20rx%3D%221%22%20stroke%3D%22none%22%2F%3E%20%3Crect%20x%3D%220.5%22%20y%3D%220.5%22%20width%3D%2217%22%20height%3D%2217%22%20rx%3D%220.5%22%20fill%3D%22none%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
    background-size: 18px;
    background-position: left center;
    background-repeat: no-repeat;
    margin-right: 10px;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  #mainContent .checkList__itemLink {
    font-size: 14px;
    line-height: 1.4;
    -webkit-transition: border .1 ease;
    transition: border .1 ease;
  }
  #mainContent .checkList__itemLink:hover {
    border-bottom: 2px solid #aaaaaa;
  }
  #mainContent .checkList__footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
  #mainContent .checkList__accordion {
    position: relative;
    text-align: center;
  }
  #mainContent .checkList__accordion::after {
    content: '';
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    width: 100%;
    background-color: #fff;
  }
  #mainContent .checkList__accordionBtn {
    position: relative;
    z-index: 10;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0.929em 0;
    max-width: 220px;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    background-color: #fff;
    border: none;
    border-radius: 6px;
    cursor: pointer;
  }
  #mainContent .checkList__accordionBtn::after {
    content: '';
    display: inline-block;
    top: -1px;
    margin-left: 10px;
    width: 14.2px;
    height: 7.1px;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210.707%22%20height%3D%226.061%22%20viewBox%3D%220%200%2010.707%206.061%22%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill%3Anone%3Bstroke%3A%23585858%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22a%22%20d%3D%22M1092.667-787.3l5-5%2C5%2C5%22%20transform%3D%22translate(-1092.314%20793.008)%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
  }
  #mainContent .checkList__accordionBtn.js-opened::after {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@media screen and (max-width: 1280px) and (min-width: 1024px) {
  #mainContent .checkList__item {
    -webkit-flex-basis: 33.3%;
        -ms-flex-preferred-size: 33.3%;
            flex-basis: 33.3%;
  }
  #mainContent .checkList__item:nth-child(n+4) {
    margin-top: 20px;
  }
  #mainContent .checkList__item--col2 {
    -webkit-flex-basis: 66.6%;
        -ms-flex-preferred-size: 66.6%;
            flex-basis: 66.6%;
  }
  #mainContent .checkList__item--col2:nth-of-type(n+3) {
    margin-top: 20px;
  }
}

/* Tablet */
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #mainContent .checkList__item {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
  }
  #mainContent .checkList__item:nth-child(n+3) {
    margin-top: 20px;
  }
  #mainContent .checkList__item--col2 {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
  #mainContent .checkList__item--col2:nth-of-type(n+2) {
    margin-top: 20px;
  }
}

/* SP */
@media screen and (max-width: 767px) {
  #mainContent .check {
    position: relative;
    margin-top: 60px;
    background-color: #f2f2f2;
  }
  #mainContent .check__inner {
    padding-top: 40px;
    padding-bottom: 80px;
  }
  #mainContent .check__heading {
    margin-bottom: 30px;
  }
  #mainContent .check__ttl {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 18px;
    font-weight: 600;
    color: #7f0019;
  }
  #mainContent .check__ttl::before {
    content: '';
    display: inline-block;
    margin-right: 10px;
    width: 18px;
    height: 18px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%3E%20%3Cpath%20d%3D%22M19%2C3H5A2.006%2C2.006%2C0%2C0%2C0%2C3%2C5V19a2.006%2C2.006%2C0%2C0%2C0%2C2%2C2H19a2.006%2C2.006%2C0%2C0%2C0%2C2-2V5A2.006%2C2.006%2C0%2C0%2C0%2C19%2C3Zm0%2C16H5V5H19ZM17.99%2C9%2C16.58%2C7.58%2C9.99%2C14.17%2C7.41%2C11.6%2C5.99%2C13.01l4%2C3.99Z%22%20transform%3D%22translate(-3%20-3)%22%20fill%3D%22%237f0019%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  #mainContent .checkList__block:not(:first-child) {
    margin-top: 30px;
  }
  #mainContent .checkList__headline {
    position: relative;
    font-family: 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', 'Meiryo', sans-serif;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: calc(30px - .2em);
  }
  #mainContent .checkList__headline span {
    position: relative;
    display: inline-block;
    padding-right: 1em;
    z-index: 10;
    background-color: #f2f2f2;
  }
  #mainContent .checkList__headline::after {
    content: "";
    position: absolute;
    top: calc(50% - .5px);
    left: 0;
    right: 0;
    border-top: solid 1px #999999;
  }
  #mainContent .checkList__item {
    position: relative;
  }
  #mainContent .checkList__item:nth-of-type(n+2) {
    margin-top: 20px;
  }
  #mainContent .checkList__input {
    display: none;
  }
  #mainContent .checkList__input:checked + .checkList__label {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%3E%20%3Cg%20transform%3D%22translate(-60%20-196)%22%3E%20%3Cg%20transform%3D%22translate(60%20196)%22%20fill%3D%22%23585858%22%20stroke%3D%22%23585858%22%20stroke-width%3D%221%22%3E%20%3Crect%20width%3D%2218%22%20height%3D%2218%22%20rx%3D%221%22%20stroke%3D%22none%22%2F%3E%20%3Crect%20x%3D%220.5%22%20y%3D%220.5%22%20width%3D%2217%22%20height%3D%2217%22%20rx%3D%220.5%22%20fill%3D%22none%22%2F%3E%20%3C%2Fg%3E%20%3Cpath%20d%3D%22M-1608.23%2C900.06l3.376%2C3.376%2C7.207-7.055%22%20transform%3D%22translate(1671.73%20-694.881)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%222%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  }
  #mainContent .checkList__label {
    display: inline-block;
    width: 18px;
    height: auto;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%3E%20%3Cg%20fill%3D%22none%22%20stroke%3D%22%23999%22%20stroke-width%3D%221%22%3E%20%3Crect%20width%3D%2218%22%20height%3D%2218%22%20rx%3D%221%22%20stroke%3D%22none%22%2F%3E%20%3Crect%20x%3D%220.5%22%20y%3D%220.5%22%20width%3D%2217%22%20height%3D%2217%22%20rx%3D%220.5%22%20fill%3D%22none%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
    background-size: 18px;
    background-position: left center;
    background-repeat: no-repeat;
    margin-right: 10px;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  #mainContent .checkList__itemLink {
    font-size: 14px;
    line-height: 1.4;
    -webkit-transition: border .1 ease;
    transition: border .1 ease;
  }
  #mainContent .checkList__itemLink:hover {
    border-bottom: 2px solid #aaaaaa;
  }
  #mainContent .checkList__footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
  #mainContent .checkList__accordion {
    position: relative;
    text-align: center;
  }
  #mainContent .checkList__accordion::after {
    content: '';
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    width: 100%;
    background-color: #fff;
  }
  #mainContent .checkList__accordionBtn {
    position: relative;
    z-index: 10;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0.929em 0;
    max-width: 220px;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    background-color: #fff;
    border: none;
    border-radius: 6px;
    cursor: pointer;
  }
  #mainContent .checkList__accordionBtn::after {
    content: '';
    display: inline-block;
    top: -1px;
    margin-left: 10px;
    width: 14.2px;
    height: 7.1px;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210.707%22%20height%3D%226.061%22%20viewBox%3D%220%200%2010.707%206.061%22%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill%3Anone%3Bstroke%3A%23585858%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22a%22%20d%3D%22M1092.667-787.3l5-5%2C5%2C5%22%20transform%3D%22translate(-1092.314%20793.008)%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
  }
  #mainContent .checkList__accordionBtn.js-opened::after {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

/* ================================
  Remodal (if necessary)
================================ */
/* remodal initialize */
html.remodal-is-locked body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.remodal-overlay {
  background: rgba(242, 242, 242, 0.95);
}

.remodal-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0;
  overflow: hidden;
}

.remodal-wrapper::after {
  content: none;
}

.remodal {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 100%;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  background: none;
}

/* remodal PC */
@media screen and (min-width: 768px) {
  .remodal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    pointer-events: none;
  }
  .remodal .remodal__inner {
    width: 100%;
    max-height: 80vh;
    max-height: calc(var(--vh, 1vh) * 80);
    overflow-x: hidden;
    overflow-y: auto;
    pointer-events: all;
  }
  .remodal--image.remodal {
    max-width: 780px;
  }
  .remodal--image .remodal__inner {
    position: relative;
    padding: 60px 40px;
  }
  .remodal--image .remodal__close {
    position: absolute;
    top: 0;
    right: 20px;
    width: 60px;
    height: 60px;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2225.414%22%20height%3D%2225.414%22%20viewBox%3D%220%200%2025.414%2025.414%22%3E%20%3Cg%20transform%3D%22translate(-160.748%20-656.843)%22%3E%20%3Cg%20transform%3D%22translate(161.455%20657.55)%22%3E%20%3Cpath%20d%3D%22M1344.875-2473.45l24%2C24%22%20transform%3D%22translate(-1344.875%202473.45)%22%20fill%3D%22none%22%20stroke%3D%22%23585858%22%20stroke-width%3D%222%22%2F%3E%20%3Cpath%20d%3D%22M0%2C0%2C24%2C24%22%20transform%3D%22translate(0%2024)%20rotate(-90)%22%20fill%3D%22none%22%20stroke%3D%22%23585858%22%20stroke-width%3D%222%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
    border: none;
    cursor: pointer;
  }
  .remodal--image .remodal__caption {
    margin-top: 20px;
    text-align: right;
  }
  .remodal--image .remodal__captionLink {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .remodal--image .remodal__captionLink::before {
    content: '';
    width: 20px;
    height: 20px;
    margin-right: 5px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%3Cpath%20d%3D%22M0%2C0H24V24H0Z%22%20fill%3D%22none%22%2F%3E%20%3Cpath%20d%3D%22M20%2C2H8A2.006%2C2.006%2C0%2C0%2C0%2C6%2C4V16a2.006%2C2.006%2C0%2C0%2C0%2C2%2C2H20a2.006%2C2.006%2C0%2C0%2C0%2C2-2V4A2.006%2C2.006%2C0%2C0%2C0%2C20%2C2ZM11.5%2C9.5A1.5%2C1.5%2C0%2C0%2C1%2C10%2C11H9v2H7.5V7H10a1.5%2C1.5%2C0%2C0%2C1%2C1.5%2C1.5Zm5%2C2A1.5%2C1.5%2C0%2C0%2C1%2C15%2C13H12.5V7H15a1.5%2C1.5%2C0%2C0%2C1%2C1.5%2C1.5Zm4-3H19v1h1.5V11H19v2H17.5V7h3ZM9%2C9.5h1v-1H9ZM4%2C6H2V20a2.006%2C2.006%2C0%2C0%2C0%2C2%2C2H18V20H4Zm10%2C5.5h1v-3H14Z%22%20fill%3D%22%23585858%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: center;
  }
  .remodal--staff.remodal {
    max-width: 1280px;
    padding: 40px;
  }
  .remodal--staff .remodal__inner {
    position: relative;
    padding: 60px;
    background-color: #fff;
  }
  .remodal--staff .remodal__close {
    position: absolute;
    top: 0;
    right: 0;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 60px;
    height: 60px;
    background: none;
    border: none;
    cursor: pointer;
  }
  .remodal--staff .remodal__close--bottom {
    display: none;
  }
  .remodal--staff .remodal__close::after {
    content: '';
    width: 20px;
    height: 20px;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2225.414%22%20height%3D%2225.414%22%20viewBox%3D%220%200%2025.414%2025.414%22%3E%20%3Cg%20transform%3D%22translate(-160.748%20-656.843)%22%3E%20%3Cg%20transform%3D%22translate(161.455%20657.55)%22%3E%20%3Cpath%20d%3D%22M1344.875-2473.45l24%2C24%22%20transform%3D%22translate(-1344.875%202473.45)%22%20fill%3D%22none%22%20stroke%3D%22%23585858%22%20stroke-width%3D%222%22%2F%3E%20%3Cpath%20d%3D%22M0%2C0%2C24%2C24%22%20transform%3D%22translate(0%2024)%20rotate(-90)%22%20fill%3D%22none%22%20stroke%3D%22%23585858%22%20stroke-width%3D%222%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
  }
  .remodal--staff .remodal__closeTxt {
    display: none;
  }
  .remodal--staff .remodal__bottom {
    display: none;
  }
  .remodal--staff .modalStaff__block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .remodal--staff .modalStaff__block:not(:first-child) {
    margin-top: 50px;
    padding-top: 50px;
    border-top: 1px solid #ddd;
  }
  .remodal--staff .modalStaff__visual {
    width: 18.51%;
    margin-right: 3.703%;
  }
  .remodal--staff .modalStaff__visual img {
    border-radius: 6px;
    overflow: hidden;
  }
  .remodal--staff .modalStaff__lead {
    width: 77.77%;
  }
  .remodal--staff .modalStaff__shop {
    margin-top: 0;
    margin-bottom: calc(15px - .4em);
    font-size: 16px;
    font-weight: 600;
    color: #000;
  }
  .remodal--staff .modalStaff__ttl {
    margin-bottom: calc(25px - .2em);
    font-family: 'Gothic MB101 Bold', 'MySansSerif', 'YakuHanJP', sans-serif;
    font-size: 28px;
    font-weight: 600;
    color: #000;
  }
  .remodal--staff .modalStaff__txt {
    font-size: 16px;
    color: #585858;
  }
  .remodal--staff .modalStaff__product {
    margin-top: 25px;
  }
  .remodal--staff .modalStaff__productLink {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #585858;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
  }
  .remodal--staff .modalStaff__productLink:hover {
    opacity: .8;
  }
  .remodal--staff .modalStaff__productLink:not(:first-of-type) {
    margin-top: 10px;
  }
}

/* remodal Tablet */
/* remodal SP */
@media screen and (max-width: 767px) {
  .remodal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    pointer-events: none;
  }
  .remodal .remodal__inner {
    width: 100%;
    pointer-events: all;
  }
  .remodal--image .remodal__inner {
    position: relative;
    padding: 60px 2.667%;
  }
  .remodal--image .remodal__close {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 60px;
    height: 60px;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2225.414%22%20height%3D%2225.414%22%20viewBox%3D%220%200%2025.414%2025.414%22%3E%20%3Cg%20transform%3D%22translate(-160.748%20-656.843)%22%3E%20%3Cg%20transform%3D%22translate(161.455%20657.55)%22%3E%20%3Cpath%20d%3D%22M1344.875-2473.45l24%2C24%22%20transform%3D%22translate(-1344.875%202473.45)%22%20fill%3D%22none%22%20stroke%3D%22%23585858%22%20stroke-width%3D%222%22%2F%3E%20%3Cpath%20d%3D%22M0%2C0%2C24%2C24%22%20transform%3D%22translate(0%2024)%20rotate(-90)%22%20fill%3D%22none%22%20stroke%3D%22%23585858%22%20stroke-width%3D%222%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
    border: none;
    cursor: pointer;
  }
  .remodal--image .remodal__caption {
    margin-top: 20px;
    text-align: center;
  }
  .remodal--image .remodal__captionLink {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .remodal--image .remodal__captionLink::before {
    content: '';
    width: 20px;
    height: 20px;
    margin-right: 5px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%20%3Cpath%20d%3D%22M0%2C0H24V24H0Z%22%20fill%3D%22none%22%2F%3E%20%3Cpath%20d%3D%22M20%2C2H8A2.006%2C2.006%2C0%2C0%2C0%2C6%2C4V16a2.006%2C2.006%2C0%2C0%2C0%2C2%2C2H20a2.006%2C2.006%2C0%2C0%2C0%2C2-2V4A2.006%2C2.006%2C0%2C0%2C0%2C20%2C2ZM11.5%2C9.5A1.5%2C1.5%2C0%2C0%2C1%2C10%2C11H9v2H7.5V7H10a1.5%2C1.5%2C0%2C0%2C1%2C1.5%2C1.5Zm5%2C2A1.5%2C1.5%2C0%2C0%2C1%2C15%2C13H12.5V7H15a1.5%2C1.5%2C0%2C0%2C1%2C1.5%2C1.5Zm4-3H19v1h1.5V11H19v2H17.5V7h3ZM9%2C9.5h1v-1H9ZM4%2C6H2V20a2.006%2C2.006%2C0%2C0%2C0%2C2%2C2H18V20H4Zm10%2C5.5h1v-3H14Z%22%20fill%3D%22%23585858%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: center;
  }
  .remodal--staff.remodal {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .remodal--staff .remodal__inner {
    position: relative;
    max-height: 100vh;
    max-height: calc(var(--vh, 1vh) * 100);
    padding: 55px 4% 0;
    background-color: #fff;
    overflow: auto;
  }
  .remodal--staff .remodal__close {
    position: absolute;
    top: 0;
    right: 0;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px;
    background: none;
    border: none;
    cursor: pointer;
  }
  .remodal--staff .remodal__close::after {
    content: '';
    width: 15px;
    height: 15px;
    margin-left: 8px;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2225.414%22%20height%3D%2225.414%22%20viewBox%3D%220%200%2025.414%2025.414%22%3E%20%3Cg%20transform%3D%22translate(-160.748%20-656.843)%22%3E%20%3Cg%20transform%3D%22translate(161.455%20657.55)%22%3E%20%3Cpath%20d%3D%22M1344.875-2473.45l24%2C24%22%20transform%3D%22translate(-1344.875%202473.45)%22%20fill%3D%22none%22%20stroke%3D%22%23585858%22%20stroke-width%3D%222%22%2F%3E%20%3Cpath%20d%3D%22M0%2C0%2C24%2C24%22%20transform%3D%22translate(0%2024)%20rotate(-90)%22%20fill%3D%22none%22%20stroke%3D%22%23585858%22%20stroke-width%3D%222%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
  }
  .remodal--staff .remodal__closeTxt {
    font-size: 12px;
  }
  .remodal--staff .remodal__bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 80px;
    margin-top: 30px;
    background: none;
    border: none;
  }
  .remodal--staff .remodal__bottom::after {
    content: '';
    width: 15px;
    height: 15px;
    margin-left: 8px;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2225.414%22%20height%3D%2225.414%22%20viewBox%3D%220%200%2025.414%2025.414%22%3E%20%3Cg%20transform%3D%22translate(-160.748%20-656.843)%22%3E%20%3Cg%20transform%3D%22translate(161.455%20657.55)%22%3E%20%3Cpath%20d%3D%22M1344.875-2473.45l24%2C24%22%20transform%3D%22translate(-1344.875%202473.45)%22%20fill%3D%22none%22%20stroke%3D%22%23585858%22%20stroke-width%3D%222%22%2F%3E%20%3Cpath%20d%3D%22M0%2C0%2C24%2C24%22%20transform%3D%22translate(0%2024)%20rotate(-90)%22%20fill%3D%22none%22%20stroke%3D%22%23585858%22%20stroke-width%3D%222%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
  }
  .remodal--staff .modalStaff__block:not(:first-child) {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #ddd;
  }
  .remodal--staff .modalStaff__visual {
    margin-bottom: 30px;
  }
  .remodal--staff .modalStaff__visual img {
    border-radius: 6px;
    overflow: hidden;
  }
  .remodal--staff .modalStaff__shop {
    margin-top: 0;
    margin-bottom: calc(15px - .4em);
    font-size: 14px;
    font-weight: 600;
    color: #000;
  }
  .remodal--staff .modalStaff__ttl {
    margin-bottom: calc(25px - .2em);
    font-family: 'Gothic MB101 Bold', 'MySansSerif', 'YakuHanJP', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #000;
  }
  .remodal--staff .modalStaff__txt {
    font-size: 14px;
    color: #585858;
  }
  .remodal--staff .modalStaff__product {
    margin-top: 25px;
  }
  .remodal--staff .modalStaff__productLink {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #585858;
  }
  .remodal--staff .modalStaff__productLink:not(:first-of-type) {
    margin-top: 10px;
  }
}

/* ================================
  userAgent
================================ */
.ua-mp-android {
  /* MP Modal Back Scroll (if necessary) */
}

.ua-mp-android.remodal-is-locked {
  overflow: visible !important;
}

/* userAgent PC */
/* userAgent Tablet */
/* userAgent SP */
/*# sourceMappingURL=style_210910.css.map */