@charset 'UTF-8';
body,
html {
  height: 100%;
}

html.is-ih,
html.is-smhs {
  overflow-y: scroll;
}

@media (max-width: 374px) {
  html.is-ih,
  html.is-smhs {
    font-size: 3.73333vw;
  }
}

/* overwrite */
@media (min-width: 768px) {
  .siteHeaderWrap {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    width: 100%;
    background: #fff;
  }
  html.is-smhs .siteHeaderWrap {
    position: static;
    width: auto;
  }
  .siteHeader {
    min-width: 1140px;
    background: rgba(255, 255, 255, .95);
  }
  .breadcrumbNavWrap {
    position: absolute;
    left: 0;
    top: 110px;
    z-index: 50;
    width: 100%;
  }
  html.is-smhs .breadcrumbNavWrap {
    position: static;
    width: auto;
  }
  .breadcrumbNav {
    min-width: 1140px;
    background: rgba(0, 0, 0, .05);
  }
  .breadcrumbNav::before {
    display: none;
  }
  .site-footer {
    min-width: 1140px;
  }
}

@media (max-width: 767px) {
  .breadcrumbNav ol > li:nth-child(3)::before {
    content: normal;
  }
  .breadcrumbNav ol > li:nth-child(n + 4) {
    display: none;
  }
}

/* wrap */
.madoriWrap {
  position: relative;
  font-size: 14px;
  line-height: 1.92857;
  -webkit-font-smoothing: antialiased;
  color: #000;
  overflow: hidden;
}

.madoriWrap > section {
  position: relative;
  z-index: 2;
}

@media (min-width: 768px) {
  .madoriWrap {
    min-width: 1140px;
    margin: 0 auto;
  }
}

html.is-ih .madoriWrap {
  color: #333;
}

html.is-smhs .madoriWrap {
  color: #222;
  -moz-osx-font-smoothing: grayscale;
}

/* only */
@media (min-width: 768px) {
  .only--sp {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .only--pc {
    display: none !important;
  }
}

/* window size */
#winW,
#winH {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}

#winW {
  width: 100%;
  height: 0;
}

#winH {
  width: 0;
  height: 100%;
}

.cmnMenu {
  position: relative;
  height: 185px;
  box-sizing: border-box;
  z-index: 1000 !important;
}

@media (max-width: 767px) {
  .cmnMenu {
    padding-top: 10px;
    z-index: 700 !important;
    height: 100px;
  }
}

.cmnMenu__line {
  width: 100%;
  height: 0;
}

.cmnMenu__in {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 126px;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, .94);
  transition: border-color 300ms ease 0ms;
}

@media (min-width: 768px) {
  .cmnMenu__in {
    min-width: 1140px;
  }
}

@media (max-width: 767px) {
  .cmnMenu__in {
    transform: none !important;
    height: 56px;
  }
}

.cmnMenu__in2 {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  box-sizing: border-box;
}

@media (min-width: 768px) {
  .cmnMenu__in2 {
    max-width: 1250px;
  }
}

@media (max-width: 767px) {
  .cmnMenu__in2 {
    border-width: 20px;
  }
}

.cmnMenu__btn {
  position: absolute;
  top: 50%;
  right: 0;
  width: 173px;
  height: 56px;
  cursor: pointer;
  background: #000;
  transform: translate(0, -50%);
  transition: background-color 300ms ease 0ms;
}

@media (max-width: 767px) {
  .cmnMenu__btn {
    width: 120px;
    height: 38px;
  }
}

@media (min-width: 768px) {
  .cmnMenu__btn:hover {
    background: #0075c1;
  }
}

.cmnMenu__btn::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 30px;
  width: 18px;
  height: 10px;
  margin-top: -5px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .cmnMenu__btn::before {
    left: 20px;
  }
}

.cmnMenu__btn > span {
  display: block;
  position: absolute;
  top: 50%;
  left: 72px;
  margin-top: -9px;
  font-size: 22px;
  line-height: 20px;
  font-family: 'khand', 'NotoSansCJKjp', sans-serif;
  font-weight: 500;
  text-align: left;
  letter-spacing: .16em;
  color: #fff;
}

@media (max-width: 767px) {
  .cmnMenu__btn > span {
    left: 52px;
    margin-bottom: -1px;
    font-size: 14px;
    letter-spacing: .45em;
  }
}

.cmnModal {
  display: none;
  height: 100%;
  background: white;
  z-index: 10000;
}

@media (max-width: 767px) {
  .cmnModal {
    position: relative;
  }
}

@media (min-width: 768px) {
  .cmnModal__in {
    position: relative;
    z-index: 500000;
    width: 100%;
    min-height: 100%;
    min-width: 1140px;
    background: #fff;
  }
}

@media (min-width: 768px) {
  .cmnModal__bar {
    position: absolute;
    top: 0;
    right: 50%;
    width: 100%;
    height: 100%;
    max-width: 1250px;
    margin: 0 auto;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    box-sizing: border-box;
    transform: translate(50%, 0);
    z-index: 1;
  }
  .cmnModal__bar > span {
    display: block;
    position: absolute;
    top: 0;
    width: 1px;
    height: 100%;
    background: #f1f1f1;
  }
  .cmnModal__bar > span:nth-child(1) {
    left: 0;
  }
  .cmnModal__bar > span:nth-child(2) {
    left: 34.52991%;
  }
  .cmnModal__bar > span:nth-child(3) {
    left: 69.05983%;
  }
}

.cmnModal__hd {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 126px;
  z-index: 3;
}

@media (min-width: 768px) {
  .cmnModal__hd {
    background: rgba(255, 255, 255, .94);
    min-width: 1140px;
  }
}

@media (max-width: 767px) {
  .cmnModal__hd {
    left: auto;
    right: 0;
    width: 0;
    height: 56px;
    transform: none !important;
  }
}

.cmnModal__hd__in {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .cmnModal__hd__in {
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    box-sizing: border-box;
    max-width: 1250px;
  }
}

.cmnModal__hd__home,
.cmnModal__hd__close {
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 14px;
  height: 34px;
  color: #000;
}

.cmnModal__hd__home {
  left: 0;
  letter-spacing: .18em;
  transition: opacity 200ms ease 0ms;
}

@media (max-width: 767px) {
  .cmnModal__hd__home {
    display: none;
  }
}

@media (min-width: 768px) {
  .cmnModal__hd__home:hover {
    opacity: .4;
  }
}

.cmnModal__hd__close {
  right: 0;
  cursor: pointer;
  transition: background-color 300ms ease 0ms;
}

@media (min-width: 768px) {
  .cmnModal__hd__close:hover {
    background: #0075c1;
  }
}

@media (min-width: 768px) {
  .cmnModal__hd__close {
    width: 173px;
    height: 56px;
    background: #000;
  }
}

@media (max-width: 767px) {
  .cmnModal__hd__close {
    right: 20px;
    width: 41px;
  }
}

.cmnModal__hd__close > span {
  display: block;
  position: absolute;
  top: 50%;
  left: 72px;
  margin-top: -9px;
  font-size: 22px;
  line-height: 20px;
  font-family: 'khand', 'NotoSansCJKjp', sans-serif;
  font-weight: 500;
  text-align: left;
  letter-spacing: .16em;
  color: #fff;
}

.cmnModal__hd__close > span > span {
  letter-spacing: 0;
}

@media (max-width: 767px) {
  .cmnModal__hd__close > span {
    display: none;
  }
}

.cmnModal__hd__close::before,
.cmnModal__hd__close::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  width: 1px;
  height: 18px;
  margin-top: -9px;
  background: #fff;
}

@media (min-width: 768px) {
  .cmnModal__hd__close::before,
  .cmnModal__hd__close::after {
    left: 40px;
  }
}

@media (max-width: 767px) {
  .cmnModal__hd__close::before,
  .cmnModal__hd__close::after {
    left: 20px;
    background: #000;
  }
}

.cmnModal__hd__close::before {
  transform: rotate(-45deg);
}

.cmnModal__hd__close::after {
  transform: rotate(45deg);
}

.cmnModal__in2 {
  position: relative;
  margin: 0 auto;
  z-index: 2;
}

@media (min-width: 768px) {
  .cmnModal__in2 {
    max-width: 1170px;
    padding-top: 126px;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
  }
}

@media (max-width: 767px) {
  .cmnModal__in2 {
    border-width: 20px;
    padding-bottom: 40px;
    background: #fff;
  }
}

.cmnRecom {
  display: none;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #000;
  box-sizing: border-box;
  z-index: 3900;
  opacity: 0;
  transform: translate(0, 75px);
  transition: opacity 1000ms ease 0ms, transform 1000ms ease 0ms;
}

.cmnRecom.is-shown {
  opacity: 1;
  transform: translate(0, 0);
}

@media (min-width: 768px) {
  .cmnRecom {
    max-width: 375px;
  }
}

@media (max-width: 767px) {
  .cmnRecom {
    width: 100%;
  }
}

@media (max-width: 767px) and (orientation: landscape) {
  .cmnRecom {
    max-width: 320px;
  }
}

.cmnRecom__cls {
  position: relative;
  height: 30px;
  background: #222;
  border-bottom: 1px solid #444;
  cursor: pointer;
  transition: background-color 300ms ease 0ms;
}

.cmnRecom__cls:hover {
  background: #444;
}

.cmnRecom__cls > span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 14px;
  line-height: 20px;
  padding-left: 18px;
  margin-top: -11px;
  text-align: center;
  letter-spacing: .12em;
  color: #fff;
  transform: translate(-50%, 0);
}

.cmnRecom__cls > span::before,
.cmnRecom__cls > span::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  height: 16px;
  width: 1px;
  margin-top: -8px;
  background: #fff;
}

.cmnRecom__cls > span::before {
  transform: rotate(45deg);
}

.cmnRecom__cls > span::after {
  transform: rotate(-45deg);
}

.cmnRecom > a {
  display: block;
  padding: 25px;
}

.cmnRecom > a.toprec {
  display: block;
  padding: 0;
}

@media (max-width: 767px) and (orientation: landscape) {
  .cmnRecom > a.toprec {
    padding: 15px;
  }
}

.cmnRecom > a.toprec:hover .cmnRecom__btn {
  background-color: #0075c1;
  border-color: #0075c1;
}

.cmnRecom__bd {
  margin-bottom: 25px;
}

@media (max-width: 767px) and (orientation: landscape) {
  .cmnRecom__bd {
    margin: 0 25px 15px;
  }
}

.cmnRecom__bd a {
  display: block;
}

.cmnRecom__bd img {
  display: block;
  height: auto;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .cmnRecom__bd img {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .cmnRecom__bd img {
    max-width: 100%;
  }
}

.cmnRecom__bd.is-mb0 {
  margin-bottom: 0;
}

.cmnRecom__btn {
  position: relative;
  height: 56px;
  border: 2px solid #fff;
  box-sizing: border-box;
  transition: background-color 300ms ease 0ms, border-color 300ms ease 0ms;
}

@media (max-width: 767px) and (orientation: landscape) {
  .cmnRecom__btn {
    height: 36px;
  }
}

.cmnRecom__btn > span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 16px;
  line-height: 20px;
  margin-top: -10px;
  text-align: center;
  letter-spacing: .12em;
  color: #fff;
  transform: translate(-50%, 0);
  font-weight: 500;
  white-space: nowrap;
}

.lowCase {
  max-width: 2400px;
  margin: 0 auto;
  overflow: hidden;
}

@media (min-width: 768px) {
  .lowCase__in {
    max-width: 1190px;
    margin: 0 auto;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
  }
}

.lowCase__ttl {
  margin-bottom: 40px;
  font-size: 24px;
  line-height: 40px;
  text-align: center;
}

@media (max-width: 374px) {
  .lowCase__ttl {
    font-size: 6.4vw;
  }
}

.lowCase__fld {
  position: relative;
  width: 100%;
}

@media (min-width: 768px) {
  .lowCase__fld::after {
    content: '';
    display: block;
    padding-top: 54.20168%;
  }
}

.lowCase__fld > div {
  transition: transform 700ms ease 0ms, height 700ms ease 0ms;
}

@media (min-width: 768px) {
  .lowCase__fld > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

.lowCase__fld > div.idx-0 {
  transform: translateX(0);
}

.lowCase__fld > div.idx-0 .lowCase__fld__ls li:nth-child(1) .lowCase__fld__ls__itm__pic,
.lowCase__fld > div.idx-0 .lowCase__fld__ls li:nth-child(1) .lowCase__fld__ls__itm__info {
  opacity: 1;
}

.lowCase__fld > div.idx-1 {
  transform: translateX(-100%);
}

.lowCase__fld > div.idx-1 .lowCase__fld__ls li:nth-child(2) .lowCase__fld__ls__itm__pic,
.lowCase__fld > div.idx-1 .lowCase__fld__ls li:nth-child(2) .lowCase__fld__ls__itm__info {
  opacity: 1;
}

.lowCase__fld > div.idx-2 {
  transform: translateX(-200%);
}

.lowCase__fld > div.idx-2 .lowCase__fld__ls li:nth-child(3) .lowCase__fld__ls__itm__pic,
.lowCase__fld > div.idx-2 .lowCase__fld__ls li:nth-child(3) .lowCase__fld__ls__itm__info {
  opacity: 1;
}

.lowCase__fld__ls {
  position: absolute;
  top: 0;
  left: 0;
  width: 300%;
  height: 100%;
  overflow: hidden;
}

.lowCase__fld__ls__itm {
  position: relative;
  float: left;
  width: 33.3333%;
  box-sizing: border-box;
}

@media (min-width: 768px) {
  .lowCase__fld__ls__itm {
    height: 100%;
    border-right: 10px solid #fff;
    border-left: 10px solid #fff;
    background: #000;
  }
}

.lowCase__fld__ls__itm__pic {
  width: 100%;
  background: 50% 50% no-repeat;
  background-size: cover;
  transition: opacity 700ms ease 0ms;
}

@media (min-width: 768px) {
  .lowCase__fld__ls__itm__pic {
    height: 100%;
    opacity: .5;
  }
}

@media (max-width: 767px) {
  .lowCase__fld__ls__itm__pic {
    opacity: .4;
  }
  .lowCase__fld__ls__itm__pic::before {
    content: '';
    display: block;
    padding-top: 55.06667%;
  }
}

@media (min-width: 768px) {
  .lowCase__fld__ls__itm__pic.pic-01-1 {
    background-image: url('/madori/images/style1/pic_case01.jpg');
  }
}

@media (max-width: 767px) {
  .lowCase__fld__ls__itm__pic.pic-01-1 {
    background-image: url('/madori/images/style1/pic_case01_sp.jpg');
  }
}

@media (min-width: 768px) {
  .lowCase__fld__ls__itm__pic.pic-01-2 {
    background-image: url('/madori/images/style1/pic_case02.jpg');
  }
}

@media (max-width: 767px) {
  .lowCase__fld__ls__itm__pic.pic-01-2 {
    background-image: url('/madori/images/style1/pic_case02_sp.jpg');
  }
}

@media (min-width: 768px) {
  .lowCase__fld__ls__itm__pic.pic-01-3 {
    background-image: url('/madori/images/style1/pic_case03.jpg');
  }
}

@media (max-width: 767px) {
  .lowCase__fld__ls__itm__pic.pic-01-3 {
    background-image: url('/madori/images/style1/pic_case03_sp.jpg');
  }
}

@media (min-width: 768px) {
  .lowCase__fld__ls__itm__pic.pic-02-1 {
    background-image: url('/madori/images/style2/pic_case01.jpg');
  }
}

@media (max-width: 767px) {
  .lowCase__fld__ls__itm__pic.pic-02-1 {
    background-image: url('/madori/images/style2/pic_case01_sp.jpg');
  }
}

@media (min-width: 768px) {
  .lowCase__fld__ls__itm__pic.pic-02-2 {
    background-image: url('/madori/images/style2/pic_case02.jpg');
  }
}

@media (max-width: 767px) {
  .lowCase__fld__ls__itm__pic.pic-02-2 {
    background-image: url('/madori/images/style2/pic_case02_sp.jpg');
  }
}

@media (min-width: 768px) {
  .lowCase__fld__ls__itm__pic.pic-02-3 {
    background-image: url('/madori/images/style2/pic_case03.jpg');
  }
}

@media (max-width: 767px) {
  .lowCase__fld__ls__itm__pic.pic-02-3 {
    background-image: url('/madori/images/style2/pic_case03_sp.jpg');
  }
}

@media (min-width: 768px) {
  .lowCase__fld__ls__itm__pic.pic-03-1 {
    background-image: url('/madori/images/style3/pic_case01.jpg');
  }
}

@media (max-width: 767px) {
  .lowCase__fld__ls__itm__pic.pic-03-1 {
    background-image: url('/madori/images/style3/pic_case01_sp.jpg');
  }
}

@media (min-width: 768px) {
  .lowCase__fld__ls__itm__pic.pic-03-2 {
    background-image: url('/madori/images/style3/pic_case02.jpg');
  }
}

@media (max-width: 767px) {
  .lowCase__fld__ls__itm__pic.pic-03-2 {
    background-image: url('/madori/images/style3/pic_case02_sp.jpg');
  }
}

@media (min-width: 768px) {
  .lowCase__fld__ls__itm__pic.pic-03-3 {
    background-image: url('/madori/images/style3/pic_case03.jpg');
  }
}

@media (max-width: 767px) {
  .lowCase__fld__ls__itm__pic.pic-03-3 {
    background-image: url('/madori/images/style3/pic_case03_sp.jpg');
  }
}

@media (min-width: 768px) {
  .lowCase__fld__ls__itm__pic.pic-04-1 {
    background-image: url('/madori/images/style4/pic_case01.jpg');
  }
}

@media (max-width: 767px) {
  .lowCase__fld__ls__itm__pic.pic-04-1 {
    background-image: url('/madori/images/style4/pic_case01_sp.jpg');
  }
}

@media (min-width: 768px) {
  .lowCase__fld__ls__itm__pic.pic-04-2 {
    background-image: url('/madori/images/style4/pic_case02.jpg');
  }
}

@media (max-width: 767px) {
  .lowCase__fld__ls__itm__pic.pic-04-2 {
    background-image: url('/madori/images/style4/pic_case02_sp.jpg');
  }
}

@media (min-width: 768px) {
  .lowCase__fld__ls__itm__pic.pic-04-3 {
    background-image: url('/madori/images/style4/pic_case03.jpg');
  }
}

@media (max-width: 767px) {
  .lowCase__fld__ls__itm__pic.pic-04-3 {
    background-image: url('/madori/images/style4/pic_case03_sp.jpg');
  }
}

@media (min-width: 768px) {
  .lowCase__fld__ls__itm__pic.pic-05-1 {
    background-image: url('/madori/images/style5/pic_case01.jpg');
  }
}

@media (max-width: 767px) {
  .lowCase__fld__ls__itm__pic.pic-05-1 {
    background-image: url('/madori/images/style5/pic_case01_sp.jpg');
  }
}

@media (min-width: 768px) {
  .lowCase__fld__ls__itm__pic.pic-05-2 {
    background-image: url('/madori/images/style5/pic_case02.jpg');
  }
}

@media (max-width: 767px) {
  .lowCase__fld__ls__itm__pic.pic-05-2 {
    background-image: url('/madori/images/style5/pic_case02_sp.jpg');
  }
}

@media (min-width: 768px) {
  .lowCase__fld__ls__itm__pic.pic-05-3 {
    background-image: url('/madori/images/style5/pic_case03.jpg');
  }
}

@media (max-width: 767px) {
  .lowCase__fld__ls__itm__pic.pic-05-3 {
    background-image: url('/madori/images/style5/pic_case03_sp.jpg');
  }
}

@media (min-width: 768px) {
  .lowCase__fld__ls__itm__pic.pic-06-1 {
    background-image: url('/madori/images/style6/pic_case01.jpg');
  }
}

@media (max-width: 767px) {
  .lowCase__fld__ls__itm__pic.pic-06-1 {
    background-image: url('/madori/images/style6/pic_case01_sp.jpg');
  }
}

@media (min-width: 768px) {
  .lowCase__fld__ls__itm__pic.pic-06-2 {
    background-image: url('/madori/images/style6/pic_case02.jpg');
  }
}

@media (max-width: 767px) {
  .lowCase__fld__ls__itm__pic.pic-06-2 {
    background-image: url('/madori/images/style6/pic_case02_sp.jpg');
  }
}

@media (min-width: 768px) {
  .lowCase__fld__ls__itm__pic.pic-06-3 {
    background-image: url('/madori/images/style6/pic_case03.jpg');
  }
}

@media (max-width: 767px) {
  .lowCase__fld__ls__itm__pic.pic-06-3 {
    background-image: url('/madori/images/style6/pic_case03_sp.jpg');
  }
}

.lowCase__fld__ls__itm__info {
  transition: opacity 700ms ease 0ms;
}

@media (min-width: 768px) {
  .lowCase__fld__ls__itm__info {
    position: absolute;
    left: 70px;
    bottom: 60px;
    width: 446px;
    height: 290px;
    background: #fff;
    opacity: 0;
  }
}

@media (max-width: 767px) {
  .lowCase__fld__ls__itm__info {
    padding: 40px 20px 50px;
    opacity: .4;
  }
}

.lowCase__fld__ls__itm__info > a {
  display: block;
}

@media (min-width: 768px) {
  .lowCase__fld__ls__itm__info > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 15px 60px 60px 60px;
    box-sizing: border-box;
  }
}

@media (min-width: 768px) {
  .lowCase__fld__ls__itm__info > a:hover .infoView::before {
    width: 40px;
  }
}

.lowCase__fld__ls__itm__info__in {
  position: relative;
  height: 100%;
}

@media (min-width: 768px) {
  .lowCase__fld__ls__itm__info__in2 {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translate(0, -50%);
  }
}

.lowCase__fld__ls__itm__info .infoHead {
  margin-bottom: 3px;
}

.lowCase__fld__ls__itm__info .infoHead__case,
.lowCase__fld__ls__itm__info .infoHead__num,
.lowCase__fld__ls__itm__info .infoHead__cat {
  display: inline-block;
  vertical-align: bottom;
  line-height: 34px;
}

.lowCase__fld__ls__itm__info .infoHead__case,
.lowCase__fld__ls__itm__info .infoHead__num {
  color: #0075c1;
}

.lowCase__fld__ls__itm__info .infoHead__case {
  font-size: 16px;
  font-weight: 700;
}

.lowCase__fld__ls__itm__info .infoHead__num {
  position: relative;
  bottom: 1px;
  margin-left: .3em;
  font-size: 32px;
  font-family: 'khand', 'NotoSansCJKjp', sans-serif;
  font-weight: 500;
}

.lowCase__fld__ls__itm__info .infoHead__cat {
  margin-left: 1.6em;
}

@media (max-width: 767px) {
  .lowCase__fld__ls__itm__info .infoHead__cat {
    margin-left: 1em;
  }
}

.lowCase__fld__ls__itm__info .infoTtl {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
}

@media (min-width: 768px) {
  .lowCase__fld__ls__itm__info .infoTtl {
    white-space: nowrap;
  }
}

@media (max-width: 374px) {
  .lowCase__fld__ls__itm__info .infoTtl {
    font-size: 6.4vw;
  }
}

.lowCase__fld__ls__itm__info .infoData {
  font-size: 14px;
  line-height: 26px;
}

.lowCase__fld__ls__itm__info .infoView {
  font-size: 14px;
  font-family: 'khand', 'NotoSansCJKjp', sans-serif;
  font-weight: 500;
}

@media (min-width: 768px) {
  .lowCase__fld__ls__itm__info .infoView {
    position: absolute;
    bottom: 36px;
    left: 60px;
  }
}

@media (max-width: 767px) {
  .lowCase__fld__ls__itm__info .infoView {
    display: inline-block;
    position: relative;
    margin-top: 35px;
  }
}

.lowCase__fld__ls__itm__info .infoView::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 100%;
  width: 20px;
  height: 1px;
  margin-left: 10px;
  background: #000;
  transform: translate(0, -50%);
  transition: width 400ms ease 0ms;
}

.lowCase__btm {
  display: flex;
  justify-content: center;
  margin: 60px 0;
}

@media (max-width: 767px) {
  .lowCase__btm {
    margin: 0 0 40px;
    padding: 0 10px;
    overflow: hidden;
  }
}

.lowCase__btm__btn {
  width: 160px;
  cursor: pointer;
}

@media (max-width: 767px) {
  .lowCase__btm__btn {
    width: 33.3333%;
    padding: 0 10px;
    box-sizing: border-box;
  }
}

@media (min-width: 768px) {
  .lowCase__btm__btn:hover > span {
    color: #0075c1;
  }
}

.lowCase__btm__btn.is-current {
  cursor: default;
}

.lowCase__btm__btn.is-current > span {
  color: #000;
  border-color: #1980b6;
}

@media (min-width: 768px) {
  .lowCase__btm__btn + li {
    margin-left: 38px;
  }
}

.lowCase__btm__btn > span {
  display: block;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, .4);
  font-size: 14px;
  line-height: 36px;
  text-align: center;
  color: rgba(0, 0, 0, .4);
  white-space: nowrap;
  transition: color 300ms ease 0ms;
}

@media (max-width: 374px) {
  .lowCase__btm__btn > span {
    font-size: 3.73333vw;
  }
}

.lowConcept {
  position: relative;
}

@media (min-width: 768px) {
  .lowConcept {
    max-width: 1170px;
    margin: 0 auto 160px;
    padding: 10px 0 0;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
  }
}

@media (max-width: 767px) {
  .lowConcept {
    margin: 0 auto 200px;
    padding: 0 20px;
  }
}

.lowConcept__ttlSet {
  position: relative;
  z-index: 2;
}

@media (min-width: 768px) {
  .lowConcept__ttlSet {
    margin: 0 0 50px;
  }
}

.lowConcept__ttlSet__ttl {
  margin-bottom: 10px;
  font-size: 27px;
  font-family: 'khand', 'NotoSansCJKjp', sans-serif;
  font-weight: 500;
  line-height: 31px;
}

.lowConcept__ttlSet__txt {
  font-size: 12px;
  font-weight: 700;
  line-height: 31px;
  text-shadow: 0 0 2px #fff;
}

.lowConcept__ls {
  position: relative;
  z-index: 3;
}

@media (min-width: 768px) {
  .lowConcept__ls {
    display: flex;
    margin: 0 -25px;
  }
}

@media (min-width: 768px) {
  .lowConcept__ls > li {
    width: 33.33333%;
    padding: 0 25px 25px;
    box-sizing: border-box;
  }
  .lowConcept__ls > li + li {
    border-left: 1px solid #000;
  }
}

@media (max-width: 767px) {
  .lowConcept__ls > li {
    border-bottom: 1px solid #000;
    padding: 51px 0;
  }
}

.lowConcept__ls__tt {
  margin: 0 0 15px;
}

.lowConcept__ls__tt img {
  display: block;
  width: auto;
  height: 46px;
  margin: 0 auto;
}

.lowConcept__ls__t {
  font-size: 16px;
  line-height: 30px;
}

@media (max-width: 767px) {
  .lowConcept__ls__t {
    letter-spacing: -.01em;
  }
}

.lowConcept__ls__t b {
  background: 0 100% repeat-x;
  background-image: url('/madori/images/cmn/bg_line01.png');
}

.lowConcept__ls__t + li {
  margin-top: 50px;
}

.lowConcept__p {
  display: block;
  position: absolute;
  background: url('/madori/images/cmn/pic_hand01.png') 50% 50%/contain no-repeat;
  pointer-events: none;
  z-index: 1;
}

@media (min-width: 768px) {
  .lowConcept__p {
    top: 100%;
    left: calc(100% - 128px);
    width: 258px;
  }
}

@media (max-width: 767px) {
  .lowConcept__p {
    top: -35px;
    right: -14px;
    width: 152px;
  }
}

.lowConcept__p::before {
  content: '';
  display: block;
  padding-top: 78.68217%;
}

.lowKey {
  position: relative;
  overflow: hidden;
  background: 50% 50% no-repeat;
  background-size: cover;
  z-index: 10;
}

@media (min-width: 768px) {
  .lowKey {
    margin-top: -20px;
    padding-top: 170px;
  }
}

@media (min-width: 768px) {
  .lowKey.pic-01 {
    background-image: url('/madori/images/style1/pic_key01.jpg');
  }
}

@media (max-width: 767px) {
  .lowKey.pic-01 {
    background-image: url('/madori/images/style1/pic_key01_sp.jpg');
  }
}

@media (min-width: 768px) {
  .lowKey.pic-02 {
    background-image: url('/madori/images/style2/pic_key01.jpg');
  }
}

@media (max-width: 767px) {
  .lowKey.pic-02 {
    background-image: url('/madori/images/style2/pic_key01_sp.jpg');
  }
}

@media (min-width: 768px) {
  .lowKey.pic-03 {
    background-image: url('/madori/images/style3/pic_key01.jpg');
  }
}

@media (max-width: 767px) {
  .lowKey.pic-03 {
    background-image: url('/madori/images/style3/pic_key01_sp.jpg');
  }
}

@media (min-width: 768px) {
  .lowKey.pic-04 {
    background-image: url('/madori/images/style4/pic_key01.jpg');
  }
}

@media (max-width: 767px) {
  .lowKey.pic-04 {
    background-image: url('/madori/images/style4/pic_key01_sp.jpg');
  }
}

@media (min-width: 768px) {
  .lowKey.pic-05 {
    background-image: url('/madori/images/style5/pic_key01.jpg');
  }
}

@media (max-width: 767px) {
  .lowKey.pic-05 {
    background-image: url('/madori/images/style5/pic_key01_sp.jpg');
  }
}

@media (min-width: 768px) {
  .lowKey.pic-06 {
    background-image: url('/madori/images/style6/pic_key01.jpg');
  }
}

@media (max-width: 767px) {
  .lowKey.pic-06 {
    background-image: url('/madori/images/style6/pic_key01_sp.jpg');
  }
}

@media (max-width: 767px) {
  .lowKey {
    max-height: 596px;
  }
  .lowKey::after {
    content: '';
    display: block;
    padding-top: 158.93333%;
  }
}

.lowKey::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .2);
}

@media (min-width: 768px) {
  .lowKey__in {
    position: relative;
    max-width: 1170px;
    margin: 0 auto;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
  }
  .lowKey__in::before {
    content: '';
    display: block;
    padding-top: 62.22222%;
  }
}

.lowKey__ttlSet {
  position: absolute;
  top: 0;
  right: 60px;
  height: 100%;
  padding-top: 60px;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .lowKey__ttlSet {
    right: 12%;
    padding-top: 45px;
  }
}

.lowKey__ttlSet__num span {
  display: block;
  font-family: 'khand', 'NotoSansCJKjp', sans-serif;
  font-weight: 500;
  text-align: center;
  color: #fff;
}

.lowKey__ttlSet__num span:nth-child(1) {
  font-size: 24px;
  line-height: 40px;
}

@media (max-width: 767px) {
  .lowKey__ttlSet__num span:nth-child(1) {
    font-size: 18px;
    line-height: 22px;
  }
}

.lowKey__ttlSet__num span:nth-child(2) {
  font-size: 100px;
  line-height: 108px;
}

@media (max-width: 767px) {
  .lowKey__ttlSet__num span:nth-child(2) {
    font-size: 75px;
    line-height: 84px;
  }
}

.lowKey__ttlSet__ttl {
  position: absolute;
  top: 138px;
  right: 84px;
  width: 50px;
  overflow: hidden;
  text-indent: -100vw;
  background: 0 0 no-repeat;
  background-size: contain;
}

@media (max-width: 767px) {
  .lowKey__ttlSet__ttl {
    top: 96px;
    right: 64px;
    width: 35px;
  }
}

.lowKey__ttlSet__ttl.txt-01 {
  background-image: url('/madori/images/style1/txt_key01.svg');
}

.lowKey__ttlSet__ttl.txt-02 {
  background-image: url('/madori/images/style2/txt_key01.svg');
}

.lowKey__ttlSet__ttl.txt-03 {
  background-image: url('/madori/images/style3/txt_key01.svg');
}

.lowKey__ttlSet__ttl.txt-04 {
  background-image: url('/madori/images/style4/txt_key01.svg');
}

.lowKey__ttlSet__ttl.txt-05 {
  background-image: url('/madori/images/style5/txt_key01.svg');
}

.lowKey__ttlSet__ttl.txt-06 {
  background-image: url('/madori/images/style6/txt_key01.svg');
}

.lowKey__ttlSet__ttl.txt-01 {
  height: 400px;
}

@media (max-width: 767px) {
  .lowKey__ttlSet__ttl.txt-01 {
    height: 280px;
  }
}

.lowKey__ttlSet__ttl.txt-02 {
  height: 350px;
}

@media (max-width: 767px) {
  .lowKey__ttlSet__ttl.txt-02 {
    height: 245px;
  }
}

.lowKey__ttlSet__ttl.txt-03 {
  height: 300px;
}

@media (max-width: 767px) {
  .lowKey__ttlSet__ttl.txt-03 {
    height: 210px;
  }
}

.lowKey__ttlSet__ttl.txt-04 {
  height: 500px;
}

@media (max-width: 767px) {
  .lowKey__ttlSet__ttl.txt-04 {
    height: 350px;
  }
}

.lowKey__ttlSet__ttl.txt-05 {
  height: 450px;
}

@media (max-width: 767px) {
  .lowKey__ttlSet__ttl.txt-05 {
    height: 315px;
  }
}

.lowKey__ttlSet__ttl.txt-06 {
  height: 400px;
}

@media (max-width: 767px) {
  .lowKey__ttlSet__ttl.txt-06 {
    height: 280px;
  }
}

.lowKey__prev,
.lowKey__next {
  position: absolute;
  top: 50%;
  width: 80px;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .lowKey__prev,
  .lowKey__next {
    top: auto;
    bottom: 40px;
    margin-top: 0;
  }
}

.lowKey__prev > a,
.lowKey__next > a {
  display: block;
  position: relative;
  height: 36px;
  font-size: 16px;
  font-family: 'khand', 'NotoSansCJKjp', sans-serif;
  font-weight: 500;
  color: #fff;
}

.lowKey__prev > a::before,
.lowKey__next > a::before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  transform: scaleX(1);
  transition: transform 300ms ease 0ms;
}

.lowKey__prev > a span,
.lowKey__next > a span {
  display: inline-block;
  margin-left: .65em;
}

@media (min-width: 768px) {
  .lowKey__prev > a:hover::before,
  .lowKey__next > a:hover::before {
    transform: scaleX(1.5);
  }
}

.lowKey__prev {
  left: 0;
  text-align: right;
}

.lowKey__prev::before {
  left: 0;
  transform-origin: 0 50%;
}

.lowKey__next {
  right: 0;
  text-align: left;
}

.lowKey__next::before {
  right: 0;
  transform-origin: 100% 50%;
}

.lowNote {
  position: relative;
  max-width: 1250px;
  margin: 0 auto 2.875rem;
  box-sizing: border-box;
}

@media (min-width: 768px) {
  .lowNote {
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
  }
}

@media (max-width: 767px) {
  .lowNote {
    margin: -5px auto 90px;
    padding: 0 20px;
  }
}

.lowNote__t {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.92857;
  letter-spacing: 0;
}

@media (max-width: 767px) {
  .lowNote__t {
    font-size: 13px;
    line-height: 1.76923;
  }
}

@media (max-width: 767px) {
  .lowSample {
    padding: 0 0 200px;
  }
}

@media (min-width: 768px) {
  .lowSample__spBtn {
    display: none;
  }
}

@media (max-width: 767px) {
  .lowSample__spBtn {
    display: block;
    position: relative;
    height: 100px;
    margin: 0 20px;
    background: #000;
  }
  .lowSample__spBtn > span {
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    color: #fff;
    transform: translate(0, -50%);
  }
}

.lowSample__in {
  display: block;
  position: relative;
  max-width: 1170px;
  margin: 0 auto;
  padding: 110px 0 170px;
  overflow: hidden;
}

@media (min-width: 768px) {
  .lowSample__in {
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
  }
}

@media (max-width: 767px) {
  .lowSample__in {
    padding: 0 20px;
  }
}

@media (min-width: 768px) {
  .lowSample__hd {
    float: right;
    width: 44.01709%;
    padding-top: 10px;
  }
}

@media (max-width: 767px) {
  .lowSample__hd {
    padding: 0 0 60px;
  }
}

.lowSample__hd__ttl {
  margin-bottom: 90px;
  font-size: 27px;
  line-height: 31px;
  font-family: 'khand', 'NotoSansCJKjp', sans-serif;
  font-weight: 500;
}

.lowSample__hd__copy {
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}

.lowSample__hd__copy span {
  display: inline-block;
}

.lowSample__hd__desc {
  font-size: 14px;
  line-height: 30px;
}

.lowSample__hd__desc span {
  display: inline-block;
}

.lowSample__fig {
  position: relative;
}

@media (min-width: 768px) {
  .lowSample__fig {
    float: left;
    width: 55.55556%;
  }
}

@media (max-width: 767px) {
  .lowSample__fig {
    margin: 0 -20px;
  }
}

.lowSample__fig__set {
  position: relative;
}

@media (max-width: 767px) {
  .lowSample__fig__set {
    padding: 37px 20px 0;
  }
  .lowSample__fig__set.is-01 {
    padding: 37px 0 0;
  }
}

@media (min-width: 768px) {
  .lowSample__fig__set + div.is-01 {
    margin-top: 50px;
  }
  .lowSample__fig__set + div.is-02 {
    margin-top: 81px;
  }
  .lowSample__fig__set + div.is-03 {
    margin-top: 68px;
  }
  .lowSample__fig__set + div.is-04 {
    margin-top: 74px;
  }
  .lowSample__fig__set + div.is-05 {
    margin-top: 60px;
  }
  .lowSample__fig__set + div.is-06 {
    margin-top: 78px;
  }
}

@media (max-width: 767px) {
  .lowSample__fig__set + div {
    margin: 42px 0 0;
  }
}

.lowSample__fig__set__f {
  position: absolute;
  top: 10px;
  left: 1px;
  font-size: 24px;
  font-family: 'khand', 'NotoSansCJKjp', sans-serif;
  font-weight: 500;
  line-height: 31px;
  letter-spacing: .15em;
  z-index: 2;
}

@media (max-width: 767px) {
  .lowSample__fig__set__f {
    top: 0;
    left: 20px;
  }
}

.lowSample__fig__set__pic {
  position: relative;
  background: 50% 50% no-repeat;
  background-size: contain;
  z-index: 1;
}

.lowSample__fig__set__pic::before {
  content: '';
  display: block;
}

.lowSample__fig__set__pic.pic-01-1 {
  width: 88.46154%;
  background-image: url('/madori/images/style1/pic_sample01.jpg');
  transform: translate(5.56522%, 0);
}

.lowSample__fig__set__pic.pic-01-1::before {
  padding-top: 95.30435%;
}

@media (max-width: 767px) {
  .lowSample__fig__set__pic.pic-01-1 {
    width: 100%;
    max-width: 575px;
    margin-top: 0;
    transform: translateX(0%);
  }
}

.lowSample__fig__set__pic.pic-01-2 {
  width: 54.76923%;
  background-image: url('/madori/images/style1/pic_sample02.jpg');
  transform: translate(23.31461%, 0);
}

.lowSample__fig__set__pic.pic-01-2::before {
  padding-top: 94.94382%;
}

@media (max-width: 767px) {
  .lowSample__fig__set__pic.pic-01-2 {
    width: 61.91304%;
    max-width: 356px;
    margin-top: 0;
    transform: translateX(14.04494%);
  }
}

.lowSample__fig__set__pic.pic-02-1 {
  width: 75.38462%;
  background-image: url('/madori/images/style2/pic_sample01.jpg');
  transform: translate(14.69388%, 0);
}

.lowSample__fig__set__pic.pic-02-1::before {
  padding-top: 83.26531%;
}

@media (max-width: 767px) {
  .lowSample__fig__set__pic.pic-02-1 {
    width: 100%;
    max-width: 490px;
    margin-top: 0;
    transform: translateX(0%);
  }
}

.lowSample__fig__set__pic.pic-02-2 {
  width: 48.92308%;
  background-image: url('/madori/images/style2/pic_sample02.jpg');
  transform: translate(30.18868%, 0);
}

.lowSample__fig__set__pic.pic-02-2::before {
  padding-top: 110.69182%;
}

@media (max-width: 767px) {
  .lowSample__fig__set__pic.pic-02-2 {
    width: 64.89796%;
    max-width: 318px;
    margin-top: 0;
    transform: translateX(8.80503%);
  }
}

.lowSample__fig__set__pic.pic-03-1 {
  width: 55.07692%;
  background-image: url('/madori/images/style3/pic_sample01.jpg');
  transform: translate(23.46369%, 0);
}

.lowSample__fig__set__pic.pic-03-1::before {
  padding-top: 164.80447%;
}

@media (max-width: 767px) {
  .lowSample__fig__set__pic.pic-03-1 {
    width: 100%;
    max-width: 358px;
    margin-top: 0;
    transform: translateX(0%);
  }
}

.lowSample__fig__set__pic.pic-03-2 {
  width: 48.46154%;
  background-image: url('/madori/images/style3/pic_sample02.jpg');
  transform: translate(31.74603%, 0);
}

.lowSample__fig__set__pic.pic-03-2::before {
  padding-top: 122.53968%;
}

@media (max-width: 767px) {
  .lowSample__fig__set__pic.pic-03-2 {
    width: 87.98883%;
    max-width: 315px;
    margin-top: -25px;
    transform: translateX(5.39683%);
  }
}

.lowSample__fig__set__pic.pic-04-1 {
  width: 78.61538%;
  background-image: url('/madori/images/style4/pic_sample01.jpg');
  transform: translate(13.30724%, 0);
}

.lowSample__fig__set__pic.pic-04-1::before {
  padding-top: 92.17221%;
}

@media (max-width: 767px) {
  .lowSample__fig__set__pic.pic-04-1 {
    width: 100%;
    max-width: 511px;
    margin-top: 0;
    transform: translateX(0%);
  }
}

.lowSample__fig__set__pic.pic-04-2 {
  width: 63.69231%;
  background-image: url('/madori/images/style4/pic_sample02.jpg');
  transform: translate(26.3285%, 0);
}

.lowSample__fig__set__pic.pic-04-2::before {
  padding-top: 89.85507%;
}

@media (max-width: 767px) {
  .lowSample__fig__set__pic.pic-04-2 {
    width: 81.01761%;
    max-width: 414px;
    margin-top: -20px;
    transform: translateX(9.90338%);
  }
}

.lowSample__fig__set__pic.pic-05-1 {
  width: 62.46154%;
  background-image: url('/madori/images/style5/pic_sample01.jpg');
  transform: translate(11.57635%, 0);
}

.lowSample__fig__set__pic.pic-05-1::before {
  padding-top: 213.7931%;
}

@media (max-width: 767px) {
  .lowSample__fig__set__pic.pic-05-1 {
    width: 100%;
    max-width: 406px;
    margin-top: 0;
    transform: translateX(0%);
  }
}

.lowSample__fig__set__pic.pic-05-2 {
  width: 53.84615%;
  background-image: url('/madori/images/style5/pic_sample02.jpg');
  transform: translate(25.42857%, 0);
}

.lowSample__fig__set__pic.pic-05-2::before {
  padding-top: 167.42857%;
}

@media (max-width: 767px) {
  .lowSample__fig__set__pic.pic-05-2 {
    width: 86.2069%;
    max-width: 350px;
    margin-top: 0;
    transform: translateX(0%);
  }
}

.lowSample__fig__set__pic.pic-06-1 {
  width: 77.23077%;
  background-image: url('/madori/images/style6/pic_sample01.jpg');
  transform: translate(13.94422%, 0);
}

.lowSample__fig__set__pic.pic-06-1::before {
  padding-top: 129.48207%;
}

@media (max-width: 767px) {
  .lowSample__fig__set__pic.pic-06-1 {
    width: 100%;
    max-width: 502px;
    margin-top: 0;
    transform: translateX(0%);
  }
}

.lowSample__fig__set__pic.pic-06-2 {
  width: 69.23077%;
  background-image: url('/madori/images/style6/pic_sample02.jpg');
  transform: translate(18.22222%, 0);
}

.lowSample__fig__set__pic.pic-06-2::before {
  padding-top: 106.22222%;
}

@media (max-width: 767px) {
  .lowSample__fig__set__pic.pic-06-2 {
    width: 89.64143%;
    max-width: 450px;
    margin-top: 0;
    transform: translateX(0%);
  }
}

@media (min-width: 768px) {
  .lowSample__fig__set__pic__p {
    display: block;
    position: absolute;
    width: 258px;
    background: url('/madori/images/cmn/pic_hand02.png') 50% 50%/contain no-repeat;
    transform-origin: 0 0;
    transform: rotate(-30deg);
    pointer-events: none;
    z-index: 1;
  }
  .lowSample__fig__set__pic__p::before {
    content: '';
    display: block;
    padding-top: 78.68217%;
  }
  .pic-01-2 .lowSample__fig__set__pic__p {
    top: calc(100% - 9px);
    left: calc(100% - 6px);
  }
  .pic-02-2 .lowSample__fig__set__pic__p {
    top: calc(100% - 9px);
    left: calc(100% - 6px);
  }
  .pic-03-2 .lowSample__fig__set__pic__p {
    top: calc(100% - 9px);
    left: calc(100% - 6px);
  }
  .pic-04-2 .lowSample__fig__set__pic__p {
    top: calc(100% - 100px);
    left: calc(100% - 1px);
  }
  .pic-05-2 .lowSample__fig__set__pic__p {
    top: calc(100% - 27px);
    left: calc(100% - 36px);
  }
  .pic-06-2 .lowSample__fig__set__pic__p {
    top: calc(100% - 47px);
    left: calc(100% - 12px);
  }
}

@media (min-width: 768px) {
  .lowSample__ft {
    float: right;
    width: 44.01709%;
    padding-top: 60px;
  }
}

@media (max-width: 767px) {
  .lowSample__ft {
    padding: 54px 0 0;
  }
}

@media (min-width: 768px) {
  .lowSample__ft__data {
    margin-bottom: 75px;
  }
}

.lowSample__ft__data__ttl {
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 700;
  line-height: 31px;
  color: #000;
}

.lowSample__ft__data__tbl th,
.lowSample__ft__data__tbl td {
  font-size: 14px;
  line-height: 30px;
}

.lowSample__ft__data__tbl td > sup {
  display: inline-block;
  font-size: 60%;
  vertical-align: top;
  line-height: 20px;
}

.lowSample__ft__data__tbl td::before {
  content: '：';
}

.lowSample__ft__btn {
  position: relative;
  width: 335px;
  height: 50px;
  background: #000;
  transition: background-color 300ms ease 0ms;
  cursor: pointer;
}

.lowSample__ft__btn > span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 13px;
  white-space: nowrap;
  color: #fff;
  transition: color 300ms ease 0ms;
}

@media (min-width: 768px) {
  .lowSample__ft__btn:hover {
    background: #0075c1;
  }
}

@media (min-width: 768px) {
  .lowTips {
    padding: 25px 0 270px;
  }
}

@media (max-width: 767px) {
  .lowTips {
    padding: 0 0 200px;
  }
}

.lowTips.is-04 {
  padding-bottom: 100px;
}

@media (max-width: 767px) {
  .lowTips.is-04 {
    padding: 0 0 50px;
  }
}

.lowTips__ttl {
  margin: 0 auto 90px;
  font-size: 27px;
  line-height: 31px;
  font-family: 'khand', 'NotoSansCJKjp', sans-serif;
  font-weight: 500;
}

@media (min-width: 768px) {
  .lowTips__ttl {
    max-width: 1170px;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
  }
}

@media (max-width: 767px) {
  .lowTips__ttl {
    padding: 0 20px;
  }
}

.lowTips__sec {
  max-width: 1366px;
  margin: 0 auto;
}

.lowTips__sec + div {
  margin-top: 200px;
}

.lowTips__sec__hd {
  margin: 0 auto 75px;
}

@media (min-width: 768px) {
  .lowTips__sec__hd {
    max-width: 1170px;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
  }
}

@media (max-width: 767px) {
  .lowTips__sec__hd {
    margin-bottom: 0;
    padding: 0 20px;
  }
}

.lowTips__sec__hd__ttl {
  margin-bottom: 16px;
  font-size: 27px;
  font-weight: 700;
  line-height: 40px;
}

@media (max-width: 374px) {
  .lowTips__sec__hd__ttl {
    font-size: 7.2vw;
  }
}

.lowTips__sec__hd__ttl > span {
  display: inline-block;
}

.lowTips__sec__hd__txt {
  font-size: 16px;
  line-height: 30px;
}

.lowTips__sec__hd__nt {
  padding: 30px 0 20px;
}

@media (max-width: 767px) {
  .lowTips__sec__hd__nt {
    padding: 30px 0 0;
  }
}

.lowTips__sec__hd__nt li,
.lowTips__sec__hd__cnt li {
  font-size: 14px;
  line-height: 1.71429;
  overflow: hidden;
}

.lowTips__sec__hd__nt li sup,
.lowTips__sec__hd__cnt li sup {
  display: inline-block;
  font-size: 60%;
  vertical-align: top;
  line-height: 14px;
}

.lowTips__sec__hd__nt li > div:nth-child(1),
.lowTips__sec__hd__cnt li > div:nth-child(1) {
  float: left;
}

.lowTips__sec__hd__nt li > div:nth-child(2),
.lowTips__sec__hd__cnt li > div:nth-child(2) {
  overflow: hidden;
}

.lowTips__sec__bd {
  max-width: 1366px;
  padding: 0 40px;
  box-sizing: border-box;
}

.lowTips__sec__setWrap,
.lowTips__sec__set {
  position: relative;
}

@media (max-width: 767px) {
  .lowTips__sec__set {
    margin-top: 80px;
  }
}

@media (min-width: 768px) {
  .lowTips .t-wrap.opt-max,
  .lowTips .t-picWrap.opt-max,
  .lowTips .t-txtWrap.opt-max {
    max-width: 1170px;
    margin: 0 auto;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
  }
  .lowTips .t-wrap.opt-absT,
  .lowTips .t-wrap.opt-absB,
  .lowTips .t-wrap.opt-absH,
  .lowTips .t-picWrap.opt-absT,
  .lowTips .t-picWrap.opt-absB,
  .lowTips .t-picWrap.opt-absH,
  .lowTips .t-txtWrap.opt-absT,
  .lowTips .t-txtWrap.opt-absB,
  .lowTips .t-txtWrap.opt-absH {
    position: absolute;
    right: 50%;
    width: 100%;
    max-width: 1250px;
    margin: 0 auto;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    box-sizing: border-box;
    transform: translate(50%, 0);
    z-index: 2;
  }
  .lowTips .t-wrap.opt-absT,
  .lowTips .t-picWrap.opt-absT,
  .lowTips .t-txtWrap.opt-absT {
    top: 0;
  }
  .lowTips .t-wrap.opt-absB,
  .lowTips .t-picWrap.opt-absB,
  .lowTips .t-txtWrap.opt-absB {
    bottom: 0;
  }
  .lowTips .t-wrap.opt-absH,
  .lowTips .t-picWrap.opt-absH,
  .lowTips .t-txtWrap.opt-absH {
    height: 100%;
  }
}

.lowTips .t-pic {
  position: relative;
  background: 50% 50% no-repeat;
  background-size: cover;
  z-index: 1;
}

@media (max-width: 767px) {
  .lowTips .t-pic {
    width: 100% !important;
    margin-bottom: 40px;
  }
}

.lowTips .t-pic::before {
  content: '';
  display: block;
}

.lowTips .t-txt {
  display: inline-block;
  z-index: 2;
}

@media (max-width: 767px) {
  .lowTips .t-txt {
    padding: 0 20px;
  }
}

.lowTips .t-txt h3 {
  position: relative;
  right: 10px;
  margin-bottom: 15px;
}

.lowTips .t-txt h3 img {
  display: block;
  width: auto;
  height: 46px;
}

.lowTips .t-txt p {
  font-size: 14px;
  line-height: 26px;
}

.lowTips .t-txt p > span {
  display: inline-block;
}

@media (max-width: 374px) {
  .lowTips .t-txt p br {
    display: none;
  }
}

@media (min-width: 768px) {
  .lowTips .tips-01-1 .t-pic {
    width: 38.79941%;
  }
}

.lowTips .tips-01-1 .t-pic::before {
  padding-top: 147.92453%;
}

@media (min-width: 768px) {
  .lowTips .tips-01-1 .t-pic {
    background-image: url('/madori/images/style1/pic_tips01.jpg');
  }
}

@media (max-width: 767px) {
  .lowTips .tips-01-1 .t-pic {
    background-image: url('/madori/images/style1/pic_tips01_sp.jpg');
  }
}

@media (min-width: 768px) {
  .lowTips .tips-01-2 .t-pic {
    width: 41.06881%;
  }
}

.lowTips .tips-01-2 .t-pic::before {
  padding-top: 150.08913%;
}

@media (min-width: 768px) {
  .lowTips .tips-01-2 .t-pic {
    background-image: url('/madori/images/style1/pic_tips02.jpg');
  }
}

@media (max-width: 767px) {
  .lowTips .tips-01-2 .t-pic {
    background-image: url('/madori/images/style1/pic_tips02_sp.jpg');
  }
}

@media (min-width: 768px) {
  .lowTips .tips-01-3 .t-pic {
    width: 51.79487%;
  }
}

.lowTips .tips-01-3 .t-pic::before {
  padding-top: 66.66667%;
}

@media (min-width: 768px) {
  .lowTips .tips-01-3 .t-pic {
    background-image: url('/madori/images/style1/pic_tips03.jpg');
  }
}

@media (max-width: 767px) {
  .lowTips .tips-01-3 .t-pic {
    background-image: url('/madori/images/style1/pic_tips03_sp.jpg');
  }
}

@media (min-width: 768px) {
  .lowTips .tips-01-4 .t-pic {
    width: 50%;
  }
}

.lowTips .tips-01-4 .t-pic::before {
  padding-top: 66.61786%;
}

@media (min-width: 768px) {
  .lowTips .tips-01-4 .t-pic {
    background-image: url('/madori/images/style1/pic_tips04.jpg');
  }
}

@media (max-width: 767px) {
  .lowTips .tips-01-4 .t-pic {
    background-image: url('/madori/images/style1/pic_tips04_sp.jpg');
  }
}

@media (min-width: 768px) {
  .lowTips .tips-01-5 .t-pic {
    width: 58.93119%;
  }
}

.lowTips .tips-01-5 .t-pic::before {
  padding-top: 66.70807%;
}

@media (min-width: 768px) {
  .lowTips .tips-01-5 .t-pic {
    background-image: url('/madori/images/style1/pic_tips05.jpg');
  }
}

@media (max-width: 767px) {
  .lowTips .tips-01-5 .t-pic {
    background-image: url('/madori/images/style1/pic_tips05_sp.jpg');
  }
}

@media (min-width: 768px) {
  .lowTips .tips-01-6 .t-pic {
    width: 29.94143%;
  }
}

.lowTips .tips-01-6 .t-pic::before {
  padding-top: 66.74817%;
}

@media (min-width: 768px) {
  .lowTips .tips-01-6 .t-pic {
    background-image: url('/madori/images/style1/pic_tips06.jpg');
  }
}

@media (max-width: 767px) {
  .lowTips .tips-01-6 .t-pic {
    background-image: url('/madori/images/style1/pic_tips06_sp.jpg');
  }
}

@media (min-width: 768px) {
  .lowTips .tips-01-7 .t-pic {
    width: 65.30015%;
  }
}

.lowTips .tips-01-7 .t-pic::before {
  padding-top: 66.70404%;
}

@media (min-width: 768px) {
  .lowTips .tips-01-7 .t-pic {
    background-image: url('/madori/images/style1/pic_tips07.jpg');
  }
}

@media (max-width: 767px) {
  .lowTips .tips-01-7 .t-pic {
    background-image: url('/madori/images/style1/pic_tips07_sp.jpg');
  }
}

@media (min-width: 768px) {
  .lowTips .tips-01-8 .t-pic {
    width: 29.5754%;
  }
}

.lowTips .tips-01-8 .t-pic::before {
  padding-top: 100%;
}

@media (min-width: 768px) {
  .lowTips .tips-01-8 .t-pic {
    background-image: url('/madori/images/style1/pic_tips08.jpg');
  }
}

@media (max-width: 767px) {
  .lowTips .tips-01-8 .t-pic {
    background-image: url('/madori/images/style1/pic_tips08_sp.jpg');
  }
}

@media (min-width: 768px) {
  .lowTips .tips-01-9 .t-pic {
    width: 89.8243%;
  }
}

.lowTips .tips-01-9 .t-pic::before {
  padding-top: 48.57376%;
}

@media (min-width: 768px) {
  .lowTips .tips-01-9 .t-pic {
    background-image: url('/madori/images/style1/pic_tips09.jpg');
  }
}

@media (max-width: 767px) {
  .lowTips .tips-01-9 .t-pic {
    background-image: url('/madori/images/style1/pic_tips09_sp.jpg');
  }
}

@media (min-width: 768px) {
  .lowTips .tips-02-1 .t-pic {
    width: 100%;
  }
}

.lowTips .tips-02-1 .t-pic::before {
  padding-top: 57.46706%;
}

@media (min-width: 768px) {
  .lowTips .tips-02-1 .t-pic {
    background-image: url('/madori/images/style2/pic_tips01.jpg');
  }
}

@media (max-width: 767px) {
  .lowTips .tips-02-1 .t-pic {
    background-image: url('/madori/images/style2/pic_tips01_sp.jpg');
  }
}

@media (min-width: 768px) {
  .lowTips .tips-02-2 .t-pic {
    width: 41.06881%;
  }
}

.lowTips .tips-02-2 .t-pic::before {
  padding-top: 66.66667%;
}

@media (min-width: 768px) {
  .lowTips .tips-02-2 .t-pic {
    background-image: url('/madori/images/style2/pic_tips02.jpg');
  }
}

@media (max-width: 767px) {
  .lowTips .tips-02-2 .t-pic {
    background-image: url('/madori/images/style2/pic_tips02_sp.jpg');
  }
}

@media (min-width: 768px) {
  .lowTips .tips-02-3 .t-pic {
    width: 51.53734%;
  }
}

.lowTips .tips-02-3 .t-pic::before {
  padding-top: 66.61932%;
}

@media (min-width: 768px) {
  .lowTips .tips-02-3 .t-pic {
    background-image: url('/madori/images/style2/pic_tips03.jpg');
  }
}

@media (max-width: 767px) {
  .lowTips .tips-02-3 .t-pic {
    background-image: url('/madori/images/style2/pic_tips03_sp.jpg');
  }
}

@media (min-width: 768px) {
  .lowTips .tips-02-4 .t-pic {
    width: 70.64422%;
  }
}

.lowTips .tips-02-4 .t-pic::before {
  padding-top: 66.63212%;
}

@media (min-width: 768px) {
  .lowTips .tips-02-4 .t-pic {
    background-image: url('/madori/images/style2/pic_tips04.jpg');
  }
}

@media (max-width: 767px) {
  .lowTips .tips-02-4 .t-pic {
    background-image: url('/madori/images/style2/pic_tips04_sp.jpg');
  }
}

@media (min-width: 768px) {
  .lowTips .tips-02-5 .t-pic {
    width: 58.93119%;
  }
}

.lowTips .tips-02-5 .t-pic::before {
  padding-top: 66.70807%;
}

@media (min-width: 768px) {
  .lowTips .tips-02-5 .t-pic {
    background-image: url('/madori/images/style2/pic_tips05.jpg');
  }
}

@media (max-width: 767px) {
  .lowTips .tips-02-5 .t-pic {
    background-image: url('/madori/images/style2/pic_tips05_sp.jpg');
  }
}

@media (min-width: 768px) {
  .lowTips .tips-02-6 .t-pic {
    width: 29.94143%;
  }
}

.lowTips .tips-02-6 .t-pic::before {
  padding-top: 66.74817%;
}

@media (min-width: 768px) {
  .lowTips .tips-02-6 .t-pic {
    background-image: url('/madori/images/style2/pic_tips06.jpg');
  }
}

@media (max-width: 767px) {
  .lowTips .tips-02-6 .t-pic {
    background-image: url('/madori/images/style2/pic_tips06_sp.jpg');
  }
}

@media (min-width: 768px) {
  .lowTips .tips-02-7 .t-pic {
    width: 85.43192%;
  }
}

.lowTips .tips-02-7 .t-pic::before {
  padding-top: 65.12425%;
}

@media (min-width: 768px) {
  .lowTips .tips-02-7 .t-pic {
    background-image: url('/madori/images/style2/pic_tips07.jpg');
  }
}

@media (max-width: 767px) {
  .lowTips .tips-02-7 .t-pic {
    background-image: url('/madori/images/style2/pic_tips07_sp.jpg');
  }
}

@media (min-width: 768px) {
  .lowTips .tips-02-8 .t-pic {
    width: 45.7265%;
  }
}

.lowTips .tips-02-8 .t-pic::before {
  padding-top: 74.76636%;
}

@media (min-width: 768px) {
  .lowTips .tips-02-8 .t-pic {
    background-image: url('/madori/images/style2/pic_tips08.jpg');
  }
}

@media (max-width: 767px) {
  .lowTips .tips-02-8 .t-pic {
    background-image: url('/madori/images/style2/pic_tips08_sp.jpg');
  }
}

@media (min-width: 768px) {
  .lowTips .tips-02-9 .t-pic {
    width: 45.7265%;
  }
}

.lowTips .tips-02-9 .t-pic::before {
  padding-top: 127.1028%;
}

@media (min-width: 768px) {
  .lowTips .tips-02-9 .t-pic {
    background-image: url('/madori/images/style2/pic_tips09.jpg');
  }
}

@media (max-width: 767px) {
  .lowTips .tips-02-9 .t-pic {
    background-image: url('/madori/images/style2/pic_tips09_sp.jpg');
  }
}

@media (min-width: 768px) {
  .lowTips .tips-03-1 .t-pic {
    width: 100%;
  }
}

.lowTips .tips-03-1 .t-pic::before {
  padding-top: 57.46706%;
}

@media (min-width: 768px) {
  .lowTips .tips-03-1 .t-pic {
    background-image: url('/madori/images/style3/pic_tips01.jpg');
  }
}

@media (max-width: 767px) {
  .lowTips .tips-03-1 .t-pic {
    background-image: url('/madori/images/style3/pic_tips01_sp.jpg');
  }
}

@media (min-width: 768px) {
  .lowTips .tips-03-2 .t-pic {
    width: 30.94017%;
  }
}

.lowTips .tips-03-2 .t-pic::before {
  padding-top: 134.25414%;
}

@media (min-width: 768px) {
  .lowTips .tips-03-2 .t-pic {
    background-image: url('/madori/images/style3/pic_tips02.jpg');
  }
}

@media (max-width: 767px) {
  .lowTips .tips-03-2 .t-pic {
    background-image: url('/madori/images/style3/pic_tips02_sp.jpg');
  }
}

@media (min-width: 768px) {
  .lowTips .tips-03-3 .t-pic {
    width: 48.20513%;
  }
}

.lowTips .tips-03-3 .t-pic::before {
  padding-top: 150%;
}

@media (min-width: 768px) {
  .lowTips .tips-03-3 .t-pic {
    background-image: url('/madori/images/style3/pic_tips03.jpg');
  }
}

@media (max-width: 767px) {
  .lowTips .tips-03-3 .t-pic {
    background-image: url('/madori/images/style3/pic_tips03_sp.jpg');
  }
}

@media (min-width: 768px) {
  .lowTips .tips-03-4 .t-pic {
    width: 30.94017%;
  }
}

.lowTips .tips-03-4 .t-pic::before {
  padding-top: 150%;
}

@media (min-width: 768px) {
  .lowTips .tips-03-4 .t-pic {
    background-image: url('/madori/images/style3/pic_tips04.jpg');
  }
}

@media (max-width: 767px) {
  .lowTips .tips-03-4 .t-pic {
    background-image: url('/madori/images/style3/pic_tips04_sp.jpg');
  }
}

@media (min-width: 768px) {
  .lowTips .tips-03-5 .t-pic {
    width: 30.94017%;
  }
}

.lowTips .tips-03-5 .t-pic::before {
  padding-top: 150%;
}

@media (min-width: 768px) {
  .lowTips .tips-03-5 .t-pic {
    background-image: url('/madori/images/style3/pic_tips05.jpg');
  }
}

@media (max-width: 767px) {
  .lowTips .tips-03-5 .t-pic {
    background-image: url('/madori/images/style3/pic_tips05_sp.jpg');
  }
}

@media (min-width: 768px) {
  .lowTips .tips-03-6 .t-pic {
    width: 30.94017%;
  }
}

.lowTips .tips-03-6 .t-pic::before {
  padding-top: 150%;
}

@media (min-width: 768px) {
  .lowTips .tips-03-6 .t-pic {
    background-image: url('/madori/images/style3/pic_tips06.jpg');
  }
}

@media (max-width: 767px) {
  .lowTips .tips-03-6 .t-pic {
    background-image: url('/madori/images/style3/pic_tips06_sp.jpg');
  }
}

@media (min-width: 768px) {
  .lowTips .tips-03-7 .t-pic {
    width: 100%;
  }
}

.lowTips .tips-03-7 .t-pic::before {
  padding-top: 55.6369%;
}

@media (min-width: 768px) {
  .lowTips .tips-03-7 .t-pic {
    background-image: url('/madori/images/style3/pic_tips07.jpg');
  }
}

@media (max-width: 767px) {
  .lowTips .tips-03-7 .t-pic {
    background-image: url('/madori/images/style3/pic_tips07_sp.jpg');
  }
}

@media (min-width: 768px) {
  .lowTips .tips-03-8 .t-pic {
    width: 48.20513%;
  }
}

.lowTips .tips-03-8 .t-pic::before {
  padding-top: 100%;
}

@media (min-width: 768px) {
  .lowTips .tips-03-8 .t-pic {
    background-image: url('/madori/images/style3/pic_tips08.jpg');
  }
}

@media (max-width: 767px) {
  .lowTips .tips-03-8 .t-pic {
    background-image: url('/madori/images/style3/pic_tips08_sp.jpg');
  }
}

@media (min-width: 768px) {
  .lowTips .tips-03-9 .t-pic {
    width: 48.20513%;
  }
}

.lowTips .tips-03-9 .t-pic::before {
  padding-top: 100%;
}

@media (min-width: 768px) {
  .lowTips .tips-03-9 .t-pic {
    background-image: url('/madori/images/style3/pic_tips09.jpg');
  }
}

@media (max-width: 767px) {
  .lowTips .tips-03-9 .t-pic {
    background-image: url('/madori/images/style3/pic_tips09_sp.jpg');
  }
}

@media (min-width: 768px) {
  .lowTips .tips-04-1 .t-pic {
    width: 85.43192%;
  }
}

.lowTips .tips-04-1 .t-pic::before {
  padding-top: 67.2665%;
}

@media (min-width: 768px) {
  .lowTips .tips-04-1 .t-pic {
    background-image: url('/madori/images/style4/pic_tips01.jpg');
  }
}

@media (max-width: 767px) {
  .lowTips .tips-04-1 .t-pic {
    background-image: url('/madori/images/style4/pic_tips01_sp.jpg');
  }
}

@media (min-width: 768px) {
  .lowTips .tips-04-2 .t-pic {
    width: 50%;
  }
}

.lowTips .tips-04-2 .t-pic::before {
  padding-top: 66.61786%;
}

@media (min-width: 768px) {
  .lowTips .tips-04-2 .t-pic {
    background-image: url('/madori/images/style4/pic_tips02.jpg');
  }
}

@media (max-width: 767px) {
  .lowTips .tips-04-2 .t-pic {
    background-image: url('/madori/images/style4/pic_tips02_sp.jpg');
  }
}

@media (min-width: 768px) {
  .lowTips .tips-04-3 .t-pic {
    width: 58.93119%;
  }
}

.lowTips .tips-04-3 .t-pic::before {
  padding-top: 66.70807%;
}

@media (min-width: 768px) {
  .lowTips .tips-04-3 .t-pic {
    background-image: url('/madori/images/style4/pic_tips03.jpg');
  }
}

@media (max-width: 767px) {
  .lowTips .tips-04-3 .t-pic {
    background-image: url('/madori/images/style4/pic_tips03_sp.jpg');
  }
}

@media (min-width: 768px) {
  .lowTips .tips-04-4 .t-pic {
    width: 29.94143%;
  }
}

.lowTips .tips-04-4 .t-pic::before {
  padding-top: 131.29584%;
}

@media (min-width: 768px) {
  .lowTips .tips-04-4 .t-pic {
    background-image: url('/madori/images/style4/pic_tips04.jpg');
  }
}

@media (max-width: 767px) {
  .lowTips .tips-04-4 .t-pic {
    background-image: url('/madori/images/style4/pic_tips04_sp.jpg');
  }
}

@media (min-width: 768px) {
  .lowTips .tips-04-5 .t-pic {
    width: 100%;
  }
}

.lowTips .tips-04-5 .t-pic::before {
  padding-top: 57.46706%;
}

@media (min-width: 768px) {
  .lowTips .tips-04-5 .t-pic {
    background-image: url('/madori/images/style4/pic_tips05.jpg');
  }
}

@media (max-width: 767px) {
  .lowTips .tips-04-5 .t-pic {
    background-image: url('/madori/images/style4/pic_tips05_sp.jpg');
  }
}

@media (min-width: 768px) {
  .lowTips .tips-04-6 .t-pic {
    width: 56.83761%;
  }
}

.lowTips .tips-04-6 .t-pic::before {
  padding-top: 134.13534%;
}

@media (min-width: 768px) {
  .lowTips .tips-04-6 .t-pic {
    background-image: url('/madori/images/style4/pic_tips06.jpg');
  }
}

@media (max-width: 767px) {
  .lowTips .tips-04-6 .t-pic {
    background-image: url('/madori/images/style4/pic_tips06_sp.jpg');
  }
}

@media (min-width: 768px) {
  .lowTips .tips-04-7 .t-pic {
    width: 34.52991%;
  }
}

.lowTips .tips-04-7 .t-pic::before {
  padding-top: 100%;
}

@media (min-width: 768px) {
  .lowTips .tips-04-7 .t-pic {
    background-image: url('/madori/images/style4/pic_tips07.jpg');
  }
}

@media (max-width: 767px) {
  .lowTips .tips-04-7 .t-pic {
    background-image: url('/madori/images/style4/pic_tips07_sp.jpg');
  }
}

@media (min-width: 768px) {
  .lowTips .tips-04-8 .t-pic {
    width: 34.52991%;
  }
}

.lowTips .tips-04-8 .t-pic::before {
  padding-top: 150%;
}

@media (min-width: 768px) {
  .lowTips .tips-04-8 .t-pic {
    background-image: url('/madori/images/style4/pic_tips08.jpg');
  }
}

@media (max-width: 767px) {
  .lowTips .tips-04-8 .t-pic {
    background-image: url('/madori/images/style4/pic_tips08_sp.jpg');
  }
}

@media (min-width: 768px) {
  .lowTips .tips-05-1 .t-pic {
    width: 34.52991%;
  }
}

.lowTips .tips-05-1 .t-pic::before {
  padding-top: 100%;
}

@media (min-width: 768px) {
  .lowTips .tips-05-1 .t-pic {
    background-image: url('/madori/images/style5/pic_tips01.jpg');
  }
}

@media (max-width: 767px) {
  .lowTips .tips-05-1 .t-pic {
    background-image: url('/madori/images/style5/pic_tips01_sp.jpg');
  }
}

@media (min-width: 768px) {
  .lowTips .tips-05-2 .t-pic {
    width: 56.83761%;
  }
}

.lowTips .tips-05-2 .t-pic::before {
  padding-top: 152.03008%;
}

@media (min-width: 768px) {
  .lowTips .tips-05-2 .t-pic {
    background-image: url('/madori/images/style5/pic_tips02.jpg');
  }
}

@media (max-width: 767px) {
  .lowTips .tips-05-2 .t-pic {
    background-image: url('/madori/images/style5/pic_tips02_sp.jpg');
  }
}

@media (min-width: 768px) {
  .lowTips .tips-05-3 .t-pic {
    width: 34.44444%;
  }
}

.lowTips .tips-05-3 .t-pic::before {
  padding-top: 150.12407%;
}

@media (min-width: 768px) {
  .lowTips .tips-05-3 .t-pic {
    background-image: url('/madori/images/style5/pic_tips03.jpg');
  }
}

@media (max-width: 767px) {
  .lowTips .tips-05-3 .t-pic {
    background-image: url('/madori/images/style5/pic_tips03_sp.jpg');
  }
}

@media (min-width: 768px) {
  .lowTips .tips-05-4 .t-pic {
    width: 30.94017%;
  }
}

.lowTips .tips-05-4 .t-pic::before {
  padding-top: 150%;
}

@media (min-width: 768px) {
  .lowTips .tips-05-4 .t-pic {
    background-image: url('/madori/images/style5/pic_tips04.jpg');
  }
}

@media (max-width: 767px) {
  .lowTips .tips-05-4 .t-pic {
    background-image: url('/madori/images/style5/pic_tips04_sp.jpg');
  }
}

@media (min-width: 768px) {
  .lowTips .tips-05-5 .t-pic {
    width: 30.94017%;
  }
}

.lowTips .tips-05-5 .t-pic::before {
  padding-top: 150%;
}

@media (min-width: 768px) {
  .lowTips .tips-05-5 .t-pic {
    background-image: url('/madori/images/style5/pic_tips05.jpg');
  }
}

@media (max-width: 767px) {
  .lowTips .tips-05-5 .t-pic {
    background-image: url('/madori/images/style5/pic_tips05_sp.jpg');
  }
}

@media (min-width: 768px) {
  .lowTips .tips-05-6 .t-pic {
    width: 30.94017%;
  }
}

.lowTips .tips-05-6 .t-pic::before {
  padding-top: 150%;
}

@media (min-width: 768px) {
  .lowTips .tips-05-6 .t-pic {
    background-image: url('/madori/images/style5/pic_tips06.jpg');
  }
}

@media (max-width: 767px) {
  .lowTips .tips-05-6 .t-pic {
    background-image: url('/madori/images/style5/pic_tips06_sp.jpg');
  }
}

@media (min-width: 768px) {
  .lowTips .tips-05-7 .t-pic {
    width: 100%;
  }
}

.lowTips .tips-05-7 .t-pic::before {
  padding-top: 57.46706%;
}

@media (min-width: 768px) {
  .lowTips .tips-05-7 .t-pic {
    background-image: url('/madori/images/style5/pic_tips07.jpg');
  }
}

@media (max-width: 767px) {
  .lowTips .tips-05-7 .t-pic {
    background-image: url('/madori/images/style5/pic_tips07_sp.jpg');
  }
}

@media (min-width: 768px) {
  .lowTips .tips-05-8 .t-pic {
    width: 30.94017%;
  }
}

.lowTips .tips-05-8 .t-pic::before {
  padding-top: 134.25414%;
}

@media (min-width: 768px) {
  .lowTips .tips-05-8 .t-pic {
    background-image: url('/madori/images/style5/pic_tips08.jpg');
  }
}

@media (max-width: 767px) {
  .lowTips .tips-05-8 .t-pic {
    background-image: url('/madori/images/style5/pic_tips08_sp.jpg');
  }
}

@media (min-width: 768px) {
  .lowTips .tips-05-9 .t-pic {
    width: 48.20513%;
  }
}

.lowTips .tips-05-9 .t-pic::before {
  padding-top: 150%;
}

@media (min-width: 768px) {
  .lowTips .tips-05-9 .t-pic {
    background-image: url('/madori/images/style5/pic_tips09.jpg');
  }
}

@media (max-width: 767px) {
  .lowTips .tips-05-9 .t-pic {
    background-image: url('/madori/images/style5/pic_tips09_sp.jpg');
  }
}

@media (min-width: 768px) {
  .lowTips .tips-06-1 .t-pic {
    width: 34.52991%;
  }
}

.lowTips .tips-06-1 .t-pic::before {
  padding-top: 100%;
}

@media (min-width: 768px) {
  .lowTips .tips-06-1 .t-pic {
    background-image: url('/madori/images/style6/pic_tips01.jpg');
  }
}

@media (max-width: 767px) {
  .lowTips .tips-06-1 .t-pic {
    background-image: url('/madori/images/style6/pic_tips01_sp.jpg');
  }
}

@media (min-width: 768px) {
  .lowTips .tips-06-2 .t-pic {
    width: 56.83761%;
  }
}

.lowTips .tips-06-2 .t-pic::before {
  padding-top: 152.03008%;
}

@media (min-width: 768px) {
  .lowTips .tips-06-2 .t-pic {
    background-image: url('/madori/images/style6/pic_tips02.jpg');
  }
}

@media (max-width: 767px) {
  .lowTips .tips-06-2 .t-pic {
    background-image: url('/madori/images/style6/pic_tips02_sp.jpg');
  }
}

@media (min-width: 768px) {
  .lowTips .tips-06-3 .t-pic {
    width: 34.44444%;
  }
}

.lowTips .tips-06-3 .t-pic::before {
  padding-top: 150.12407%;
}

@media (min-width: 768px) {
  .lowTips .tips-06-3 .t-pic {
    background-image: url('/madori/images/style6/pic_tips03.jpg');
  }
}

@media (max-width: 767px) {
  .lowTips .tips-06-3 .t-pic {
    background-image: url('/madori/images/style6/pic_tips03_sp.jpg');
  }
}

@media (min-width: 768px) {
  .lowTips .tips-06-4 .t-pic {
    width: 70.64422%;
  }
}

.lowTips .tips-06-4 .t-pic::before {
  padding-top: 66.63212%;
}

@media (min-width: 768px) {
  .lowTips .tips-06-4 .t-pic {
    background-image: url('/madori/images/style6/pic_tips04.jpg');
  }
}

@media (max-width: 767px) {
  .lowTips .tips-06-4 .t-pic {
    background-image: url('/madori/images/style6/pic_tips04_sp.jpg');
  }
}

@media (min-width: 768px) {
  .lowTips .tips-06-5 .t-pic {
    width: 58.93119%;
  }
}

.lowTips .tips-06-5 .t-pic::before {
  padding-top: 66.70807%;
}

@media (min-width: 768px) {
  .lowTips .tips-06-5 .t-pic {
    background-image: url('/madori/images/style6/pic_tips05.jpg');
  }
}

@media (max-width: 767px) {
  .lowTips .tips-06-5 .t-pic {
    background-image: url('/madori/images/style6/pic_tips05_sp.jpg');
  }
}

@media (min-width: 768px) {
  .lowTips .tips-06-6 .t-pic {
    width: 29.94143%;
  }
}

.lowTips .tips-06-6 .t-pic::before {
  padding-top: 131.29584%;
}

@media (min-width: 768px) {
  .lowTips .tips-06-6 .t-pic {
    background-image: url('/madori/images/style6/pic_tips06.jpg');
  }
}

@media (max-width: 767px) {
  .lowTips .tips-06-6 .t-pic {
    background-image: url('/madori/images/style6/pic_tips06_sp.jpg');
  }
}

@media (min-width: 768px) {
  .lowTips .tips-06-7 .t-pic {
    width: 100%;
  }
}

.lowTips .tips-06-7 .t-pic::before {
  padding-top: 57.46706%;
}

@media (min-width: 768px) {
  .lowTips .tips-06-7 .t-pic {
    background-image: url('/madori/images/style6/pic_tips07.jpg');
  }
}

@media (max-width: 767px) {
  .lowTips .tips-06-7 .t-pic {
    background-image: url('/madori/images/style6/pic_tips07_sp.jpg');
  }
}

@media (min-width: 768px) {
  .lowTips .tips-06-8 .t-pic {
    width: 29.5022%;
  }
}

.lowTips .tips-06-8 .t-pic::before {
  padding-top: 150.12407%;
}

@media (min-width: 768px) {
  .lowTips .tips-06-8 .t-pic {
    background-image: url('/madori/images/style6/pic_tips08.jpg');
  }
}

@media (max-width: 767px) {
  .lowTips .tips-06-8 .t-pic {
    background-image: url('/madori/images/style6/pic_tips08_sp.jpg');
  }
}

@media (min-width: 768px) {
  .lowTips .tips-06-9 .t-pic {
    width: 51.53734%;
  }
}

.lowTips .tips-06-9 .t-pic::before {
  padding-top: 66.61932%;
}

@media (min-width: 768px) {
  .lowTips .tips-06-9 .t-pic {
    background-image: url('/madori/images/style6/pic_tips09.jpg');
  }
}

@media (max-width: 767px) {
  .lowTips .tips-06-9 .t-pic {
    background-image: url('/madori/images/style6/pic_tips09_sp.jpg');
  }
}

@media (min-width: 768px) {
  .lowTips .tips-01-1 {
    margin-bottom: 90px;
  }
  .lowTips .tips-01-1 .t-pic {
    margin: 0 auto;
  }
  .lowTips .tips-01-1 .t-txt {
    margin-top: 80px;
    padding: 50px 100px 60px 60px;
    background: #fff;
  }
  .lowTips .tips-01-2 .t-pic {
    margin: 0 0 0 auto;
  }
  .lowTips .tips-01-2 .t-txt {
    margin-left: 34.52991%;
  }
  .lowTips .tips-01-3 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
  }
  .lowTips .tips-01-3 .t-pic {
    margin-bottom: 60px;
  }
  .lowTips .tips-01-4 {
    overflow: hidden;
    margin-bottom: 105px;
  }
  .lowTips .tips-01-4 .t-pic {
    float: right;
    margin-left: 50px;
  }
  .lowTips .tips-01-4 .t-txt {
    float: right;
    text-align: right;
  }
  .lowTips .tips-01-5 .t-txt {
    margin-top: -40px;
    transform: translate(0, -100%);
  }
  .lowTips .tips-01-6 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
  }
  .lowTips .tips-01-6 .t-pic {
    margin-left: 60.02928%;
  }
  .lowTips .tips-01-6 .t-txt {
    margin-top: 40px;
    margin-left: 69.05983%;
  }
  .lowTips .tips-01-7 {
    margin-bottom: 150px;
  }
  .lowTips .tips-01-7 .t-pic {
    margin: 0 0 0 auto;
  }
  .lowTips .tips-01-7 .t-txt {
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 34.69985%;
    transform: translate(40px, 35px);
    color: #fff;
  }
  .lowTips .tips-01-8 {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translate(0, -50%);
  }
  .lowTips .tips-01-8 .t-txt {
    position: absolute;
    margin-top: 40px;
  }
  .lowTips .tips-01-9 .t-pic {
    margin: 0 0 0 auto;
  }
  .lowTips .tips-01-9 .t-txt {
    position: absolute;
    left: 10.1757%;
    bottom: 0;
    transform: translate(40px, -35px);
    color: #fff;
  }
  .lowTips .tips-02-1 {
    margin-bottom: 100px;
  }
  .lowTips .tips-02-1 .t-txt {
    margin-top: 80px;
    padding: 50px 60px 60px 60px;
    background: #fff;
  }
  .lowTips .tips-02-2 {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
  }
  .lowTips .tips-02-2 .t-pic {
    margin: 0 0 0 auto;
  }
  .lowTips .tips-02-2 .t-txt {
    position: absolute;
    bottom: 100%;
    margin: 0 0 40px 58.93119%;
  }
  .lowTips .tips-02-3 .t-txt {
    margin-top: 60px;
  }
  .lowTips .tips-02-4 {
    margin-bottom: 180px;
  }
  .lowTips .tips-02-4 .t-pic {
    margin: 0 0 0 auto;
  }
  .lowTips .tips-02-5 .t-txt {
    position: absolute;
    bottom: 100%;
    margin: 0 0 40px;
  }
  .lowTips .tips-02-6 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .lowTips .tips-02-6 .t-pic {
    top: 0;
    left: 58.93119%;
    border-left: 15px solid transparent;
  }
  .lowTips .tips-02-6 .t-txt {
    margin-top: 40px;
    margin-left: 69.05983%;
  }
  .lowTips .tips-02-7 {
    margin: 0 0 280px;
  }
  .lowTips .tips-02-7 .t-txt {
    margin-top: 60px;
    padding: 50px 65px 60px 60px;
    background: #fff;
  }
  .lowTips .tips-02-8 .t-pic {
    margin: 0 0 0 auto;
  }
  .lowTips .tips-02-8 .t-txt {
    position: absolute;
    bottom: 100%;
    left: 54.2735%;
    margin-bottom: 40px;
  }
  .lowTips .tips-02-9 {
    position: absolute;
    top: -430px;
    width: 100%;
  }
  .lowTips .tips-02-9 .t-txt {
    margin-top: 40px;
  }
  .lowTips .tips-03-1 {
    margin-bottom: 120px;
  }
  .lowTips .tips-03-1 .t-txt {
    margin-top: 110px;
    padding: 50px 60px 60px 60px;
    background: #fff;
  }
  .lowTips .tips-03-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .lowTips .tips-03-2 .t-pic {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    margin-left: 60.42735%;
  }
  .lowTips .tips-03-2 .t-txt {
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 60.42735%;
  }
  .lowTips .tips-03-3 {
    margin-bottom: 350px;
  }
  .lowTips .tips-03-3 .t-txt {
    position: absolute;
    top: 100%;
    margin-top: 50px;
  }
  .lowTips .tips-03-4 .t-txt {
    margin-top: 50px;
    width: 30.94017%;
  }
  .lowTips .tips-03-5,
  .lowTips .tips-03-6 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .lowTips .tips-03-5 .t-txt,
  .lowTips .tips-03-6 .t-txt {
    margin-top: 50px;
    width: 30.94017%;
    box-sizing: border-box;
  }
  .lowTips .tips-03-5 .t-pic,
  .lowTips .tips-03-5 .t-txt {
    margin-left: 34.52991%;
  }
  .lowTips .tips-03-6 .t-pic,
  .lowTips .tips-03-6 .t-txt {
    margin-left: 69.05983%;
  }
  .lowTips .tips-03-7 {
    margin-bottom: 95px;
  }
  .lowTips .tips-03-7 .t-txt {
    min-width: 274px;
    margin-top: 60px;
    padding: 50px 60px 60px 60px;
    background: #fff;
  }
  .lowTips .tips-03-8 .t-txt,
  .lowTips .tips-03-9 .t-txt {
    width: 48.20513%;
    margin-top: 50px;
  }
  .lowTips .tips-03-9 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .lowTips .tips-03-9 .t-pic,
  .lowTips .tips-03-9 .t-txt {
    display: block;
    margin-left: auto;
  }
  .lowTips .tips-04-1 {
    margin-bottom: 100px;
  }
  .lowTips .tips-04-1 .t-txt {
    margin-top: 80px;
    padding: 50px 60px 60px 60px;
    background: #fff;
  }
  .lowTips .tips-04-2 {
    overflow: hidden;
  }
  .lowTips .tips-04-2 .t-pic {
    float: right;
    margin-left: 50px;
  }
  .lowTips .tips-04-2 .t-txt {
    float: right;
    text-align: right;
  }
  .lowTips .tips-04-0 {
    padding: 180px 0 0;
  }
  .lowTips .tips-04-0 .t-pic {
    margin: 0 0 0 auto;
  }
  .lowTips .tips-04-3 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .lowTips .tips-04-3 .t-txt {
    margin-top: -40px;
    transform: translate(0, -100%);
  }
  .lowTips .tips-04-4 .t-pic {
    margin-left: 60.02928%;
  }
  .lowTips .tips-04-4 .t-txt {
    width: 29.94143%;
    margin-top: 40px;
    margin-left: 58.93119%;
    transform: translate(15px, 0);
  }
  .lowTips .tips-04-5 .t-txt {
    margin-top: 80px;
    padding: 50px 60px 60px 60px;
    background: #fff;
  }
  .lowTips .tips-05-1 {
    margin-bottom: 100px;
  }
  .lowTips .tips-05-1 .t-pic {
    margin-bottom: 40px;
  }
  .lowTips .tips-05-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .lowTips .tips-05-2 .t-pic {
    margin: 0 0 0 auto;
  }
  .lowTips .tips-05-2 .t-txt {
    display: block;
    position: absolute;
    top: 0;
    left: 43.16239%;
    color: #fff;
    transform: translate(40px, 35px);
  }
  .lowTips .tips-05-3 .t-txt {
    position: absolute;
    bottom: 0;
    left: 34.52991%;
    margin-left: 40px;
  }
  .lowTips .tips-05-4 .t-txt {
    margin-top: 50px;
    width: 30.94017%;
    padding-right: 40px;
    box-sizing: border-box;
  }
  .lowTips .tips-05-5,
  .lowTips .tips-05-6 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .lowTips .tips-05-5 .t-txt,
  .lowTips .tips-05-6 .t-txt {
    margin-top: 50px;
    width: 30.94017%;
    padding-right: 40px;
    box-sizing: border-box;
  }
  .lowTips .tips-05-5 .t-pic,
  .lowTips .tips-05-5 .t-txt {
    margin-left: 34.52991%;
  }
  .lowTips .tips-05-6 .t-pic,
  .lowTips .tips-05-6 .t-txt {
    margin-left: 69.05983%;
  }
  .lowTips .tips-05-7 {
    margin-bottom: 120px;
  }
  .lowTips .tips-05-7 .t-txt {
    margin-top: 110px;
    padding: 50px 110px 60px 60px;
    background: #fff;
  }
  .lowTips .tips-05-8 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .lowTips .tips-05-8 .t-pic {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    margin-left: 60.42735%;
  }
  .lowTips .tips-05-8 .t-txt {
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 60.42735%;
  }
  .lowTips .tips-05-9 {
    margin-bottom: 150px;
  }
  .lowTips .tips-05-9 .t-txt {
    position: absolute;
    top: 100%;
    margin-top: 50px;
  }
  .lowTips .tips-06-1 {
    margin-bottom: 100px;
  }
  .lowTips .tips-06-1 .t-pic {
    margin-bottom: 40px;
  }
  .lowTips .tips-06-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .lowTips .tips-06-2 .t-pic {
    margin: 0 0 0 auto;
  }
  .lowTips .tips-06-2 .t-txt {
    display: block;
    position: absolute;
    bottom: 0;
    left: 43.16239%;
    color: #fff;
    transform: translate(40px, -35px);
  }
  .lowTips .tips-06-3 .t-txt {
    position: absolute;
    bottom: 0;
    left: 34.52991%;
    margin-left: 40px;
  }
  .lowTips .tips-06-4 {
    margin-bottom: 180px;
  }
  .lowTips .tips-06-4 .t-pic {
    margin: 0 0 0 auto;
  }
  .lowTips .tips-06-5 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .lowTips .tips-06-5 .t-txt {
    margin-top: -40px;
    transform: translate(0, -100%);
  }
  .lowTips .tips-06-6 .t-pic {
    margin-left: 58.93119%;
    border-left: 15px solid transparent;
  }
  .lowTips .tips-06-6 .t-txt {
    margin-top: 40px;
    margin-left: 58.93119%;
    transform: translate(15px, 0);
  }
  .lowTips .tips-06-7 {
    margin-bottom: 245px;
  }
  .lowTips .tips-06-7 .t-txt {
    margin-top: 80px;
    padding: 50px 60px 60px 60px;
    background: #fff;
  }
  .lowTips .tips-06-8 .t-pic {
    margin-left: 58.93119%;
  }
  .lowTips .tips-06-8 .t-txt {
    position: absolute;
    bottom: 100%;
    left: 58.93119%;
    margin-bottom: 40px;
  }
  .lowTips .tips-06-9 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }
  .lowTips .tips-06-9 .t-txt {
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 40px;
  }
}

@media (min-width: 768px) {
  .lowTips:has(.lowTips__bnr) {
    padding-bottom: 120px;
  }
}

@media (max-width: 767px) {
  .lowTips:has(.lowTips__bnr) {
    padding-bottom: 100px;
  }
}

.lowTips__sec + .lowTips__bnr {
  margin-top: 120px;
}

@media (max-width: 767px) {
  .lowTips__sec + .lowTips__bnr {
    margin-top: 100px;
  }
}

.lowTips__bnr {
  max-width: 1164px;
  padding: 0 40px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .lowTips__bnr {
    max-width: 600px;
    padding: 0 10px;
  }
}

.lowTips__bnr a {
  display: block;
}

@media (min-width: 768px) {
  .lowTips__bnr a {
    transition: opacity 300ms ease 0ms;
  }
  .lowTips__bnr a:hover {
    opacity: .8;
  }
}

.lowTips__bnr img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.modalMenu {
  padding-top: 60px;
  text-align: center;
}

@media (max-width: 767px) {
  .modalMenu {
    padding-top: 30px;
  }
}

.modalMenu__ttlT {
  margin-bottom: 36px;
  font-size: 14px;
  letter-spacing: .18em;
}

@media (max-width: 767px) {
  .modalMenu__ttlT {
    margin-bottom: 18px;
    font-size: 12px;
  }
}

.modalMenu__ttlB {
  margin-bottom: 52px;
  font-size: 31px;
  font-family: 'khand', 'NotoSansCJKjp', sans-serif;
  font-weight: 500;
  letter-spacing: 1em;
}

@media (max-width: 767px) {
  .modalMenu__ttlB {
    margin-bottom: 45px;
    font-size: 20px;
    letter-spacing: .5em;
  }
}

.modalMenu__ls {
  padding-bottom: 120px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .modalMenu__ls {
    padding: 0 20px 15px;
    max-width: 540px;
    margin: 0 auto;
  }
}

.modalMenu__ls > li {
  float: left;
}

@media (min-width: 768px) {
  .modalMenu__ls > li {
    width: 33.3333%;
    padding-bottom: 42px;
  }
}

@media (max-width: 767px) {
  .modalMenu__ls > li {
    width: 50%;
    box-sizing: border-box;
  }
}

.modalMenu__ls > li > a {
  display: block;
}

@media (min-width: 768px) {
  .modalMenu__ls > li > a {
    width: 70.76923%;
    transition: opacity 300ms ease 0ms;
  }
}

@media (max-width: 767px) {
  .modalMenu__ls > li > a {
    position: relative;
    padding-top: 36px;
  }
}

@media (min-width: 768px) {
  .modalMenu__ls > li > a:hover {
    opacity: .5;
  }
}

@media (min-width: 768px) {
  .modalMenu__ls > li:nth-child(3n-2) > a {
    margin: 0 auto 0 0;
  }
  .modalMenu__ls > li:nth-child(3n-1) > a {
    margin: 0 auto;
  }
  .modalMenu__ls > li:nth-child(3n) > a {
    margin: 0 0 0 auto;
  }
}

@media (max-width: 767px) {
  .modalMenu__ls > li:nth-child(2n-1) {
    padding: 0 9.55224% 26px;
  }
  .modalMenu__ls > li:nth-child(2n-1) > a {
    margin: 0 auto 0 0;
  }
  .modalMenu__ls > li:nth-child(2n) {
    padding: 0 9.55224% 26px;
  }
  .modalMenu__ls > li:nth-child(2n) > a {
    margin: 0 0 0 auto;
  }
}

.modalMenu__ls__ttl {
  margin-bottom: 18px;
  font-size: 14px;
  line-height: 31px;
}

@media (max-width: 767px) {
  .modalMenu__ls__ttl {
    position: absolute;
    top: 0;
    left: 50%;
    font-size: 12px;
    transform: translate(-50%, 0);
    white-space: nowrap;
  }
}

.modalMenu__ls__pic {
  background: 50% 50% no-repeat;
  background-size: cover;
}

.modalMenu__ls__pic::before {
  content: '';
  display: block;
  padding-top: 110.86957%;
}

@media (max-width: 767px) {
  .modalMenu__ls__pic::before {
    padding-top: 111.03203%;
  }
}

@media (min-width: 768px) {
  .modalMenu__ls__pic.pic-01 {
    background-image: url('/madori/images/modal/pic_menu01.jpg');
  }
}

@media (max-width: 767px) {
  .modalMenu__ls__pic.pic-01 {
    background-image: url('/madori/images/modal/pic_menu01_sp.jpg');
  }
}

@media (min-width: 768px) {
  .modalMenu__ls__pic.pic-02 {
    background-image: url('/madori/images/modal/pic_menu02.jpg');
  }
}

@media (max-width: 767px) {
  .modalMenu__ls__pic.pic-02 {
    background-image: url('/madori/images/modal/pic_menu02_sp.jpg');
  }
}

@media (min-width: 768px) {
  .modalMenu__ls__pic.pic-03 {
    background-image: url('/madori/images/modal/pic_menu03.jpg');
  }
}

@media (max-width: 767px) {
  .modalMenu__ls__pic.pic-03 {
    background-image: url('/madori/images/modal/pic_menu03_sp.jpg');
  }
}

@media (min-width: 768px) {
  .modalMenu__ls__pic.pic-04 {
    background-image: url('/madori/images/modal/pic_menu04.jpg');
  }
}

@media (max-width: 767px) {
  .modalMenu__ls__pic.pic-04 {
    background-image: url('/madori/images/modal/pic_menu04_sp.jpg');
  }
}

@media (min-width: 768px) {
  .modalMenu__ls__pic.pic-05 {
    background-image: url('/madori/images/modal/pic_menu05.jpg');
  }
}

@media (max-width: 767px) {
  .modalMenu__ls__pic.pic-05 {
    background-image: url('/madori/images/modal/pic_menu05_sp.jpg');
  }
}

@media (min-width: 768px) {
  .modalMenu__ls__pic.pic-06 {
    background-image: url('/madori/images/modal/pic_menu06.jpg');
  }
}

@media (max-width: 767px) {
  .modalMenu__ls__pic.pic-06 {
    background-image: url('/madori/images/modal/pic_menu06_sp.jpg');
  }
}

@media (min-width: 768px) {
  .modalMenu__btm {
    display: none;
  }
}

.modalMenu__btm a {
  text-align: center;
  font-size: 12px;
  color: #000;
}
