@charset "utf-8";
* {
  --top-spacing: 132px;
  scroll-padding-top: var(--top-spacing);}
/* inviewContents関連
=======================*/
.inviewContents {
	opacity: 0;
	    -webkit-transform: translate(0, 20px);
	        -ms-transform: translate(0, 20px);
	            transform: translate(0, 20px);
	-webkit-transition: .8s;
	-o-transition: .8s;
	transition: .8s;
}
.fadein {
	opacity: 1.0;
	-ms-transform: translate(0, 0);
	    transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
}
/* header */
.header {
  background-color: #fff;
  position: fixed;
  width: 100%;
  z-index: 100;
}
.header h1 {
  border-top: 5px solid #008de2;
  text-align: center;
  border-bottom: 1px solid #000000;
}
.header h1 a {
  display: block;
  max-width: 250px;
  padding: 20px 0 15px;
  margin: 0 auto;
}
.header_menulist ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header_menulist ul li {
  width: 25%;
}
.header_menulist ul li a {
  text-align: center;
  padding: 15px 0;
  font-size: 13px;
  display: block;
  border: 1px solid #000;
  border-left: none;
  background-color: #373535;
  color: #fff;
}
.header_menulist ul li a:hover, .header_menulist ul li a.active {
  background-color: #fff;
  color: #221815;
}
.header_menulist ul li:last-child a {
  border-right: none;
}
/* mv */
.mv {
  padding: 235px 0 50px;
  border-bottom: 1px solid #fff;
}
.mv h2 {
  max-width: 370px;
  margin: 0 auto;
}
.mv .btn {
  max-width: 235px;
  margin:50px 0 0 auto;
}
.mv .btn a {
  display: block;
  width: 100%;
  border: 2px solid #fff9bb;
  border-radius: 50px;
  padding: 15px;
  font-size: 18px;
  color: #1e1e1e;
  background: -webkit-gradient(linear, left top, left bottom, from(#fffffe), color-stop(10%), to(#fff9bb));
  background: -o-linear-gradient(#fffffe, 10%, #fff9bb);
  background: linear-gradient(#fffffe, 10%, #fff9bb);
  text-align: center;
  position:relative;
}
.mv .btn a::after {
  position: absolute;
    display: block;
    content: "";
    width: 11px;
    height: 11px;
    border-right: 2px solid #1e1e1e;
    border-top: 2px solid #1e1e1e;
    -webkit-transform: rotate(45deg) translateY(-50%);
        -ms-transform: rotate(45deg) translateY(-50%);
            transform: rotate(45deg) translateY(-50%);
    top: 45%;
    right: 10%;
    border-radius: 1px;
}
/* protCase */
.protCase {
  padding: 100px 0 125px;
  border-bottom: 1px solid #fff;
}
.protCase figure {
  margin: 110px auto 0;
}
.protCase ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 60px auto 0;
}
.protCase ul li {
  width: 22%;
}
.protCase .protCase_txt {
  margin-top: 50px;
}
.protCase .protCase_txt p {
  line-height: 1.5;
}
.protCase .protCase_txt p:first-of-type {
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.protCase .protCase_txt p span {
  display: block;
  border-right: 1px solid #fff;
  padding-right: 10px;
  margin-right: 10px;
}
.protCase .protCase_txt p:last-of-type {
  font-size: 13px;
  margin-top: 25px;
}
/* gumColor */
.gumColor {
  padding: 120px 0 100px;
}
.gumColor .gumColor_cont01 {
  margin: 90px auto 0;
}
.gumColor .gumColor_cont01 h3 {
  font-size: 60px;
  color: #f7c4a2;
}
.gumColor .gumColor_cont01 p {
  font-size: 17px;
  line-height: 1.5;
  width: 48%;
  margin-top: 40px;
}
.gumColor .gumColor_cont01 figure {
  width: 48%;
}
.gumColor .gumColor_cont02 {
  margin: 100px auto 0;
}
.gumColor .gumColor_cont02.cont02 {
  margin-top: 55px;
}
.gumColor .gumColor_cont02 .gumColor_cont02_txt {
  width: 48%;
}
.gumColor .gumColor_cont02 .gumColor_cont02_txt h3 {
  color: #cc7e92;
  font-size: 29px;
  line-height: 1.5;
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
}
.gumColor .gumColor_cont02 .gumColor_cont02_txt h3 span {
  font-size: 24px;
  display: block;
}
.gumColor .gumColor_cont02 .gumColor_cont02_txt p {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 20px;
}
.gumColor .gumColor_cont02 .gumColor_cont02_txt figure {
  margin-top: 40px;
}
.gumColor .gumColor_cont02 .gumColor_cont02_fig {
  width: 48%;
}
.gumColor .gumColor_cont02.cont02 .gumColor_cont02_fig {
margin-top: 60px;
}
.gumColor .gumColor_cont02.cont02 .gumColor_cont02_fig p {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 10px;
}
.gumColor .gumColor_cont02.cont02 .gumColor_cont02_fig tr {
  border-top: 1px solid #fff;
}
.gumColor .gumColor_cont02.cont02 .gumColor_cont02_fig tr:last-of-type {
  border-bottom: 1px solid #fff;
}
.gumColor .gumColor_cont02.cont02 .gumColor_cont02_fig th {
  background-color: #353333;
  padding: 13px 10px;
  border-right: 1px solid #fff;
  width: 50%;
  text-align: center;
  font-size: 15px;
}
.gumColor .gumColor_cont02.cont02 .gumColor_cont02_fig td {
  width: 50%;
  text-align: center;
  font-size: 15px;
}
.gumColor .gumColor_cont02 .gumColor_cont02_movie {
  margin: 30px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #373333;
  padding: 15px;
  border-radius: 10px;
}
.gumColor .gumColor_cont02 .gumColor_cont02_movie p {
  font-size: 19px;
  text-align: center;
  width: 35%;
  line-height: 1.5;
}
.gumColor .gumColor_cont02 .gumColor_cont02_movie .gumColor_cont02_movieInn {
  width: 62%;
}
.gumColor .gumColor_cont02.cont04 h3 {
  letter-spacing: -.15rem;
}
/* liquid */
.liquid {
  background-color: #373535;
  padding: 50px 0 40px;
  position: relative;
}
.liquid::after {
  content: '';
position: absolute;
left: 0;
top: 50px;
display: inline-block;
width: 39%;
height: 1px;
background-color: #fff;
}
.liquid .liquid_left {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.liquid .liquid_left .liquid_left_txt {
  margin-top: 20px;
  width: 70%;
}
.liquid .liquid_left .liquid_left_txt h3 {
  font-size: 25px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.liquid .liquid_left .liquid_left_txt p {
  font-size: 16px;
  line-height: 1.5;
}
.liquid .liquid_left figure {
  width: 25%;
}
.liquid .liquid_right {
  width: 45%;
}
.liquid .liquid_right span {
  display: block;
  margin: 30px auto 10px;
  font-size: 17px;
}
.liquid .liquid_right p {
  font-size: 14px;
  line-height: 1.5;
}
/* footer */
.footer_cont {
  background-color: #373535;
  padding: 20px;
}
.footer_cont ul {
  max-width: 750px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 12px;
}
.footer_cont ul li {
  width: 25%;
}
.footer_cont ul li a {
  color: #fff;
  text-align: center;
  display: block;
  width: 100%;
  position: relative;
  font-size: 13px;
}
.footer_cont ul li a::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  width: 1px;
  height: 100%;
  background-color: #fff;
}
.footer_cont ul li:last-child a::after {
  content: none;
}
footer p {
  text-align: center;
  font-size: 10px;
  color: #000000;
  padding: 20px;
  background-color: #fff;
}
/* step */
.step {
  padding: 120px 0 90px;
  border-bottom: 1px solid #fff;
}
.step .tabs {
  margin: 45px auto 70px;
}
.step .tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.step .tab-item {
  width: 18%;
  cursor: pointer;
  background-color: #373535;
  text-align: center;
  font-size: 24px;
  padding: 13px 0;
  border-radius: 5px;
}
.step .tab-panel {
  display: none;
}
.step .tab-item.active {
  background-color: #fff;
  color: #221815;
}
.step .tab-item.active span {
  color: #f78256;
}
.step .tab-panel.active {
  display: block;
}
.step .tab-panel .flex figure {
  width: 55%;
}
.step .tab-panel .flex .tab_contTxt {
  width: 40%;
}
.step .tab-panel .flex .tab_contTxt h3 {
  font-size: 26px;
  margin-bottom: 25px;
}
.step .tab-panel .flex .tab_contTxt span {
  display: inline-block;
  border-bottom: 1px solid #fff;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 10px;
}
.step .tab-panel .flex .tab_contTxt .tab_contTxt_flex:nth-of-type(2) {
  margin-top: 20px;
}
.step .tab-panel .flex .tab_contTxt p {
font-size: 16px;
line-height: 1.5;
}
.step .tab-panel .tab_bottomTxt {
  font-size: 13px;
  margin-top: 55px;
}
.step .tab-panel .tab04_fig {
  margin-top: -18px;
}
.step .tab-panel .tab04 {
  margin: 30px auto 0;
}
.step .tab-panel .tab04 span {
  display: inline-block;
  border-bottom: 1px solid #fff;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 10px;
}
.step .tab-panel .tab04 p {
  font-size: 16px;
line-height: 1.5;
}
.step .tab-panel .tab04 h3 {
  font-size: 26px;
  width: 18%;
}
.step .tab-panel .tab04 .tab04_cont:first-of-type {
  width: 30%;
}
.step .tab-panel .tab04 .tab04_cont:last-of-type {
  width: 47%;
}
.step .btn {
  max-width: 310px;
  margin:60px auto 0;
}
.step .btn  a {
  display: block;
  width: 100%;
  border: 2px solid #b3343d;
  border-radius: 50px;
  padding: 15px;
  font-size: 18px;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#f2ddde), color-stop(38%, #b3343d));
  background: -o-linear-gradient(#f2ddde, #b3343d 38%);
  background: linear-gradient(#f2ddde, #b3343d 38%);
  text-align: center;
  position:relative;
}
.step .btn a::after {
  position: absolute;
    display: block;
    content: "";
    width: 11px;
    height: 11px;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    -webkit-transform: rotate(45deg) translateY(-50%);
        -ms-transform: rotate(45deg) translateY(-50%);
            transform: rotate(45deg) translateY(-50%);
    top: 45%;
    right: 10%;
    border-radius: 1px;
}
.step_modalInn .ttl {
  color: #fff;
}
.step_modalInn table {
  color: #fff;
  margin-top: 60px;
  text-align: center;
  font-size: 14px;
}
.step_modalInn table tr {
  border-bottom: 1px solid #fff;
}
.step_modalInn table tr:first-of-type {
  border-top: 1px solid #fff;
}
.step_modalInn table th {
  background-color: #373535;
  width: 10.5%;
  padding: 10px 0;
  border-right: 1px solid #fff;
}
.step_modalInn table th:last-of-type {
  border-right: none;
}
.step_modalInn table th:first-child {
  width: 16%;
}
.step_modalInn table td {
  border-right: 1px solid #fff;
  padding: 20px 0;
}
.step_modalInn table tr td:last-of-type {
  border-right: none;
}
.step_modalInn table tr td:first-of-type img {
  max-width: 90%;
}
.step_modalInn table td sup {
font-size: 10px;
}
.step_modalInn p {
  color: #fff;
  font-size: 13px;
  line-height: 1.5;
  padding-left: 1.4rem;
  text-indent: -1.4rem;
}
/* lineup */
.lineup {
  padding: 100px 0 130px;
}
.lineup h2 {
  font-size: 17px;
  background-color: #373535;
  padding: 10px 0 10px 20px;
  margin-bottom: 40px;
  position: relative;
}
.lineup h2::after {
content: '';
position: absolute;
left: 0;
top: 0;
display: inline-block;
width: 2px;
height: 100%;
background-color: #fff;
}
.lineup span.lineup_ttl {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 55px;
  color: #221815;
  font-size: 14px;
  position: relative;
  padding: 30px 0;
  z-index: 1;
  font-weight: bold;
}
.lineup span.lineup_ttl::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  width: 55px;
  height: 55px;
  border-radius: 50px;
  background-color: #fff;
  z-index: -1;
}
.lineup span.lineup_ttl.yellow::after {
  background-color: #fff9bb;
}
.lineup .lineup_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.lineup .lineup_cont.flexrev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.lineup .lineup_cont_txt {
  width: 40%;
}
.lineup .lineup_cont_txt h3 {
  font-size: 17px;
  line-height: 1.5;
  margin-bottom: 15px;
}
.lineup .lineup_cont_txt h4 {
  font-size: 13px;
  margin-bottom: 5px;
}
.lineup .lineup_cont_txt p {
  font-size: 13px;
  line-height: 1.5;
  padding-left: 1.2rem;
  text-indent: -1.2rem;
  margin-bottom: 5px;
}
.lineup .lineup_cont_txtBg {
  position: relative;
  padding: 20px;
}
.lineup .lineup_cont_txtBg::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  width: 140%;
  height: 100%;
  background-color: #292626;
  z-index: -1;
}
.lineup .lineup_cont figure {
  width: 52%;
}
.lineup .lineup_cont02 {
  margin: 90px auto 100px;
}
.lineup .lineup_cont02 figure {
  margin-top: -50px;
}
.lineup .lineup_cont_txt a {
  display: block;
  background-color: #fff;
  color: #b3333d;
  font-size: 14px;
  text-align: center;
  padding: 10px;
  border-radius: 5px;
  position: relative;
  margin-top: 30px;
}
.lineup .lineup_cont_txt a::after {
  position: absolute;
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid #b3333d;
  border-top: 2px solid #b3333d;
  -webkit-transform: rotate(45deg) translateY(-50%);
      -ms-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  top: 45%;
  right: 10%;
  border-radius: 1px;
}
.lineup .lineup_cont.cont04 {
  margin: 70px auto 115px;
}
.lineup .lineup_cont.cont04 .lineup_cont_txtBg::before {
  left: unset;
  right: 0;
}
.lineup .btn {
  max-width: 310px;
  margin: 60px auto 100px;
}
.lineup .btn a {
  display: block;
  width: 100%;
  border: 2px solid #b3343d;
  border-radius: 50px;
  padding: 15px;
  font-size: 18px;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#f2ddde), color-stop(38%, #b3343d));
  background: -o-linear-gradient(#f2ddde, #b3343d 38%);
  background: linear-gradient(#f2ddde, #b3343d 38%);
  text-align: center;
  position: relative;
}
.lineup .btn a::after {
  position: absolute;
  display: block;
  content: "";
  width: 11px;
  height: 11px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  -webkit-transform: rotate(45deg) translateY(-50%);
      -ms-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  top: 45%;
  right: 10%;
  border-radius: 1px;
}
.lineup_modal {
  background: url(../img/colorline_bg.jpg) no-repeat bottom right /cover;
}
.lineup_modal .ttl {
  margin-bottom: 50px;
  color: #fff;
}
.lineup_modal p {
  font-size: 19px;
  color: #fff;
  margin: 0 auto 10px;
}
.lineup_modal figure:first-of-type {
margin-bottom: 40px;
}
.lineup_modal figure:last-of-type {
  max-width: 50%;
  }
 .lineup_modal span {
    display: block;
    font-size: 13px;
    margin: 15px auto 0;
    color: #fff;
  }
.lineup_modal span:last-of-type {
    background-color: #fff;
    color: #231815;
    display: inline-block;
    padding: 0 5px;
  }
  .lineup table {
    width: 100%;
  }
  .lineup table tr {
    border-top: 1px solid #fff;
  }
  .lineup table tr:last-of-type {
    border-bottom: 1px solid #fff;
  }
  .lineup table th {
    background-color: #373535;
    border-right: 1px solid #fff;
    padding: 10px;
    font-size: 13px;
  }
  .lineup table td {
    border-right: 1px solid #fff;
    padding: 10px;
    font-size: 13px;
    line-height: 1.5;
    text-align: center;
  }
  .lineup table th:last-of-type, .lineup table td:last-of-type {
    border-right: none;
  }
  .lineup table td:last-of-type {
    text-align: left;
  }
@media only screen and (max-width: 768px) {
  * {
    --top-spacing: 71px;
    scroll-padding-top: var(--top-spacing);}
    /* header */
    .header_menubtn {
      position: fixed;
            width: 35px;
            height: 43px;
            top: 3px;
            right: 0;
            z-index: 99;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            background-color: #95a8b2;
            width: 67px;
            height: 67px;
    }
    .header_menubtn span {
      display: block;
      width: 40px;
      height: 2px;
      background: #fff;
      position: absolute;
      -webkit-transition: .5s;
      -o-transition: .5s;
      transition: .5s;
    }
    .header_menubtn span.top {
      top: 30%;
    }
    .header_menubtn span.middle {
      top: 50%;
    }
    .header_menubtn span.bottom {
      bottom: 28%;
    }
    .open .header_menubtn {
      z-index: 999;
    }
    .open .header_menubtn span.top {
      background: #fff;
      -webkit-transform: translateY(-50%) rotate(-45deg);
      -ms-transform: translateY(-50%) rotate(-45deg);
      transform: translateY(-50%) rotate(-45deg);
      top: calc(50% - 2px);
    }
    .open .header_menubtn span.middle {
      display: none;
    }
    .open .header_menubtn span.bottom {
      background: #fff;
      -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
      transform: translateY(-50%) rotate(45deg);
      bottom: 50%;
    }
    .header_menubg {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #95a8b2;
      -webkit-transition: all .5s;
      -o-transition: all .5s;
      transition: all .5s;
      visibility: hidden;
      opacity: 0;
      z-index: 100;
      overflow: scroll;
      -webkit-overflow-scrolling: touch;
    }
    .header_content {
      height: 71px;
      width: 100%;
      padding-left: 5%;
      position: fixed;
      background-color: #fff;
      z-index: 10;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      border-top: 3px solid #008de2;
      border-bottom: 1px solid #000;
    }
    .nav-items {
      padding-top: 85px;
      max-width: 400px;
      width: 90%;
      margin: auto;
    }
    .nav-items li {
      border-bottom: 2px solid #fff;
    }
    .nav-items li:last-child {
      border-bottom: none;
    }
    .nav-items li a {
      padding: 17px 0;
      font-size: 23px;
      text-align: center;
      display: block;
      color: #fff;
      font-weight: 500;
      line-height: 1;
    }
    .nav-items li a span {
      font-size: 28px;
      color: #7ba7a9;
      display: inline-block;
      font-weight: 400;
    }
    /* 開閉用ボタンがクリックされた時のスタイル */
    .open .header_menubg {
      -webkit-transition: all .5s;
      -o-transition: all .5s;
      transition: all .5s;
      visibility: visible;
      opacity: 1;
    }
    .header_topcont {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      max-width: calc(100% - 60px);
      width: 100%;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
    }
    .header h1 {
      border-top: none;
      border-bottom: none;
      max-width: 195px;
      width: 50%;
    }
    .header h1 a {
      max-width: 250px;
      padding:0;
    }
    .header_menulist ul {
      display: block;
    }
    .header_menulist ul li {
      width: 100%;
    }
    .header_menulist ul li a {
      padding: 17px 0;
        font-size: 23px;
        text-align: center;
        display: block;
        color: #fff;
        font-weight: 500;
        line-height: 1;
        background-color: unset;
        border: unset;
    }
    .header_menulist ul li a:hover, .header_menulist ul li a.active {
      background-color: unset;
      color: unset;
    }
    /* テキスト変換 */
    .display_none{
      display: none;
    }
    .display_block{
      display: block;
    }
    #bubble_block{
      z-index: 1;
      pointer-events: none;
      z-index: 2;
      text-align: center;
      margin: auto;
      width: 45%;
    }
    #bubble_text{
      position: relative;
      text-align: center;
      font-size: 13px;
      font-weight: bold;
      margin: 0 auto;
    }
    #bubble_text span {
      color: #221815;
    }
    /* mv */
.mv {
  padding: 130px 0 50px;
}
.mv h2 {
  max-width: 250px;
}
.mv .btn {
  margin:50px auto 0;
}
.mv .btn a {
  padding: 10px;
  font-size: 16px;
}
.mv .btn a::after {
    width: 8px;
    height: 8px;
}
/* protCase */
.protCase {
  padding: 65px 0 45px;
}
.protCase figure {
  margin: 45px auto 0;
}
.protCase ul {
  margin: 45px auto 0;
  position: relative;
}
.protCase ul:first-of-type {
  padding-bottom: 50px;
}
.protCase ul:first-of-type::after {
  content: '';
  position: absolute;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  bottom: 0;
  display: inline-block;
  width: 50px;
  height: 1px;
  background-color: #fff;
}
.protCase .protCase_txt {
  margin-top: 40px;
}
.protCase .protCase_txt p:first-of-type {
  font-size: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.protCase .protCase_txt p span {
  width: 80px;
}
.protCase .protCase_txt p:last-of-type {
  font-size: 11px;
}
/* gumColor */
.gumColor {
  padding: 70px 0 35px;
}
.gumColor .gumColor_cont01 {
  margin: 40px auto 0;
}
.gumColor .gumColor_cont01 h3 {
  font-size: 24px;
}
.gumColor .gumColor_cont01 p {
  font-size: 14px;
  width: 100%;
  margin-top: 30px;
}
.gumColor .gumColor_cont01 figure {
  width: 80%;
  margin: 20px auto 0;
}
.gumColor .gumColor_cont02 {
  margin: 45px auto 0;
}
.gumColor .gumColor_cont02.cont02 {
  margin-top: 45px;
}
.gumColor .gumColor_cont02 .gumColor_cont02_txt {
  width: 100%;
}
.gumColor .gumColor_cont02 .gumColor_cont02_txt h3 {
  font-size: 20px;;
  padding-bottom: 15px;
  text-align: center;
}
.gumColor .gumColor_cont02 .gumColor_cont02_txt h3 span {
  font-size: 18px;
}
.gumColor .gumColor_cont02 .gumColor_cont02_txt p {
  font-size: 14px;
  margin-top: 20px;
}
.gumColor .gumColor_cont02 .gumColor_cont02_txt figure {
  margin-top: 20px;
}
.gumColor .gumColor_cont02 .gumColor_cont02_fig {
  width: 100%;
  margin-top: 30px;
}
.gumColor .gumColor_cont02.cont02 .gumColor_cont02_fig {
margin-top: 30px;
}
.gumColor .gumColor_cont02.cont02 .gumColor_cont02_fig p {
  font-size: 14px;
}
.gumColor .gumColor_cont02.cont02 .gumColor_cont02_fig th {
  padding: 10px;
  font-size: 13px;
}
.gumColor .gumColor_cont02.cont02 .gumColor_cont02_fig td {
  padding: 10px;
  font-size: 13px;
}
.gumColor .gumColor_cont02.cont04 .gumColor_cont02_txt figure {
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 15px;
}
.gumColor .gumColor_cont02.cont04 .gumColor_cont02_fig {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.gumColor .gumColor_cont02 .gumColor_cont02_movie {
  margin: 0 auto;
  display: block;
  padding: 15px 7px;
  width: 50%;
}
.gumColor .gumColor_cont02 .gumColor_cont02_movie p {
  font-size: 13px;
  width: 100%;
 letter-spacing: -.05rem;
}
.gumColor .gumColor_cont02 .gumColor_cont02_movie .gumColor_cont02_movieInn {
  width: 100%;
  margin-top: 10px;
}
.gumColor .gumColor_cont02.cont04 .gumColor_cont02_fig figure {
  width: 45%;
}
/* liquid */
.liquid {
  padding: 50px 0;
}
.liquid::after {
width: 55%;
}
.liquid .liquid_left {
  width: 100%;
}
.liquid .liquid_left .liquid_left_txt {
  width: 60%;
}
.liquid .liquid_left .liquid_left_txt h3 {
  font-size: 18px;
  margin-bottom: 15px;
}
.liquid .liquid_left .liquid_left_txt p {
  font-size: 14px;
}
.liquid .liquid_left figure {
  width: 35%;
}
.liquid .liquid_right {
  width: 100%;
  margin: 20px auto 0;
}
.liquid .liquid_right span {
  margin: 20px auto 10px;
  font-size: 13px;
}
.liquid .liquid_right p {
  font-size: 13px;
}
/* footer */
footer p {
  padding: 10px;
}
/* step */
.step {
  padding: 70px 0 60px;
}
.step .tabs {
  margin: 35px auto;
}
.step .tab-item {
  width: 18%;
  font-size: 14px;
  padding: 7px 0;
}
.step .tab-panel .flex figure {
  width: 100%;
}
.step .tab-panel .flex .tab_contTxt {
  width: 100%;
  margin: 20px auto 0;
}
.step .tab-panel .flex .tab_contTxt h3 {
  font-size: 20px;
  margin-bottom: 15px;
}
.step .tab-panel .flex .tab_contTxt .tab_contTxt_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.step .tab-panel .flex .tab_contTxt .tab_contTxt_flex:nth-of-type(2) {
  margin-top: 25px;
}
.step .tab-panel .flex .tab_contTxt span {
  border-bottom: none;
  border-right: 1px solid #fff;
  font-size: 13px;
  margin-bottom: 0;
  padding-right: 5px;
  margin-right: 5px;
  width: 22%;
}
.step .tab-panel .flex .tab_contTxt p {
font-size: 13px;
width: 75%;
}
.step .tab-panel .tab_bottomTxt {
  font-size: 12px;
  line-height: 1.5;
}
.step .tab-panel .tab04_fig {
  margin-top: 0;
}
.step .tab-panel .tab04 {
  margin: 30px auto 0;
}
.step .tab-panel .tab04 .tab_contTxt_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.step .tab-panel .tab04 span {
  border-bottom: none;
  border-right: 1px solid #fff;
  font-size: 13px;
  margin-bottom: 0;
  padding-right: 5px;
  margin-right: 5px;
  width: 22%;
}
.step .tab-panel .tab04 p {
  font-size: 13px;
  width: 75%;
}
.step .tab-panel .tab04 h3 {
  font-size: 20px;
  margin-bottom: 15px;
  width: 100%;
}
.step .tab-panel .tab04 .tab04_cont:first-of-type {
  width: 100%;
}
.step .tab-panel .tab04 .tab04_cont:last-of-type {
  width: 100%;
  margin: 25px auto 0;
}
.slick-dots li.slick-active button:before {
  color: #fff;
}
.slick-dots li button:before {
  color: #fff;
  opacity: .6;
}
.step .btn {
  margin: 40px auto 0;
}
.step .btn  a {
  padding: 10px;
  font-size: 16px;
}
.step .btn a::after {
  width: 8px;
  height: 8px;
}
.step_modalInn {
  padding-top: 50px;
}
.step_modalInn  table {
  font-size: 13px;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  margin: 40px auto 20px;
}
.step_modalInn table th {
  width: 33%;
  padding: 5px;
  line-height: 1.2;
}
.step_modalInn  table th:first-child {
  width: unset;
}
.step_modalInn  table td {
  width: 33%;
}
.step_modalInn  table td {
  border-right: 1px solid #fff;
  padding: 5px;
}
.step_modalInn table tr td:last-of-type {
  border-right: none;
}
.step_modalInn table tr td:first-of-type img {
  max-width: 90%;
}
.step_modalInn table td sup {
font-size: 9px;
}
.step_modalInn p {
  font-size: 12px;
}
/* lineup */
.lineup {
  padding: 55px 0 70px;
}
.lineup h2 {
  font-size: 14px;
  padding: 8px 0 8px 10px;
  margin-bottom: 30px;
}
.lineup span.lineup_ttl {
  width: 45px;
  font-size: 13px;
}
.lineup span.lineup_ttl::after {
  width: 45px;
  height: 45px;
}
.lineup .lineup_cont {
  display: block;
}
.lineup .lineup_cont_txt {
  width: 100%;
}
.lineup .lineup_cont_txt h3 {
  font-size: 14px;
}
.lineup .lineup_cont_txt h4 {
  font-size: 13px;
}
.lineup .lineup_cont_txt p {
  font-size: 13px;
}
.lineup .lineup_cont_txtBg {
  padding: 0;
}
.lineup .lineup_cont_txtBg::before {
  content: none;
}
.lineup .lineup_cont figure {
  width: 100%;
  margin: 20px auto 0;
}
.lineup .lineup_cont02 {
  border-top: 1px solid #fff;
  margin: 25px auto 45px;
  padding-top: 20px;
}
.lineup .lineup_cont02 figure {
  margin-top: -30px;
}
.lineup .lineup_cont_txt a {
  padding: 8px;
  margin-top: 20px;
}
.lineup .lineup_cont_txt a::after {
  width: 8px;
  height: 8px;
}
.lineup .lineup_cont.cont04 {
  margin: 25px auto 70px;
  padding-top: 20px;
  border-top: 1px solid #fff;
}
.lineup .lineup_cont.cont04 span {
  font-size: 12px;
  display: block;
  line-height: 1.5;
  margin: 0 auto 10px;
}
.lineup .lineup_cont.cont04 h3 {
  margin-bottom: 10px;
}
.lineup .btn {
  margin: 0 auto 60px;
}
.lineup .btn a {
  padding: 10px;
        font-size: 16px;
}
.lineup .btn a::after {
  width: 8px;
  height: 8px;
}
.lineup_modal {
  padding-top: 50px;
  background: url(../img/colorline_bg_sp.jpg) no-repeat bottom right /cover;
}
.lineup_modal .ttl {
  margin-bottom: 40px;
}
.lineup_modal p {
  font-size: 14px;
}
.lineup_modal figure:first-of-type {
margin-bottom: 30px;
}
.lineup_modal figure:last-of-type {
  max-width: 100%;
  }
  .lineup_modal span {
    font-size: 12px;
    margin: 10px auto 0;
  }
  .lineup .lineup_sptable {
    text-align: center;
    font-size: 13px;
  }
  .lineup .lineup_sptable span {
    display: block;
    background-color: #373535;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 5px 0;
  }
  .lineup .lineup_sptable p {
    padding: 5px 0;
    line-height: 1.5;
  }
  .lineup .lineup_sptable p:last-of-type {
    border-bottom: 1px solid #fff;
  }
}