@charset "UTF-8";
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}

@-webkit-keyframes zoomin1 {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes zoomin1 {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes zoomout1 {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes zoomout1 {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes fadeinup {
  0% {
    -webkit-transform: translate(0, 2em);
    transform: translate(0, 2em);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes fadeinup {
  0% {
    -webkit-transform: translate(0, 2em);
    transform: translate(0, 2em);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@-webkit-keyframes swing-repeat {
  10% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  20% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  30% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  50% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing-repeat {
  10% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  20% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  30% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  50% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
#ingContents {
  -webkit-text-size-adjust: none;
  -ms-touch-action: none !important;
  -webkit-font-smoothing: antialiased;
  font-family: "ryo-gothic-plusn", sans-serif;
  font-size: 15px;
  line-height: 1.7;
  color: #333333;
  position: relative;
  min-width: 1024px;
  background: #fff;
}
#ingContents input, #ingContents select {
  outline: 0;
}
#ingContents input, #ingContents textarea {
  font-family: "Yu Gothic", YuGothic, "Helvetica Neue", Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 1em;
  font-weight: 500;
  color: #333333;
  outline: none;
}
#ingContents input[type="button"], #ingContents input[type="submit"] {
  -webkit-appearance: none;
}
#ingContents h1, #ingContents h2, #ingContents h3, #ingContents h4, #ingContents h5, #ingContents h6 {
  line-height: 1.6;
}
#ingContents p:not(:last-child) {
  margin-bottom: 1.5em;
}
#ingContents a {
  color: #ffffff;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}
#ingContents a:hover {
  color: #eeeeee;
  text-decoration: underline;
}
#ingContents ::selection {
  background: #333;
  color: white;
}
#ingContents ::-moz-selection {
  background: #333;
  color: white;
}
#ingContents .animationdefault {
  -webkit-animation: fadeinup cubic-bezier(0.165, 0.84, 0.44, 1) 2s alternate;
  animation: fadeinup cubic-bezier(0.165, 0.84, 0.44, 1) 2s alternate;
  opacity: 0;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
#ingContents .animation {
  opacity: 0;
}
#ingContents .animation.visible {
  -webkit-animation: fadeinup cubic-bezier(0.165, 0.84, 0.44, 1) 2s alternate;
  animation: fadeinup cubic-bezier(0.165, 0.84, 0.44, 1) 2s alternate;
  opacity: 0;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
#ingContents .animationZoom {
  opacity: 0;
}
#ingContents .animationZoom.visible {
  -webkit-animation: zoomin1 cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s alternate;
  animation: zoomin1 cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s alternate;
  opacity: 0;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
#ingContents #ingHeader {
  width: 100%;
  height: 60px;
  position: relative;
  background: #444444;
  z-index: 10000;
}
#ingContents #ingHeader.fixed {
  width: 100%;
  min-width: inherit;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
}
#ingContents #ingHeader.fixed + * {
  margin-top: 60px;
}
#ingContents #ingGnavi {
  width: 1024px;
  height: 100%;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
#ingContents #ingGnavi .ingHeaderLogo {
  padding: 15px 0 12px;
}
#ingContents #ingGnavi .ingGnaviList {
  width: auto;
  height: 100%;
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  color: #ffffff;
}
#ingContents #ingGnavi .ingGnaviList > li {
  position: relative;
  cursor: default;
  padding-left: 18px;
}
#ingContents #ingGnavi .ingGnaviList > li.hasSubNav ul {
  display: none;
  position: absolute;
  left: 0;
  top: 60px;
  background: #393939;
  padding: 18px;
  z-index: 99;
}
#ingContents #ingGnavi .ingGnaviList > li.hasSubNav ul.show {
  display: block;
}
#ingContents #ingGnavi .ingGnaviList > li.hasSubNav ul li {
  font-size: 14px;
  white-space: nowrap;
  line-height: 2.1;
}
#ingContents #ingGnavi .ingGnaviList > li:not(:first-child)::before {
  content: "";
  width: 1px;
  height: 13px;
  background: rgba(255, 255, 255, 0.2);
  display: block;
  position: absolute;
  top: 23px;
  left: 0;
}
#ingContents #ingGnavi .ingGnaviList > li:not(:last-child) {
  padding-right: 18px;
}
#ingContents #ingGnavi .ingGnaviList > li{
  border-bottom: 1px solid #666;
}
#ingContents #ingGnavi .ingGnaviList > li span{
  display: block;
  width: auto;
  height: 60px;
  box-sizing: border-box;
  padding: 18px 0;
}
#ingContents #ingFooter {
  background: #F7F7F7;
  position: relative;
  z-index: 1000;
  transition: all .1s;
}
@media (max-width: 767px) {
#ingContents #ingFooter{
  position: relative;
}
}
#ingContents #ingFooter.fixed {
  width: 100%;
  min-width: inherit;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
}
#ingContents #ingFooter .ingFooterWrap {
  width: 1024px;
  height: 57px;
  margin: 0 auto;
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
#ingContents #ingFooter .ingFooterNav {
  width: auto;
  height: 100%;
  margin-left: 38px;
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
#ingContents #ingFooter .ingFooterNav li {
  width: 187px;
  height: 42px;
  background: #383838;
}
#ingContents #ingFooter .ingFooterNav li:not(:last-child) {
  margin-right: 7px;
}
#ingContents #ingFooter .ingFooterNav a {
  width: auto;
  height: 100%;
  display: block;
  box-sizing: border-box;
  padding: 10px 0 10px 20px;
  font-size: 14px;
  background: url(../img/common_ing_icon_externallink.png) no-repeat right 16px center;
  background-size: 11px 8px;
}
#ingContents #ingFooter .ingFooterSns {
  height: 100%;
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin-left: 55px;
}
#ingContents #ingFooter .ingFooterSns a {
  display: block;
}
#ingContents #ingFooter .ingFooterSns a#linkFb {
  margin-right: 17px;
}
#ingContents #ingFooter .ingFooterSns a#linkTw {
  margin-right: 14px;
}
#ingContents #ingFooter .ingFooterSns img {
  vertical-align: middle;
}
#ingContents .ingCommonHeading {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.07em;
  text-align: center;
  margin-bottom: 74px;
  padding-top: 50px;
}
#ingContents .ingCommonHeading::after {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background: #333333;
  margin: 10px auto 0;
}
#ingContents .ingLineHeading {
  font-size: 20px;
  font-weight: 500;
  border-bottom: 1px solid #707070;
  line-height: 1.5;
  margin-bottom: 18px;
  padding-bottom: 5px;
}
#ingContents .ingLineHeading.bigger {
  font-size: 23px;
}
#ingContents .ingMidHeading {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 30px;
}
#ingContents .ingCommonList {
  border-top: 1px solid #727272;
}
#ingContents .ingCommonList li {
  border-bottom: 1px solid #727272;
  padding: 15px 0;
}
#ingContents .ingCommonList a {
  display: block;
}
#ingContents .ingCommonList a span::after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 8px;
  margin-top: -1px;
  margin-left: 10px;
  background: url(../img/common_ing_icon_arrowlink.svg) no-repeat left center;
}
#ingContents .ingCommonList a[target="_blank"] span::after {
  background: url(../img/common_ing_icon_externallink.png) no-repeat left center;
  background-size: 11px 8px;
}
#ingContents .ingCommonDescBlock {
  width: 720px;
  margin: 0 auto;
}
#ingContents .ingCommonDescBlock .ingFigureArea {
  margin: 40px 0 75px;
  text-align: center;
}
#ingContents .ingCommonProfile {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#ingContents .ingCommonProfile:not(:last-child) {
  margin-bottom: 50px;
}
#ingContents .ingCommonProfile figure {
  width: 120px;
  height: 120px;
  background: #E0E0E0;
  border-radius: 50%;
  overflow: hidden;
}
#ingContents .ingCommonProfile figure img {
  width: 100%;
  height: auto;
}
#ingContents .ingCommonProfile .ingProfileTxt {
  width: 538px;
}
#ingContents .ingCommonProfile .ingProfileTxt h3 {
  font-size: 16px;
  font-weight: normal;
  border-bottom: 1px solid #707070;
  margin-bottom: 18px;
  padding-bottom: 5px;
  line-height: 1.5;
}
#ingContents .ingCommonProfile .ingProfileTxt h3 span {
  font-size: 13px;
  padding-right: 1em;
}
#ingContents .ingCommonProfile .ingProfileTxt h3 a {
  color: #333333;
  text-decoration: underline;
}
#ingContents .ingCommonProfile .ingProfileTxt p {
  font-size: 13px;
}
#ingContents .ingCommonVideo {
  width: 720px;
  height: 405px;
  margin: 0 auto;
  position: relative;
}
#ingContents .ingCommonVideo > * {
  width: 100%;
  height: 100%;
  text-align: left;
}
#ingContents .introduction {
  text-align: center;
  padding-bottom: 30px;
  position: relative;
  background: #fff;
  padding-top: 50px;
}
#ingContents .introduction.intro_top {
  box-shadow: 0 60px 30px -30px rgba(255, 255, 255, 1);
  z-index: auto;
  height: 100vh;
}

#ingContents .introduction.intro_lower {
  box-shadow: 0 -60px 30px -30px rgba(255, 255, 255, 1);
  margin-top: 340px;
  padding-top: 0px;
  z-index: auto;
}
#ingContents .introduction.lower {
  background-color: #fff;
  padding-bottom: 90px;
}

#ingContents .introduction .firstView {
  width: 1024px;
  height: 560px;
  margin: 0 auto;
  position: relative;
  background: url(../img/top_ing_mv.jpg) no-repeat center center;
  background-size: cover;
}
#ingContents .introduction .firstViewHeading {
  width: 226px;
  height: 100px;
  position: absolute;
  top: 240px;
  left: 207px;
}
#ingContents .introduction .firstViewBnr {
  position: absolute;
  width: 250px;
  height: 110px;
  top: 317px;
  left: 134px;
}
#ingContents .introduction .introHeading {
  margin-top: 120px;
  padding: 80px 0 60px;
  font-size: 29px;
  font-weight: 500;
  letter-spacing: 0.07em;
}
#ingContents .introduction p {
  line-height: 2.4;
  font-size: 17px;
}
#ingContents .introduction .ingCommonVideo {
  width: auto;
  max-width: 850px;
  height: 479px;
  margin-top: 60px;
}
#ingContents .whatsNew {
  padding: 50px calc((100% - 850px) / 2) 67px;
  background: #505050;
  color: #ffffff;
  position: relative;
  z-index: auto;
}
#ingContents .whatsNew .whatsNewHeading {
  margin-bottom: 35px;
}
#ingContents .bannerAreaTop {
  margin: 70px auto 0;
  max-width: 850px;
}
#ingContents .bannerAreaTop.about {
  margin: -10px auto 80px !important;
  max-width: 836px;
}
#ingContents .bannerAreaTop.lower {
  margin-top: 0;
}
#ingContents .bannerAreaTop.product {
  max-width: 836px;
  margin-bottom: 60px;
}

#ingContents .bannerAreaTop.lineup {
  margin: 0px auto 60px;
  max-width: 720px;
}

#ingContents .bannerAreaTop.lineup img {
  width: 100%;
  height: auto;
}

#ingContents .bannerAreaTop a{
  display: block;
  margin-top: 20px;
}
#ingContents .bannerAreaTop.product a {
  margin-top: 0px;
}
#ingContents .bannerAreaBottom {
  padding: 70px 0;
  position: relative;
  background: #fff;
  z-index: auto;
}
#ingContents .bannerAreaBottom a {
  width: 594px;
  height: 94px;
  display: block;
  margin: 0 auto;
  background: #D1D1D1;
}
#ingContents .bannerAreaBottom a:not(:last-child) {
  margin-bottom: 20px;
}
#ingContents .ingFeature {
  padding-bottom: 10px;
}
#ingContents .ingFeature .ingFeatureMv {
  width: 760px;
  margin: 0 auto;
  background: url(../img/product_feature_mv_bg.svg) no-repeat center center;
  background-size: cover;
  margin-bottom: 80px;
}
#ingContents .ingFeature .ingFeatureBlock {
  width: 560px;
  margin: 110px auto 0;
}
#ingContents .ingFeature .ingFeatureBlock .ingMidHeading {
  text-align: center;
  margin-bottom: 60px;
}
#ingContents .ingFeature .ingFeatureType {
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 210px;
}
#ingContents .ingFeature .ingFeatureType:not(:last-of-type) {
  margin-bottom: 30px;
}
#ingContents .ingFeature .ingFeatureType:last-of-type {
  margin-bottom: 80px;
}
#ingContents .ingFeature .ingFeatureType dl {
  width: 360px;
}
#ingContents .ingFeature .ingFeatureType dt {
  font-size: 16px;
  font-weight: 500;
  border-bottom: 1px solid #707070;
  line-height: 1.5;
  margin-bottom: 18px;
  padding-bottom: 5px;
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
#ingContents .ingFeature .ingFeatureType dt span {
  font-size: 11px;
}
#ingContents .ingFeature .ingFeatureType dt span img {
  display: block;
  margin-left: 13px;
}
#ingContents .ingFeature .ingFeatureType dd span {
  display: block;
  font-size: 13px;
}
#ingContents .ingFeature .ingFeatureGraph {
  margin-bottom: 80px;
}
#ingContents .ingFeature .ingFeatureGraph .ingLineHeading {
  font-size: 18px;
  margin-bottom: 30px;
}
#ingContents .ingFeature .ingFeatureGraph figure {
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
#ingContents .ingFeature .ingFeatureGraph figcaption {
  margin-left: 60px;
}
#ingContents .ingFeature .ingFeatureGraph li {
  font-size: 13px;
  margin-bottom: 10px;
  padding-left: 1.1em;
  position: relative;
}
#ingContents .ingFeature .ingFeatureGraph li::before {
  content: "●";
  position: absolute;
  top: 0;
  left: 0;
}
#ingContents .ingGliding {
  padding-bottom: 80px;
}
#ingContents .ingGliding .ingGlidingFigure {
  text-align: center;
  margin-bottom: 50px;
}
#ingContents .ingGliding .ingGlidingHeading {
  text-align: center;
  margin-bottom: 70px;
}
#ingContents .ingGliding p {
  text-align: center;
  font-size: 17px;
  line-height: 2.4;
}
#ingContents .ingFunction .ingFunctionMv {
  text-align: center;
  margin-bottom: 40px;
}
#ingContents .ingFunction .ingFunctionBlock {
  margin: 0 auto;
}
#ingContents .ingFunction .ingFunctionBlock,
#ingContents .ingFunction .ingGlideBlock,
#ingContents .ingPosture .ingPostureBlock{
  width: 482px;
  height: auto;
  min-height: 162px;
  margin-bottom: 80px;
  padding-left: 300px;
}
#ingContents .ingFunction .ingFunctionBlock.full,
#ingContents .ingFunction .ingGlideBlock.full,
#ingContents .ingPosture .ingPostureBlock.full{
  width: 100%;
  height: auto;
  min-height: 162px;
  margin-bottom: 80px;
  padding-left: 0;
}
#ingContents .ingFunction .ingFunctionBlock.harf,
#ingContents .ingFunction .ingGlideBlock.harf,
#ingContents .ingPosture .ingPostureBlock.harf{
  width: 371px;
  height: auto;
  min-height: 162px;
  margin-bottom: 80px;
  padding-left: 401px;
}
#ingContents .ingFunction .ingFunctionBlock.harf.rev,
#ingContents .ingFunction .ingGlideBlock.harf.rev,
#ingContents .ingPosture .ingPostureBlock.harf.rev{
  width: 371px;
  height: auto;
  min-height: 162px;
  margin-bottom: 80px;
  padding-left: 0;
  padding-right: 401px;
}

@media (min-width: 768px) {
  #ingContents .ingPosture .ingPostureBlock#sct_pos01,
  #ingContents .ingPosture .ingPostureBlock#sct_pos05{
    padding-bottom: 20px;
  }
  #ingContents .ingPosture .ingPostureBlock#sct_pos02,
  #ingContents .ingPosture .ingPostureBlock#sct_pos03,
  #ingContents .ingPosture .ingPostureBlock#sct_pos04{
    padding-bottom: 40px;
  }
}
@media (max-width: 768px) {
  #ingContents .ingPosture .ingPostureBlock#sct_pos03{
    padding-bottom: 20px !important;
  }
}

#ingContents .ingFunction .ingFunctionBlock#sct_fnc01 {
  background: url(../img/about_function_img_01.jpg) no-repeat top left;
  background-size: 240px 162px;
}
#ingContents .ingFunction .ingFunctionBlock#sct_fnc02 {
  background: url(../img/about_function_img_02.jpg) no-repeat top left;
  background-size: 240px 162px;
}
#ingContents .ingFunction .ingFunctionBlock#sct_fnc03 {
  background: url(../img/about_function_img_03.jpg) no-repeat top left;
  background-size: 240px 162px;
}
#ingContents .ingFunction .ingFunctionBlock#sct_fnc04 {
  background: url(../img/about_function_img_04.jpg) no-repeat top left;
  background-size: 240px 162px;
}
#ingContents .ingFunction .ingFunctionBlock#sct_fnc05 {
  background: url(../img/about_function_img_05.jpg) no-repeat top left;
  background-size: 240px 162px;
}
#ingContents .ingFunction .ingFunctionBlock#sct_fnc06 {
  background: url(../img/about_function_img_06.jpg) no-repeat top left;
  background-size: 240px 162px;
}

#ingContents .ingGuide {
  padding-bottom: 80px;
}
#ingContents .ingGuide .ingGuideHeading {
  text-align: center;
  margin-bottom: 80px;
}
#ingContents .ingGuide .ingFigureArea {
  margin-bottom: 105px;
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
#ingContents .ingGuide .ingFigureArea figure {
  width: 390px;
  text-align: center;
}
#ingContents .ingGuide .ingFigureArea .ingCommonVideo {
  width: 380px;
  height: 214px;
  margin: 0;
}
#ingContents .ingGuide .ingCommonDescBlock {
  width: 810px;
}
#ingContents .ingGuide .ingCommonDescBlock .ingLineHeading {
  font-size: 15px;
  font-weight: normal;
  text-indent: -2em;
  padding-left: 2em;
}
#ingContents .ingLineup .ingLineupMv {
  display: block;
  width: 760px;
  margin: 0 auto;
  margin-bottom: 78px;
}
#ingContents .ingLineup .ingLineupWrap {
  width: 760px;
  margin: 0 auto;
  margin-bottom: 35px;
}
#ingContents .ingLineup .ingLineHeading.bigger {
  margin-bottom: 80px;
}
#ingContents .ingLineup .ingLineupBlock {
  margin: 0 auto 10px;
}
#ingContents .ingLineup .ingLineupBlock .ingLineupHeader {
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 80px;
}
#ingContents .ingLineup .ingLineupBlock .ingLineupHeadTxt {
  width: 395px;
}
#ingContents .ingLineup .ingLineupSubBlock {
  margin-bottom: 80px;
}
#ingContents .ingLineup .ingLineupSubBlock .ingLineupHeader {
  text-align: center;
  margin-bottom: 25px;
}
#ingContents .ingLineup .ingLineupSubBlock .ingLineupMidHeading {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 35px;
}
#ingContents .ingLineup .ingLineupList {
  display: -webkit-box;
  display: flex;
  flex-wrap: Wrap;
  justify-content: space-between;
}
#ingContents .ingLineup .ingLineupList li {
  width: 327px;
  margin-bottom: 70px;
}
#ingContents .ingLineup .ingLineupList figcaption {
  margin-top: 10px;
}
#ingContents .ingLineup .ingLineupList figcaption span {
  display: block;
  text-align: center;
}
#ingContents .ingLineup .ingLineupList figcaption span.ingItemBaseColor {
  font-weight: 500;
}
#ingContents .ingLineup .ingLineupList.headrestType figcaption {
  margin-top: 20px;
}
#ingContents .ingLineup .ingLineupSizeList {
  width: 940px;
  margin: 40px auto 0;
  padding-bottom: 15px;
  display: inline-block;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
}
#ingContents .ingLineup .ingLineupSizeList li {
  margin-left: 25px;
  margin-right: 25px;
}
#ingContents .ingLineup .ingLineupSizeList li:nth-child(-n+3) {
  margin-bottom: 50px;
}
#ingContents .ingLineup .ingLineupSizeList figcaption {
  margin-top: 15px;
  text-align: center;
}
#ingContents .ingLineup .ingLineupHangerList {
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  margin-top: 50px;
  padding-bottom: 10px;
}
#ingContents .ingLineup .ingLineupHangerList li {
  width: 260px;
  margin-left: 25px;
  margin-right: 25px;
  text-align: center;
  font-size: 15px;
}
#ingContents .ingLineup .ingLineupHangerList img {
  display: block;
  margin-bottom: 8px;
}
#ingContents .ingLineup .ingLineupHangerList figcaption {
  margin-top: 15px;
}
#ingContents .ingLineup .ing-colorSample {
  width: 760px;
  margin: 0 auto;
}
#ingContents .ingLineup .ing-colorSample dt {
  clear: both;
}
#ingContents .ingLineup .ing-colorSample dd {
  float: left;
  width: 170px;
  margin: 0 26px 30px 0;
  font-size: 15px;
  font-weight: 300;
  text-align: center;
  line-height: 18px;
}
#ingContents .ingLineup .ing-colorSample dd:nth-of-type(6),
#ingContents .ingLineup .ing-colorSample dd:nth-of-type(10),
#ingContents .ingLineup .ing-colorSample dd:nth-of-type(14) {
  margin-right: 0;
}
#ingContents .ingLineup .ing-colorSample dd img {
  margin: 0 0 4px;
  width: 100%;
  height: auto;
}
#ingContents .ingLineup .ing-caster {
  text-align: center;
  letter-spacing: -5px;
  margin-top: 40px;
}
#ingContents .ingLineup .ing-caster li {
  letter-spacing: 0;
  display: inline-block;
  margin: 0 25px;
  vertical-align: top;
  line-height: 26px;
}
#ingContents .ingLineup .ing-caster li div {
  width: 219px;
  background: #fff;
  box-sizing: border-box;
  margin: 0 0 15px;
}
#ingContents .ingNotice {
  padding-bottom: 80px;
}
#ingContents .ingNotice > ul {
  width: 720px;
  margin: 0 auto;
}
#ingContents .ingNotice > ul > li {
  margin-bottom: 40px;
  text-indent: -1.25em;
  padding-left: 1.25em;
}
#ingContents .ingNotice > ul > li ul li {
  margin-bottom: 0.2em;
  text-indent: -1em;
  padding-left: 1em;
}
#ingContents .ingEffect {
  padding-bottom: 80px;
}
#ingContents .ingEffect .ingEffectHeading {
  text-align: center;
  margin-bottom: 80px;
}
#ingContents .ingEffect .ingEffectFigure {
  text-align: center;
  margin-bottom: 80px;
}
#ingContents .ingEffect p {
  text-align: center;
  font-size: 17px;
  line-height: 2.4;
}
#ingContents .ingEvidence {
  padding-bottom: 20px;
}
#ingContents .ingEvidence .ingEvidenceBlockHeading {
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-align: center;
  margin-bottom: 80px;
}
#ingContents .ingEvidence .ingEvidenceBlockHeading2 {
  margin-top: 100px;
}

#ingContents .ingEvidence #movable {
  display: block;
  margin-top:-130px;
  padding-top:130px;
}


#ingContents .ingInterview {
  width: 720px;
  margin: 0 auto;
}
#ingContents .ingInterview .ingInterviewHeader {
  text-align: center;
  margin-bottom: 75px;
}
#ingContents .ingInterview .ingInterviewBlock {
  margin-bottom: 80px;
}
#ingContents .ingInterview dl {
  margin-bottom: 25px;
}
#ingContents .ingInterview dl dt {
  font-size: 18px;
}
#ingContents .ingInterview dl dd {
  font-size: 14px;
}
#ingContents .ingScene {
  padding-bottom: 80px;
}
#ingContents .ingScene .ingSceneBlockHeading {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 80px;
}
#ingContents .ingScene .ingFigureArea {
  margin: 70px auto 20px;
}
#ingContents .ingScene .ingScenePrivate {
  width: 860px;
  margin: 50px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#ingContents .ingScene .ingScenePrivate .ingCommonDescBlock {
  width: 400px;
  margin: 0;
}
#ingContents .ingScene .ingScenePrivate .ingFigureArea {
  margin-top: 60px;
}
#ingContents .ingVoice {
  padding-bottom: 80px;
}
#ingContents .ingVoice .ingVoiceWrap {
  width: auto;
  max-width: 720px;
  margin: 0 auto 70px;
}
#ingContents .ingVoice .ingMidHeading {
  text-align: center;
  margin: 70px 0 60px;
}
#ingContents .ingVoice .ingMidHeading span {
  font-size: 19px;
}
#ingContents .ingVoice .ingProfileList {
  margin: 60px 0;
}
#ingContents .ingVoice .interviewBody {
  margin-bottom: 80px;
}
#ingContents .ingVoice .interviewBody em {
  font-weight: bold;
}
#ingContents .ingVoice .interviewBody .interviewQA {
  line-height: 2;
}
#ingContents .ingVoice .interviewBody .interviewQA dt {
  color: #888888;
  margin-bottom: 2em;
}
#ingContents .ingVoice .interviewBody .interviewQA dt::before {
  content: "──";
}
#ingContents .ingVoice .interviewBody .interviewQA dd {
  margin-bottom: 2em;
}
#ingContents .ingVoice .interviewBody .interviewQA a {
  color: #333333;
  text-decoration: underline;
}
#ingContents .ingVoice .interviewBody .interviewQA a:hover {
  color: #666666;
}
#ingContents .ingVoice .ingFigureArea {
  margin: 50px auto;
  width: auto;
  max-width: 540px;
  height: auto;
}
#ingContents .ingVoice .ingFigureArea img {
  width: 100%;
  height: auto;
}
#ingContents .ingVoice .ingVoiceSummary {
  background: #FAFAFA;
  margin-bottom: 20px;
  padding: 40px;
  font-weight: 500;
  box-sizing: border-box;
}
#ingContents .ingVoice .smallNoticeTxt {
  display: block;
  text-align: center;
  font-size: 13px;
  color: #888888;
}
#ingContents .ingVoice .ingVoiceGlaphArea {
  width: 720px;
  margin: 0 auto;
}
#ingContents .ingVoice .ingVoiceGlaphArea .ingCommonHeading {
  font-size: 21px;
  margin-bottom: 30px;
  letter-spacing: normal;
}
#ingContents .ingVoice .ingVoiceGlaphArea .ingCommonHeading:after {
  margin-top: 20px;
}
#ingContents .ingVoice .ingVoiceGlaphArea .ingMidHeading {
  font-size: 19px;
  margin-top: 0;
  margin-bottom: 30px;
}
#ingContents .ingVoice .ingVoiceGlaphArea figure {
  margin-bottom: 80px;
}
#ingContents .ingVoice .ingVoiceGlaphArea figure img {
  display: block;
}
#ingContents .ingVoice .ingVoiceGlaphArea figure .ingVoiceSummary {
  width: auto;
  max-width: 720px;
  margin-top: 25px;
  flex: none;
}
#ingContents .ingVoice .ingVoiceNav {
  width: 940px;
  margin: 0 auto;
  display: -webkit-box;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-wrap: wrap;
  padding-top: 60px;
}
#ingContents .ingVoice .ingVoiceNav li {
  margin: 0 20px 40px;
}
#ingContents .ingVoice .ingVoiceNav li a {
  color: #333333;
}
#ingContents .ingVoice .ingVoiceNav figure img {
  display: block;
  margin-bottom: 15px;
}
#ingContents .ingVoice .ingVoiceNav figcaption {
  text-align: center;
  font-size: 18px;
  font-size: 17px;
  font-weight: 500;
}
#ingContents .ingVoice-phoneappli .ingLineHeading {
  font-size: 19px;
}
#ingContents .ingExercise {
  padding-top: 15px;
}
#ingContents .ingExercise .ingExerciseIntro {
  width: 720px;
  margin: 0 auto 80px;
  overflow: hidden;
}
#ingContents .ingExercise .ingExerciseIntro .ingExerciseHeading {
  text-align: center;
  margin-bottom: 60px;
}
#ingContents .ingExercise .ingExerciseIntro > p {
  text-align: center;
  font-size: 17px;
  line-height: 2.4;
}
#ingContents .ingExercise .ingExerciseIntro .ingExerciseProfile {
  margin-top: 35px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#ingContents .ingExercise .ingExerciseIntro .ingExerciseProfile figure {
  width: 101px;
}
#ingContents .ingExercise .ingExerciseIntro .ingExerciseProfile .ingExerciseProfileTxt {
  width: 575px;
}
#ingContents .ingExercise .ingExerciseIntro .ingExerciseProfile .ingExerciseProfileTxt h3 {
  font-size: 17px;
  font-weight: normal;
  border-bottom: 1px solid #707070;
  margin-bottom: 18px;
  padding-bottom: 5px;
  line-height: 1.5;
}
#ingContents .ingExercise .ingExerciseIntro .ingExerciseProfile .ingExerciseProfileTxt h3 span {
  font-size: 14px;
}
#ingContents .ingExercise .ingExerciseIntro .ingExerciseProfile .ingExerciseProfileTxt p {
  font-size: 13px;
}
#ingContents .ingExercise .ingCommonVideo {
  margin-top: 30px;
  margin-bottom: 60px;
}
#ingContents .ingExperience {
  width: auto;
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}
#ingContents .ingExperience .ingExperienceEvent {
  margin-bottom: 95px;
}
#ingContents .ingExperience .ingExperienceEvent .ingCommonList li {
  position: relative;
}
#ingContents .ingExperience .ingExperienceEvent .ingCommonList span {
  display: block;
}
#ingContents .ingExperience .ingExperienceEvent .ingCommonList a {
  padding: 11px 12px 11px 15px;
  display: block;
  position: absolute;
  top: 18px;
  right: 0;
  background: #444444;
  font-size: 13px;
}
#ingContents .ingExperience .ingExperienceMap {
  margin-bottom: 20px;
}
#ingContents .ingExperience .ingExperienceMap .ingPraceNav {
  width: 483px;
  height: 620px;
  margin: -68px 245px 0 296px;
  background: url(../img/experience_map_bg.png) no-repeat center center;
  background-size: contain;
  position: relative;
}
#ingContents .ingExperience .ingExperienceMap .ingPraceNav a {
  position: relative;
  padding-left: 15px;
}
#ingContents .ingExperience .ingExperienceMap .ingPraceNav a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 7px;
  height: 100%;
  content: "";
  background: url(../img/common_ing_icon_arrow_d.svg) no-repeat center center;
  background-size: 7px 7px;
}
#ingContents .ingExperience .ingExperienceMap .ingPraceNav .ingPraceRegion {
  position: absolute;
  padding-top: 6px;
  border-top: 1px solid #B4B4B4;
  box-sizing: border-box;
}
#ingContents .ingExperience .ingExperienceMap .ingPraceNav .ingPraceRegion > a {
  color: #333333;
  font-size: 20px;
  font-weight: 500;
}
#ingContents .ingExperience .ingExperienceMap .ingPraceNav .ingPraceRegion#regionNav1 {
  top: 86px;
  right: -46px;
  width: 131px;
  text-align: right;
}
#ingContents .ingExperience .ingExperienceMap .ingPraceNav .ingPraceRegion#regionNav2 {
  top: 204px;
  right: -46px;
  width: 184px;
  padding-left: 48px;
}
#ingContents .ingExperience .ingExperienceMap .ingPraceNav .ingPraceRegion#regionNav3 {
  top: 170px;
  left: 110px;
  width: 154px;
  height: 153px;
  padding-right: 18px;
  border-right: 1px solid #B4B4B4;
}
#ingContents .ingExperience .ingExperienceMap .ingPraceNav .ingPraceRegion#regionNav4 {
  top: 365px;
  right: 28px;
  width: 142px;
  padding-left: 80px;
}
#ingContents .ingExperience .ingExperienceMap .ingPraceNav .ingPraceRegion#regionNav5 {
  top: 428px;
  right: 150px;
  width: 79px;
  padding-left: 23px;
}
#ingContents .ingExperience .ingExperienceMap .ingPraceNav .ingPraceRegion#regionNav5::before {
  content: "";
  display: block;
  width: 1px;
  height: 33px;
  background: #B4B4B4;
  position: absolute;
  top: -33px;
  left: 0;
}
#ingContents .ingExperience .ingExperienceMap .ingPraceNav .ingPraceRegion#regionNav6 {
  top: 482px;
  left: 186px;
  width: 55px;
}
#ingContents .ingExperience .ingExperienceMap .ingPraceNav .ingPraceRegion#regionNav6::before {
  content: "";
  display: block;
  width: 1px;
  height: 91px;
  background: #B4B4B4;
  position: absolute;
  top: -91px;
  left: 0;
}
#ingContents .ingExperience .ingExperienceMap .ingPraceNav .ingPraceRegion#regionNav7 {
  top: 270px;
  left: -67px;
  width: 156px;
  height: 136px;
  border-right: 1px solid #B4B4B4;
}
#ingContents .ingExperience .ingExperienceMap .ingPraceNav .ingPraceRegion#regionNav8 {
  top: 456px;
  left: -146px;
  width: 213px;
}
#ingContents .ingExperience .ingExperienceMap .ingPraceNav .ingPracePrefecture {
  width: 150px;
  margin-top: 5px;
}
#ingContents .ingExperience .ingExperienceMap .ingPraceNav .ingPracePrefecture a {
  color: #333333;
  font-size: 14px;
}
#ingContents .ingExperience .ingExperienceMap .ingPraceNav .ingPracePrefecture li {
  display: inline-block;
}
#ingContents .ingExperience .ingExperienceMap .ingPraceNav .ingPracePrefecture li:nth-of-type(odd) {
  margin-right: 1em;
}
#ingContents .ingExperience .ing-region {
  margin: 0 0 60px;
}
#ingContents .ingExperience .ing-comWrap img[src=""] {
  display: none;
}
#ingContents .ingExperience .ing-region .intPlacePo {
  border-bottom: 1px solid #707070;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  margin: 0 0 14px;
  padding: 4px 0 12px;
  text-align: left;
}
#ingContents .ingExperience .ing-dl {
    margin-bottom: 30px;
}
#ingContents .ingExperience .ing-dl dl{
    display: table;
    width: 100%;
    margin-bottom: 5px;
}
#ingContents .ingExperience .ing-dl dl dt, 
#ingContents .ingExperience .ing-dl dl dd {
    display: table-cell;
    vertical-align: middle;
    font-size: 13px;
    line-height: 1.5;
}

#ingContents .ingExperience .ing-dl dl dt {
    width: 160px;
}

#ingContents .ingExperience .ing-dl dl dt span {
    display: inline-block;
}
#ingContents .ingExperience .ing-dl dl dt span.txt {
    display: inline-block;
    width: 70px;
    padding: 7px 5px 5px 5px;
    border: 1px solid;
    text-align: center;
    margin-right: 5px;
}
#ingContents .ingExperience .placeList {
  align-items: center;
  border-bottom: 1px solid rgba(112, 112, 112, 0.4);
  display: flex;
  font-size: 15px;
  padding: 10px 0;
  text-align: left;
}
#ingContents .ingExperience .placeList > li {
  line-height: 1.6;
  padding: 0 15px 0 0;
  width: 25%;
}
#ingContents .ingExperience .placeList > li:nth-of-type(1) {
  padding-left: 16px;
  width: 260px;
  box-sizing: border-box;
}
#ingContents .ingExperience .placeList > li:nth-of-type(2) {
  font-size: 13px;
  flex: 1 1 auto;
}
#ingContents .ingExperience .placeList > li:nth-of-type(3) {
  width: 170px;
  margin-left: auto;
}
#ingContents .ingExperience .placeList > li:nth-last-of-type(1) {
  padding: 0;
  width: 123px;
}
#ingContents .ingExperience .placeList li div {
  border: 1px solid rgba(0, 0, 0, 0.5);
  color: rgba(0, 0, 0, 0.5);
  display: inline-block;
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
  margin: 0 10px 0 0;
  padding: 7px 5px 5px;
}
#ingContents .ingExperience .placeList li .reserColor {
  border-color: #ee4d4d;
  color: #fff;
  background: #ee4d4d;
}
#ingContents .ingExperience .placeList .labelList {
  align-items: center;
  display: flex;
  text-align: center;
  justify-content: space-between;
}
#ingContents .ingExperience .placeList .labelList.flex_wrap {
    flex-wrap: wrap;
}
#ingContents .ingExperience .placeList .labelList li {
  flex: 1;
  border: 1px solid rgba(0, 0, 0, 0.5);
  color: #333333;
  display: inline-block;
  font-size: 11px;
  font-weight: 500;
  line-height: 1;
  margin: 0 10px 0 0;
  padding: 7px 5px 5px;
  text-indent: 0;
  width: 30%;
}

#ingContents .ingExperience .placeList .labelList.flex_wrap li {
    width: 68px;
    margin: 0 0px 8px 0;
    flex: initial;
}
#ingContents .ingExperience .placeList .labelList li:empty {
  border-color: rgba(255, 255, 255, 0);
  background: none;
}
#ingContents .ingExperience .placeList .labelList li:before {
  display: none;
}
#ingContents .ingExperience .placeList .labelList .reserColor {
  border-color: #E36530;
  color: #fff;
  background: #E36530;
  width: 60px;
  box-sizing: border-box;
  flex: none;
  margin-right: 0;
}
#ingContents .ingExperience .placeList li span {
  background-color: rgba(0, 0, 0, 0.4);
  box-sizing: border-box;
  display: block;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  line-height: 13px;
  padding: 13px 0 11px;
  text-align: center;
  transition: background 0.3s ease-in;
  position: relative;
}
#ingContents .ingExperience .placeList li span::before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 5px;
  margin-right: 10px;
  vertical-align: middle;
  background: url(../img/common_ing_icon_arrow.svg) no-repeat center center;
  background-size: 9px 5px;
}
#ingContents .ingExperience .placeList li span.open::before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
#ingContents .ingExperience .placeList li span:hover {
  cursor: pointer;
  background: #333;
}
#ingContents .ingExperience .ing-block {
  border-bottom: 1px solid rgba(112, 112, 112, 0.4);
  display: none;
  margin: 0;
  padding: 20px 0 20px 16px;
  text-align: left;
}
#ingContents .ingExperience .ing-block h3 {
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 20px;
  line-height: 26px;
}
#ingContents .ingExperience .ing-block div.left {
  float: left;
  width: 50%;
}
#ingContents .ingExperience .ing-block th {
  font-weight: 300;
  line-height: 26px;
  padding: 10px 0;
  vertical-align: top;
  word-break: keep-all;
  white-space: nowrap;
  width: 130px;
  text-align: left;
}
#ingContents .ingExperience .ing-block td {
  font-weight: 300;
  line-height: 26px;
  padding: 10px;
  vertical-align: top;
  text-align: left;
  word-break: break-all;
}
#ingContents .ingExperience .ing-block td a {
  color: #333333;
  text-decoration: underline;
  word-break: break-all;
}
#ingContents .ingExperience .ing-block td .supList {
  margin: 0 0 12px;
}
#ingContents .ingExperience .ing-block td .supList li {
  border: 2px solid #333;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  margin: 0 12px 0 0;
  padding: 7px 13px 5px;
}
#ingContents .ingExperience .otherDetail {
  margin: 7px 0 0;
}
#ingContents .ingExperience .otherDetail p {
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  margin: 0 0 20px;
}
#ingContents .ingExperience .otherDetail .reserBtn {
  background: url(../img/common_ing_icon_arrowlink.svg) right 16px center no-repeat;
  background-size: 24px 8px;
  background-color: #383838;
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  margin: 0;
  padding: 14px 0 14px 20px;
  transition: background 0.2s ease-in;
  width: 250px;
}
#ingContents .ingExperience .otherDetail .reserBtn:hover {
  background-color: #7e7e7e;
  text-decoration: none;
}
#ingContents .ingExperience .otherDetail .reserBtn + p {
  margin-top: 20px;
}

#ingContents .ingExperience .otherDetail .supList {
  margin: 0 0 22px;
}
#ingContents .ingExperience .otherDetail .supList .reserColor {
  border-color: #E36530;
  color: #fff;
  background: #E36530;
}
#ingContents .ingExperience .otherDetail .supList li {
  border: 1px solid #888888;
  display: inline-block;
  color: #333333;
  font-size: 11px;
  font-weight: 500;
  line-height: 1;
  margin: 0 12px 0 0;
  padding: 7px 13px 5px;
}
#ingContents .ingExperience .otherDetail .supList.supList02 li {
    margin: 0 4px 4px 0;
    text-align: center;
    width: 44px;
}
#ingContents .ingExperience .otherDetail .supList li:empty {
  display: none;
}
#ingContents .ingExperience .otherDetail .supList .reserColor {
  border-color: #E36530;
  color: #fff;
  background: #E36530;
}
#ingContents .ingExperience .otherDetail .callNum a {
  font-size: 18px;
  color: #333;
}
#ingContents .ingExperience .ing-block td span {
  display: block;
  margin: 5px 0 0;
}
#ingContents .ingExperience .ing-block div.right {
    float: right;
    width: calc(50% - 30px);
    /* text-align: center; */
    margin-left: 30px;
}
#ingContents .ingExperience .ing-block div.right dl {
  margin: 0 0 25px;
}
#ingContents .ingExperience .ing-block div.right dt {
  text-align: center;
  margin: 0 0 15px;
}
#ingContents .ingExperience .ing-block div.right dt.ttl_right {
    font-size: 18px;
    text-align: left;
    font-weight: bold;
}

#ingContents .ingExperience .ing-block div.right dd {
  text-align: center;
}
#ingContents .ingExperience .ing-block div.right dd img {
  display: inline-block;
  margin: 0 10px;
}
#ingContents .ingExperience .ingPrefHeading {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  margin-top: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(112, 112, 112, 0.4);
}
#ingContents .alignright {
  text-align: right;
}
#ingContents .aligncenter {
  text-align: center;
}
#ingContents .alignleft {
  text-align: left;
}
#ingContents .floatleft {
  float: left;
}
#ingContents .floatright {
  float: right;
}
#ingContents .prelative {
  position: relative;
}
#ingContents .txt12em {
  font-size: 1.2em;
}
#ingContents .txt11em {
  font-size: 1.1em;
}
#ingContents .txt09em {
  font-size: 0.9em;
}
#ingContents .lheight20em {
  line-height: 2.0;
}
#ingContents .fb-like iframe {
  max-width: none !important;
}

.hidden {
  display: none;
  visibility: hidden;
}

.visible-phone {
  display: none !important;
}

.visible-tablet {
  display: none !important;
}

.hidden-desktop {
  display: none !important;
}

.visible-desktop {
  display: inherit !important;
}

@media (min-width: 768px) and (max-width: 979px) {
  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }

  .visible-tablet {
    display: inherit !important;
  }

  .hidden-tablet {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }

  .visible-phone {
    display: inherit !important;
  }

  .hidden-phone {
    display: none !important;
  }
}




/* ==========================================
  
..201905 SP対応
..
========================================== */

/*  TOP 調整
------------------------*/
#ingContents .introduction .firstViewIcon {
  width: 150px;
  height: 148px;
  position: absolute;
  top: 370px;
  left: 202px;
}
#ingContents .introduction .firstViewIcon img {
  width: 100%;
  height: auto;
}

/*  TOP Doctor Choice追加
------------------------*/
.dorctor_choice{
  border: 1px solid #dedede;
  width:850px;
  margin: 20px auto 0;
  display: table;
  box-sizing: border-box;
}
.dorctor_choice_wrap a{
  display: table;
  width: 100%;
  height: auto;
  color: #000 !important;
  text-decoration: none !important;
  padding: 30px 40px;
  box-sizing: border-box;
}
.dorctor_choice img{
  width: 120px;
  height: auto;
}
.dorctor_choice_ttl{
  font-size: 24px;
  font-weight: bold;
  display: table-cell;
  vertical-align: middle;
  padding-top: 20px;
  padding-left: 10px;
}
.dorctor_choice_ttl_note{
  display: block;
  font-size: 12px;
  font-weight: normal;
  text-align: right;
  margin-right: 20px;
}

/*  ナビゲーション調整
------------------------*/
@media (min-width: 768px) {
  .header_navBtn,
  .accordion-toggle{
    display: none;
  }
}

/*  体験場所 追加情報
------------------------*/
.add_info {
  width: 370px;
  margin: 0 auto 30px;
}
.add_info_wrap {
  text-align: left;
}
.add_info_ttl{
  display: block;
  margin-bottom: 15px;
}
.add_info_list li{
  text-indent: -15px;
  margin-left: 15px;
  margin-bottom: 10px;
}

/*  体験場所 商品タイプ テーブル化
------------------------*/
.tbl_type{
  width: 370px;
  margin: auto;
  border: 1px solid #000;
  border-collapse: collapse;
}
.tableBasic {
    width: 100%;
}
.tbl_type th,
.tbl_type td{
  display: table-cell !important;
  border: 1px solid #000;
  padding: 10px !important;
  font-size: 10px !important;
  line-height: 1.2 !important;
  vertical-align: middle !important;
}
.tableBasic th,
.tableBasic td {
    font-size: 13px !important;
}

.tableBasic th .has_icon {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.tableBasic th .has_icon .icon {
    width: 23px;
    display: block;
    margin: 0 10px;
}

.tableBasic th .has_icon .icon img {
    max-width: 100%;
    margin: 0 auto;
}
.tableBasic th.type01 {
    background: #383838;
    color: #fff;
    padding: 10px 0 !important;
}

.tableBasic th.w01 {
  width: 40% !important;
}
.tableBasic th.w02 {
  width: 20% !important;
}
.tbl_type td,
.tbl_type th.type01{
  text-align: center !important;
}
.tbl_type th.type02{
  height: 30px;
  position: relative;
}
.tbl_type th.type02:before{
  content: url("");
  position: absolute;
  right: -10px;
  transform: scale(0.4,0.4);
}

.tbl_type tr:nth-child(2) th.type02:before{
  content: url("../img/ico_experience_lateral.png");
  top: -25px;
}
.tbl_type tr:nth-child(3) th.type02:before{
  content: url("../img/ico_experience_vertical.png");
  top: -25px;
}
.tbl_type tr:nth-child(4) th.type02:before{
  content: url("../img/ico_experience_headrest.png");
  top: -22px;
}
.tbl_type td .circle{
  display: block;
  width: 20px;
  height: 20px;
  margin: auto !important;
  border: 1px solid #000;
  border-radius: 50%;
}
.tableBasic td .full_bg {
    background: #000;
}
.tbl_type td.empty {
  background-image: linear-gradient(to top left,transparent, transparent 49.5%,
    #000 49.5%, #000 50.5%,transparent 50.5%, transparent);
}
.tableBasic td.empty02 {
    background-image: linear-gradient(to bottom left,transparent, transparent 49.5%,
    #000 49.5%, #000 50.5%,transparent 50.5%, transparent);
}
#ingContents .ingVoice .ingMidHeading.voice {
  margin: 50px 0 20px;
}


/*  使用者の声 インデックス追加
    ingアンバサダー コンテンツ追加
------------------------*/
.ingProfileList.ambassador{
  margin-bottom: 50px;
  text-align: center;
}
.ingProfileList.ambassador .ingCommonProfile{
  display: inline-block !important;
  margin-bottom: 0 !important;
  padding: 0 10px !important;
}

.ingProfileList.ambassador .ingCommonProfile .ingProfileTxt{
  margin-top: 12px;
  width: auto !important;
  text-align: center;
}
.ingProfileList.ambassador .ingCommonProfile .ingProfileTxt h3{
  border: 0 !important;
  font-weight: bold !important;
}

.banner_l2{
  width:405px;
}
.banner_l2:nth-of-type(odd){
  float: left;
}
.banner_l2:nth-of-type(even){
  float: right;
}
.banner_l2 img{
  width:100%;
  height: auto;
}

/*  ラインナップ アンカー追加
------------------------*/
.linenup_anker_area {
  width: 560px;
  margin: auto;
}
.linenup_anker_wrap{
  margin-bottom: 40px;
}
.linenup_anker_wrap:last-child{
  margin-bottom: 60px;
}
.linenup_anker_img {
  width: 26%;
  float: left;
  margin-top: -3%;
}
.linenup_anker_img img {
  width: 100%;
  height: auto;
}
.linenup_anker_txt {
  width: 70%;
  float: right;
}
.linenup_anker_txt {
  width: 70%;
  float: right;
}
.linenup_anker_list li {
  float: left;
  margin-bottom: 15px;
  margin-right: 50px;
}
.linenup_anker_list li a {
  position: relative;
  font-size: 18px;
  color: #000 !important;
}
.linenup_anker_list li a:after {
  position: absolute;
  content: "〈";
  top: 4px;
  right: -25px;
  transform: rotate(-90deg);
  font-size: 14px;
}

#hdArea{
  position: absolute !important;
}

.p-page-top.u-hidePc{
  display: none !important;
}
.p-footer__menu{
  display: none;
}

.p-footer.u-hidePc{
  position: relative;
}
#footer_bottom02{
  display: none;
}
.pagetop{
  display: none !important;
}
@media (max-width: 767px) {

/*  GROBAL LAYOUT
------------------------*/
  /* #header_wrapper{
    display: none;
  }
  .footer_inner {
    width: 100%;
  }
  .footer_inner .nav{
    display: none;
  } */


/*  LAYOUT
------------------------*/
  #ingContents #ingGnavi,
  #ingContents #ingFooter .ingFooterWrap{
    width: 100%;
    padding: 0 20px;
    display: block;
    box-sizing: border-box;
  }
  #ingContents #ingFooter .ingFooterWrap{
    height: auto;
    background: #383838;
  }
  #ingContents #ingHeader{
    position: fixed;
    z-index: 10000;
  }
  #ingContents #ingHeader.fixed{
    left: unset;
  }
  #ingContents #ingFooter.fixed{
    position: relative;
    left: unset;
  }
  #ingContents #ingFooter .ingFooterNav{
    display: block;
    width: 100%;
    margin-left: 0;
    flex-wrap: unset;
    align-items: normal;
  }
  #ingContents #ingFooter .ingFooterNav li{
    width: 100%;
  }
  #ingContents #ingFooter .ingFooterSns{
    margin-left: 0;
  }
  #ingContents {
    min-width: 100%;
  }
  #ingContents:before{
    content: "";
    position: fixed;
    z-index: 999;
    transition: all 0.3s;
  }
  #ingContents.nav-open:before{
    content: "";
    position: fixed;
    z-index: 999;
    display: block;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.8);
  }
  
  article{
    padding: 60px 20px 60px !important;
  }
  img{
    max-width: 100%;
    height: auto;
  }

  #ingContents #ingGnavi .ingGnaviList {
    width: 300px;
    height: 90vh;
    display: none;
    display: block;
    flex-wrap: unset;
    justify-content: unset;
    color: #ffffff;
    position: absolute;
    top: 60px;
    right: -360px;
    background: #353535;
    z-index: 10;
    overflow-y: auto;
    transition: all 0.3s;
  }
  #ingContents.nav-open #ingGnavi .ingGnaviList {
    right: 0;
  }
  #ingContents #ingGnavi .ingGnaviList > li{
    transition: all 0.3s;
  }
  #ingContents #ingGnavi .ingGnaviList > li a>span{
    height: 65px;
  }
  #ingContents #ingGnavi .ingGnaviList > li.hasSubNav ul{
    position: relative;
    top: 0;
    display: block;
    margin: -10px 0 15px;
    padding: 0 18px;
    transition: all 0.3s;
  }
  #ingContents #ingGnavi .ingGnaviList > li.hasSubNav.open ul{
    padding: 10px 0;
  }


/*  HEADER NAVIGATION
------------------------*/
  #ingContents #ingGnavi .ingHeaderLogo{
    position: absolute;
    top: 13px;
    padding: 0;
  }
  .header_navBtn {
    overflow: hidden;
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    display: block;
    width: 60px;
    height: 60px;
    padding: 0;
    border: none;
    border-radius: 0;
    background: transparent;
    text-indent: -999px;
    transition: all .2s;
  }
  .header_navBtn:focus{
    outline: 0;
  }
  .header_navBtn:after, .header_navBtn:before, .header_navBtn span {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 22px;
    height: 2px;
    margin: auto;
    border-radius: 1px;
    background: #fff;
    -webkit-transition: opacity .2s linear,-webkit-transform .2s linear;
    transition: opacity .2s linear,-webkit-transform .2s linear;
    transition: transform .2s linear,opacity .2s linear;
    transition: transform .2s linear,opacity .2s linear,-webkit-transform .2s linear;
  }
  .header_navBtn:before {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  .header_navBtn:after {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  .header_navBtn.is-active {
    background-color: #f7f5f0;
  }
  .is-active.header_navBtn>span {
    opacity: 0;
  }
  .is-active.header_navBtn:before {
    transform: translateY(0) rotate(-45deg);
    background: #000;
  }
  .is-active.header_navBtn:after {
    transform: translateY(0) rotate(45deg);
    background: #000;
  }
  #ingContents #ingGnavi .ingGnaviList > li:not(:first-child)::before{
    content: none;
  }
  #ingContents #ingGnavi .ingGnaviList > li:last-child{
    display: block;
  }
  button.accordion-toggle{
    overflow: hidden;
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    border: none;
    border-radius: 0;
    background: transparent;
    text-indent: -999px;
    transition: all .2s;
  }
  button.accordion-toggle:focus{
    outline: 0;
  }
  button.accordion-toggle:after, button.accordion-toggle:before, button.accordion-toggle span {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 22px;
    height: 2px;
    margin: auto;
    border-radius: 1px;
    -webkit-transition: opacity .2s linear,-webkit-transform .2s linear;
    transition: opacity .2s linear,-webkit-transform .2s linear;
    transition: transform .2s linear,opacity .2s linear;
    transition: transform .2s linear,opacity .2s linear,-webkit-transform .2s linear;
    
  }
  button.accordion-toggle span{
    background: transparent;
    padding: 0;
  }
  button.accordion-toggle:before {
    left: inherit;
    right: 25px;
    top: 22px;
    bottom: inherit;
    width: 10px;
    height: 10px;
    margin: auto;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .hasSubNav.open button.accordion-toggle {
  }
  .hasSubNav.open button.accordion-toggle>span {
    opacity: 0;
  }
  .hasSubNav.open button.accordion-toggle:before {
    transform: translateY(0) rotate(-45deg);
    top: 27px;
    bottom: inherit;
  }
  .hasSubNav.open{
    height: auto !important;
  }
  .hasSubNav.open .gnavSub {
    padding: 10px 0 0;
  }
  .hasSubNav .gnavSub li{
    height: 0;
    transition: all 0.3s;
    overflow: hidden;
  }
  .hasSubNav.open .gnavSub li {
    height: 45px;
    line-height: 3.2 !important;
  }
  .hasSubNav.open .gnavSub li a{
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 20px;
  }


/*  FOOTER NAVIGATION
------------------------*/
  #ingContents #ingFooter .ingFooterNav{
    padding: 5px 0;
  }
  #ingContents #ingFooter .ingFooterNav a{
    padding: 10px 0 10px 0;
    background: url(../img/common_ing_icon_externallink.png) no-repeat right  center;
    background-size: 11px 8px;
  }
  #ingContents #ingFooter .ingFooterSns {
    padding-bottom: 10px;
    justify-content: center;
  }
  #ingContents #ingFooter .ingFooterSns li {
    padding: 0 10px;
  }


/*  TOP KEYVISUAL
------------------------*/
  #ingContents .introduction{
    padding-top: 60px;
    padding-bottom: 60px;
  }
  #ingContents .introduction .firstView{
    width: 100%;
    height: 49vh;
    background-position: 100%;
    margin-top: 3%;
  }
  #ingContents .introduction .firstViewHeading {
    width: 30%;
    height: auto;
    position: absolute;
    top: 26%;
    left: 4%;
  }
  #ingContents .introduction .firstViewHeading img {
    width: 100%;
    height: auto;
  }
  #ingContents .introduction .firstViewIcon {
    width: 75px;
    height: 74px;
    position: absolute;
    top: 43%;
    left: 18%;
  }


/*  TOP CONTENT
------------------------*/
  #ingContents .introduction::after{
    background: transparent;
  }
  
  #ingContents .introduction .introHeading {
    margin-top: 40px;
    padding: 40px 20px 30px;
    font-size: 26px;
  }
  
  #ingContents .introduction p {
    padding: 0 20px;
    text-align: left;
    line-height: 1.8;
    font-size: 14px;
  }
  
  #ingContents .bannerAreaTop {
    margin: 30px auto 0;
    padding: 0 20px;
  }
  
  #ingContents .bannerAreaTop {
    margin: 30px auto 0;
    padding: 0 20px;
  }
  
  #ingContents .bannerAreaTop.lineup {
    margin: 30px auto 0;
  }
  
  #ingContents .bannerAreaTop a img {
    width: 100%;
    height: auto;
  }
  
  #ingContents .whatsNew {
    padding: 50px 20px;
  }
  
  #ingContents .bannerAreaBottom {
    padding: 30px 20px;
  }
  #ingContents .bannerAreaBottom a{
    width: 100%;
    height: auto;
  }
  #ingContents .bannerAreaBottom a img{
    width: 100%;
    height: auto;
  }
  .dorctor_choice_wrap{
    padding: 0 20px;
  }
  .dorctor_choice{
    width: 100%;
    margin: 20px auto;
  }
  .dorctor_choice_wrap a{
    padding: 5% 7%;
  }
  .dorctor_choice img {
    width: 120px;
    height: auto;
  }
  .dorctor_choice_ttl{
    font-size: 4vw;
    text-align: left;
    padding-left: 20px;
    padding-top: 5px;
    line-height: 1.6;
  }
  .dorctor_choice_ttl_note{
    display: block;
    text-align: left;
  }


/*  LOWER COMMON
------------------------*/
  #ingContents .ingCommonHeading {
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 0.07em;
    text-align: center;
    margin-bottom: 15px;
    padding-top: 50px;
  }
  #ingContents .introduction .ingCommonVideo,
  #ingContents .ingCommonVideo{
    position: relative;
    margin: 40px auto 0;
    width: 100%;
    height: auto;
    padding-top: 56.25%;
  }
  #ingContents .introduction .ingCommonVideo > *,
  #ingContents .ingCommonVideo > * {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  #ingContents p{
    font-size: 14px;
  }


/*  PRODUCTS
------------------------*/
/*
GLINDING
*/
  #ingContents .ingGliding{
    padding-bottom: 0 !important;
  }
  #ingContents .ingGliding .ingGlidingHeading{
    max-width: 350px;
    margin:0 auto 30px;
  }
  #ingContents .ingGliding p{
    margin-bottom: 30px;
    text-align: left;
    font-size: 16px;
    line-height: 2.2;
  }

/*
FUNCTION
*/
  #ingContents .ingFunction{
    padding-top: 0 !important;
    padding-bottom: 30px !important;
  }
  #ingContents .ingFunction .ingFunctionBlock {
    width: 100%;
    margin-bottom: 40px;
    padding: 190px 0 0 0;
  }
  #ingContents .ingEvidence .ingEvidenceBlockHeading {
    font-size: 20px;
    margin-bottom: 50px;
  }
  #ingContents .ingEvidence #movable {
    display: block;
    margin-top:-75px;
    padding-top:75px;
  }
  #ingContents .ingFunction .ingFunctionBlock {
    margin-bottom: 40px;
    padding: 72% 0 0 0;
    background-size: 100% !important;
  }
  #ingContents .ingFunction .ingFunctionBlock:last-of-type{
    margin-bottom: 0 !important;
  }
  

/*
FEARTURE
*/
  #ingContents .ingFeature{
    padding-top: 0 !important;
    padding-bottom: 30px !important;
  }
  #ingContents .ingFeature.Lineup{
    padding: 60px 20px 60px !important;
  }
  #ingContents .ingFeature .ingFeatureMv{
    width: 100%;
    margin-bottom: 50px;
  }
  #ingContents .ingFeature .ingFeatureBlock .ingMidHeading{
    font-size: 18px;
    margin-bottom: 40px;
  }
  #ingContents .ingCommonDescBlock{
    width: 100%;
  }
  #ingContents .ingFeature .ingFeatureBlock{
    width: 100%;
  }
  
  .ingFeatureType img {
    min-width: 80px;
  }
  #ingContents .ingFeature .ingFeatureType{
    align-items: flex-start;
    height: auto;
  }
  #ingContents .ingFeature .ingFeatureType figcaption{
    padding-left: 15px
  }
  #ingContents .ingFeature .ingFeatureType dl{
    width: 100%;
    flex-wrap: wrap;
  }
  #ingContents .ingFeature .ingFeatureGraph figure{
    display: block;
  }
  #ingContents .ingFeature .ingFeatureGraph figure img{
    width: 100%;
    height: auto;
  }
  #ingContents .ingFeature .ingFeatureGraph figcaption{
    margin: 20px 0 0;
  }
  #ingContents .ingFeature .ingFeatureGraph{
    margin-bottom: 0;
  }

/*
GUIDE
*/
  #ingContents .ingGuide .ingCommonDescBlock{
    width: 100%;
  }
  #ingContents .ingGuide .ingFigureArea{
    display: block;
  }
  #ingContents .ingGuide .ingFigureArea figure{
    width: 100%;
  }
  #ingContents .ingGuide .ingFigureArea .ingCommonVideo{
    width: 100%;
    height: auto;
    margin-top: 30px;
  }
  #ingContents .ingGuide .ingGuideHeading {
    max-width: 392px;
    margin:0 auto 50px;
  }
  #ingContents .ingGuide .ingFigureArea{
    margin-bottom: 60px
  }

/*
LINEUP
*/
  #ingContents .ingLineup .ingLineupMv{
    width: 100%;
  }
  #ingContents .ingLineup .ingLineupWrap{
    width: 100%;
  }
  #ingContents .ingLineup .ingLineupBlock{
    margin: 0 auto 30px;
  }
  #ingContents .ingLineup .ingLineHeading.bigger {
    margin-bottom: 30px;
  }
  #ingContents .ingLineup .ingLineupBlock .ingLineupHeader{
    display: block;
  }
  #ingContents .ingLineup .ingLineupBlock .ingLineupHeadTxt{
    width: 100%;
  }
  #ingContents .ingLineup .ing-colorSample{
    width: 100%;
  }
  #ingContents .ingLineup .ingLineupSizeList{
    width: 100%;
  }
  .ingLineupHeader{
    margin-bottom: 40px !important;
  }
  .ingLineupHeader img {
    width: 100%;
  }
  #ingContents .ingLineHeading{
    font-size: 16px;
    margin-top: 10px;
  }
  #ingContents .ingLineup .ingLineupList li{
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
  }
  #ingContents .ingLineup .ing-colorSample{
    margin-bottom: 70px;
  }
  #ingContents .ingLineup .ing-colorSample dt{
    font-weight: bold;
    text-align: center;
  }
  #ingContents .ingLineup .ing-colorSample dt:nth-child(4) {
    padding-top: 40px;
  }
  #ingContents .ingLineup .ing-colorSample dd {
    width: 48%;
    margin: 30px 4% 0px 0;
  }
  #ingContents .ingLineup .ing-colorSample dd:nth-child(even) {
    margin-right: 0;
  }
  #ingContents .ingLineup .ing-colorSample dd:nth-child(2) {
    margin-right: 4%;
  }
  #ingContents .ingLineup .ing-colorSample dd:nth-child(3) {
    margin-right: 0;
  }
  #ingContents .ingLineup .ingLineupSubBlock .ingLineupMidHeading{
    margin-bottom: 20px;
  }
  #ingContents .ingLineup .ingLineupSubBlock{
    margin-bottom: 40px;
  }
  #ingContents .ingLineup .ingLineupSubBlock:last-of-type{
    margin-bottom: 0;
  }

/*
NOTICE
*/
  
  #ingContents .ingNotice > ul{
    width: 100%;
  }
  #ingContents .ingNotice > ul{
    margin-top: 50px !important;
  }


/*  EFFECT
------------------------*/
/*
EFFECT
*/
  #ingContents .ingEffect{
    padding-top: 0 !important;
    padding-bottom: 30px !important;
  }
  #ingContents .ingEffect .ingEffectHeading {
    text-align: center;
    margin: 0 auto 50px;
    max-width: 300px;
  }
  #ingContents .ingEffect .ingEffectFigure{
    margin-bottom: 40px;
  }
  #ingContents .ingEffect p{
    text-align: left;
    font-size: 16px;
    line-height: 2.2;
  }

/*
EVIDENCE
*/
  #ingContents .ingEvidence.ingCommonDescBlock:last-of-type .ingFigureArea{
    margin-bottom: 0;
  }

/*
INTERVIEW
*/
  #ingContents .ingInterview{
    width: auto;
  }
  #ingContents .ingInterview .ingInterviewBlock:last-of-type{
    margin-bottom: 0;
  }


/*  SCENE
------------------------*/
/*
SCENE
*/
  #ingContents .ingScene .ingSceneBlockHeading {
    font-size: 18px;
    margin-bottom: 50px;
  }
  #ingContents .ingScene .ingScenePrivate{
    width: 100%;
    margin-top: 20px;
  }
  #ingContents .ingScene .ingScenePrivate .ingCommonDescBlock {
    width: 48%;
  }
  #ingContents .ingScene .ingFigureArea{
    margin: 40px auto 0 !important;
  }


/*  VOICE
------------------------*/
/*
VOICE
*/
  #ingContents .ingVoice .ingMidHeading{
    margin: 50px 0 40px;
  }
  #ingContents .ingVoice .ingVoiceGlaphArea {
    width: 100%;
  }
  #ingContents .ingVoice .ingVoiceNav{
    width: 100%;
    margin-top: -40px;
  }
  #ingContents .ingVoice .ingVoiceNav li {
    margin: 0 4% 40px 0;
    width: 48%;
    min-height: 220px;
  }
  #ingContents .ingVoice .ingVoiceNav li:nth-child(even) {
    margin-right: 0;
  }
  #ingContents .ingVoice .ingVoiceNav li:last-child{
    
  }
  #ingContents .ingCommonProfile {
    align-items: start;
  }
  #ingContents .ingCommonProfile figure {
    width: 50%;
    height: 50%;
  }
  #ingContents .ingCommonProfile .ingProfileTxt {
    padding-left: 15px;
  }
  #ingContents .ingVoice .ingVoiceSummary{
    margin-top: -60px;
    margin-bottom: 10px;
  }
  #ingContents .ingVoice .smallNoticeTxt{
    text-align: left;
  }
  #ingContents .ingVoice .interviewBody{
    margin-bottom: 60px;
  }
  #ingContents .ingVoice .ingVoiceGlaphArea figure{
    margin-bottom: 60px;
  }
  #ingContents .ingVoice .ingFigureArea{
    margin: 30px auto;
  }


/*  EXERCISE
------------------------*/
/*
EXERCISE
*/
  #ingContents .ingExercise .ingExerciseIntro{
    width: 100%;
  }
  #ingContents .ingExercise .ingExerciseIntro .ingExerciseHeading{
    margin-bottom: 40px;
  }
  #ingContents .ingExercise .ingExerciseIntro > p{
    text-align: left;
    font-size: 16px;
    margin-bottom: 50px;
    line-height: 2.4;
    letter-spacing: 0px;
  }
  #ingContents .ingExercise .ingExerciseIntro .ingExerciseProfile figure{
    margin-right: 15px;
  }
  #ingContents .ingExercise .ingCommonDescBlock:last-child .ingCommonVideo{
    margin-bottom: 0;
  }
  #ingContents .ingExercise .ingExerciseIntro .ingExerciseProfile .ingExerciseProfileTxt{
    width: 75%;
  }


/*  EXPERIENCE
------------------------*/
/*
EXPERIENCE
*/
  #ingContents .ingExperience{
    padding: 0 20px;
  }
  #ingContents .ingExperience .ingExperienceEvent{
    margin-bottom: 60px;
  }
  #ingContents .ingExperience .ingExperienceMap .ingPraceNav {
    width: 100%;
    height: auto;
    min-height: 500px;
    margin: 0;
    text-align: center;
    margin-top: -80px;
    padding-top: 180px;
    margin-bottom: 30px;
  }
  @media (max-width: 440px) {
    #ingContents .ingExperience .ingExperienceMap .ingPraceNav {
      margin-top: -180px;
      padding-top: 160px;
      margin-bottom: -100px;
    }
  }
  #ingContents .ingExperience .ingExperienceMap .ingPraceNav .ingPraceRegion:before{
    content: none !important;
  }
  #ingContents .ingExperience .ingExperienceMap .ingPraceNav .ingPraceRegion {
    position: relative;
    display: inline-block;
    text-align: left !important;
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
    height: auto !important;
    top: auto !important;
    bottom: auto !important;
    left: auto !important;
    right: auto !important;
    border: none !important;
    padding-left: 20px !important;
    padding-top: 25px !important;
  }
  #ingContents .ingExperience .ingExperienceMap .ingPraceNav .ingPracePrefecture{
    display: none;
  }
  #ingContents .ingExperience .ingCommonList li{
    padding-bottom: 68px;
  }
  #ingContents .ingExperience .ingExperienceEvent .ingCommonList a{
    top: inherit;
    bottom: 15px;
  }
    #ingContents .ingExperience .ing-dl dl dt, #ingContents .ingExperience .ing-dl dl dd {
        font-size: 13px;
    }
    #ingContents .ingExperience .ing-dl dl dt {
        width: 150px;
    }
    #ingContents .ingExperience .ing-dl dl dt span.txt {
        display: inline-block;
        width: 55px;
        padding: 7px 10px 5px 10px;
        border: 1px solid;
        text-align: center;
        line-height: initial;
        margin-right: 5px;
    }
  #ingContents .ingExperience .placeList{
    display: block;
  }
  #ingContents .ingExperience .placeList li{
    width: 100%;
  }
  #ingContents .ingExperience .placeList li:nth-of-type(1){
    padding-left: 0;
  }
  #ingContents .ingExperience .placeList li:nth-of-type(3){
    margin-left: 0;
  }
  #ingContents .ingExperience .placeList .labelList.flex_wrap li {
    padding-left: 5px;
  }
  #ingContents .ingExperience .placeList .labelList{
    margin: 15px 0;
  }
  #ingContents .ingExperience .ing-block{
    padding-left: 0;
  }
  #ingContents .ingExperience .ing-block th,
  #ingContents .ingExperience .ing-block td{
    display: block;
    padding-left: 0;
  }
  #ingContents .ingExperience .ing-block div.left,
  #ingContents .ingExperience .ing-block div.right{
    float: none;
    width: 100%;
  }
  #ingContents .ingExperience .otherDetail .reserBtn{
    margin: 0 auto 30px;
  }
  #ingContents .ingExperience .ing-block div.right{
    margin-top: 30px;
    margin-left: 0;
  }
  #ingContents .ingExperience .ing-block div.right>img{
    width: 100%;
  }
    .tableSPBox01 {
        overflow-x: auto;
        padding-bottom:2px;
        margin-bottom: 30px;
    }
    .tableSPBox01::-webkit-scrollbar{
        width: 5px;
        background: #ffaf87;
    }
    .tableSPBox01::-webkit-scrollbar:horizontal{
        height: 5px;
        background: #f0f0f0;
    }
    .tableSPBox01::-webkit-scrollbar-thumb{
        background: #383838;
        border-radius: 2px;
    }
    .tableSPBox01::-webkit-scrollbar-thumb:horizontal{
        background: #383838;
        border-radius: 2px;
    }
    .tableSPBox01 .tableBasic {
        margin-bottom: 10px;
        width: 150% !important;
        max-width: inherit !important;
    }

    /*.tableBasic th.w01 {
      width: 200px !important;
      padding: 10px !important;
    }
    .tableBasic th.w02 {
      width: 100px !important;
      padding: 10px !important;
    }*/
  .tbl_type{
    max-width: 100%;
    width: 100%;
  }

  #ingContents .introduction.lower{
    padding: 10px 0 0;
  }
  #ingContents .bannerAreaTop.about {
    padding: 0 20px;
    margin-top: -30px;
    margin-bottom: 60px;
  }
  #ingContents .bannerAreaTop.product a{
    margin-top: 20px;
  }
  #ingContents .ingVoice .ingMidHeading.voice{
    margin: 30px 0 40px;
    font-size: 16px;
  }
  .bannerAreaTop.product.lower{
    margin: 0 -20px;
  }
  .banner_l2{
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 10px;
  }

  .linenup_anker_area {
    width: 100%;
    margin: auto;
  }
  .linenup_anker_wrap:last-child {
    margin-bottom: -60px;
  }
  .linenup_anker_img {
    margin-top: 3%;
  }
  .linenup_anker_list li{
    float: none;
    margin-bottom: 8px;
  }
  .linenup_anker_list li a{
    font-size: 16px;
  }

  /*  体験場所 追加情報
  ------------------------*/
  .add_info {
    width: 100%;
    margin: 20px auto 30px;
  }
  .add_info_ttl{
    margin-bottom: 10px;
  }
  .add_info_list li{
    text-indent: -15px;
    margin-left: 15px;
    margin-bottom: 10px;
  }

  /*  体験場所 商品タイプ テーブル化
  ------------------------*/
  .tbl_type{
    margin-top: 20px;
    margin-bottom: 30px;
  }

  /*  使用者の声 インデックス追加
    ingアンバサダー コンテンツ追加
  ------------------------*/
  .ingProfileList.ambassador{
    margin: 40px 0 !important;
    text-align: center;
  }
  .ingProfileList.ambassador .ingCommonProfile{
    display: inline-block !important;
    margin-bottom: 0 !important;
    max-width: 30%;
    padding: 0 !important;
  }

  .ingProfileList.ambassador .ingCommonProfile figure{
    width: 80% !important;
    height: 80% !important;
    margin: auto;
  }

  .ingProfileList.ambassador .ingCommonProfile .ingProfileTxt{
    padding-left: 0 !important;
  }
  .ingProfileList.ambassador .ingCommonProfile .ingProfileTxt h3{
    border: 0 !important;
    font-size: 14px !important;
    font-weight: bold !important;
  }
}



/*  受賞アイコン追加
  ------------------------*/
.award_wrap {
  max-width: 750px;
  margin: 15px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.award_wrap img{
  height: 60px;
  width: auto;
}
.award_wrap img:nth-child(1){
  height: 50px;
}
@media (max-width: 767px) {
  .award_wrap {
    max-width: 100%;
    margin: 30px auto;
    padding: 0 20px;
    display: block;
    text-align: center;
  }
  .award_wrap img{
    display: inline-block;
    margin: 10px 5px;
    height: 48px;
    width: auto;
  }
  .award_wrap img:nth-child(1){
    height: 40px;
    margin-bottom: 13px;
  }
}



/*  EVIDENCE リード追加
  ------------------------*/
.ingMidHeading.evidence {
  text-align: center;
  font-size: 18px !important;
  margin-bottom: 90px !important;
}
@media (max-width: 767px) {
  .ingMidHeading.evidence {
    text-align: left;
    font-size: 14px !important;
    margin-bottom: 40px !important;
    margin-top: 25px;
  }
}



/* about 再構築 */
/*====================================================================
.about_accordion
====================================================================*/
.about_accordion {
  max-width: 836px;
  margin: 0 auto;
}

.about_accordion .accordion_one {
  max-width: 1024px;
  margin: 0 auto;
  margin-bottom: 40px;
}

.about_accordion .accordion_one:first-child {
  margin-bottom: 120px;
}

.about_accordion .accordion_one .accordion_header {
  background-color: #666;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 20px 11%;
  text-align: center;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition-duration: 0.2s;
  cursor: pointer;
}

.about_accordion .accordion_one .accordion_header:hover {
  opacity: .8;
}

.about_accordion .accordion_one .accordion_header span {
  display: inline-block;
  position: relative;
}

.about_accordion .accordion_one .accordion_header span:before {
  content: "";
  position: absolute;
  top: 10px;
  left: -25px;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border: 2px solid;
  border-color: #fff #fff transparent transparent;
  transform: rotate(45deg);
}

.about_accordion .accordion_one .accordion_inner {
  display: none;
  padding: 30px 30px;
  border-left: 2px solid #666;
  border-right: 2px solid #666;
  border-bottom: 2px solid #666;
  box-sizing: border-box;
  opacity: 0;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
.about_accordion .accordion_one .open + .accordion_inner {
  display: block;
  opacity: 1;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-duration: 1s;
}

.about_accordion .accordion_one .accordion_inner .box_one {
  height: 100%;
}

.about_accordion .accordion_one .accordion_inner p.txt_a_ac {
  margin: 0;
}

.about_accordion .accordion_one .accordion_inner .closeArea {
  width: 180px;
  margin: 0 auto;
}

.about_accordion .accordion_one .accordion_inner .closeArea .close_box a.close_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #444;
  padding: 15px 15px 15px 20px;
  text-decoration: none;
  line-height: 1.3;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  cursor: pointer;
  transition-duration: 0.2s;
  text-decoration: none !important;
}

.about_accordion .accordion_one .accordion_inner .closeArea .close_box a.close_btn:hover {
  opacity: .8;
}


@media screen and (max-width: 1024px) {
  .about_accordion .accordion_one .accordion_header {
  font-size: 18px;
  }
  .about_accordion .accordion_one .accordion_header .i_box {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
  .about_accordion .accordion_one .accordion_inner .closeArea .close_box a.close_btn {
    font-size: 14px;
  }
}


@media screen and (max-width: 767px) {
  .about_accordion{
    padding: 0;
  }
  .about_accordion .accordion_one {
    margin-bottom: 30px;
  }
	.about_accordion .accordion_one .accordion_header {
    font-size: 16px;
    padding: 15px 0 15px 40px;
    text-align: left;
  }
  .about_accordion .accordion_one .accordion_header span:before {
    top: 8px;
    left: -20px;
    width: 6px;
    height: 6px;
    border: 2px solid;
    border-color: #fff #fff transparent transparent;
  }
  .about_accordion .accordion_one .accordion_inner{
    padding: 20px 0;
  }
}

.ingFunction .anchor_list li a{
  position: relative;
  color: #000 !important;
  font-weight: bold;
  text-decoration: none !important;
}
.ingFunction .anchor_list li a:before{
  position: absolute;
  top: 3px;
  right: -14px;
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border: 1px solid;
  border-color:  transparent transparent #565656 #565656;
  transform: rotate(-45deg);
}
.ingFunction .anchor_list li a:after{
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  border-bottom: 1px solid #000;
}

.ingFunction .anchor_list{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0 100px;
}

.ingFunction .anchor_list li{
  margin: 0 30px;
}

.blockContent {
  display: flex;
  margin: 0 -20px;
}
.blockContent > * {
  display: block;
  margin: 0 20px;
}
.ingBlockHeading{
  font-size: 26px !important;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-align: center;
  margin-bottom: 60px;
  letter-spacing: -1px;
}
.ingBlockHeading+.ingLead{
  margin: -30px auto 60px !important;
  text-align: center;
  font-size: 18px !important;
  font-weight: 500;
}
.PostureImg{
  margin: 40px auto 80px;
}

.ingPostureBlock{
  position: relative;
}
.PostureBlockImg{
  position: absolute;
  top: -50px;
  left: 25px;
}

.ingPostureBlock:last-child,
.ingFunctionBlock:last-child{
  margin-bottom: 40px !important;
}

.ingPosture .bnrBlock{
  margin-top: -40px;
  margin-bottom: 40px;
}
.ingPosture .bnrBlock img{
  width: 100%;
  height: auto;
}


@media screen and (min-width: 768px) {
  #sct_gld02 .blockContent {
    align-items: center;
  }
  #sct_gld02 .blockContent p {
    letter-spacing: -1px;
  }
  #sct_gld02 .ingLineHeading{
    border-bottom: 0;
  }

  #sct_pos01 .ingLineHeading{
    letter-spacing: -1.5px;
  }
}


@media screen and (max-width: 767px) {
  .ingPosture{
    padding: 0 20px !important;
  }
  .blockContent {
    flex-direction: column;
  }
  .ingFunction .anchor_list{
    margin: 0 auto 20px;
  }
  .PostureImg{
  }
  .PostureImg img{
  }
  .PostureImgCpt{
    display: flex;
    margin: 0 -10px;
    flex-direction: column;
  }
  .PostureImgCpt div{
    position: relative;
    margin: 10px;
    border: 1px solid #000;
    padding: 10px;
    padding-left: 30px;
    font-size: 12px;
  }
  .PostureImgCpt div span{
    position: absolute;
    left: 12px;
  }
  .ingBlockHeading{
    font-size: 18px !important;
    margin-bottom: 30px;
    
  }
  .ingBlockHeading+.ingLead{
    text-align: left;
    font-size: 14px !important;
    margin-bottom: 40px !important;
    margin-top: 0 !important;
  }
  #sct_gld01 .ingLineHeading,
  #sct_gld03 .ingLineHeading,
  #sct_gld04 .ingLineHeading{
    margin-top: 20px;
  }
  .ingPostureBlock{
    width: 100% !important;
    margin: 0;
    margin-bottom: 40px !important;
    padding: 0 !important;
  }
  .PostureBlockImg {
    position: relative;
    top: auto;
    left: auto;
    text-align: center;
  }
  .PostureBlockImg img {
    margin: auto;
  }
  .ingFunctionBlock p,
  .ingPostureBlock p{
    margin-bottom: 0 !important;
  }
  
  
  .about_accordion .accordion_one:last-child{
    margin-bottom: -20px;
  }
  .about_accordion .accordion_one:last-child{
    margin-bottom: -20px;
  }
  .ingFunction .anchor_list {
    flex-direction: column;
  }
  .ingFunction .anchor_list li{
    margin: 10px 0;
  }
  #ingContents .ingFunction .ingGlideBlock{
    margin-bottom: 40px !important;
  }
  #ingContents .ingFunction .ingFunctionMv {
    margin-bottom: 30px;
  }
  #sct_fnc01 .ingLineHeading,
  #sct_fnc02 .ingLineHeading,
  #sct_fnc03 .ingLineHeading,
  #sct_fnc04 .ingLineHeading,
  #sct_fnc05 .ingLineHeading,
  #sct_fnc06 .ingLineHeading{
    position: relative;
    padding: 20px;
  }
  #sct_fnc01 .ingLineHeading span,
  #sct_fnc02 .ingLineHeading span,
  #sct_fnc03 .ingLineHeading span,
  #sct_fnc04 .ingLineHeading span,
  #sct_fnc05 .ingLineHeading span,
  #sct_fnc06 .ingLineHeading span{
    position: absolute;
    left: 0;
  }
}


@media(min-height:945px) and (min-width:768px) {
  #ingContents .introduction .firstView {
    width: 1244px;
    height: 760px;
  }
}


/*  PRODUCT 要素追加
  ------------------------*/
#ingContents .ingLineup .ingLineupSizeList.type figcaption{
  text-align: left;
}
#ingContents .ingLineup .ingLineupSizeList.type li {
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 0;
}
#ingContents .ingLineup .ingLineupSizeList.type li img {
    width: 100%;
    height: auto;
}
#ingContents .ingLineup .ingLineupSizeList.type li strong {
    display: block;
    border-bottom: 1px solid #000;
}
#ingContents .ingLineup .ingLineupSizeList.type li p {
    text-indent: -10px;
    margin: 5px 0;
}
#ingContents .ingLineup .ingLineupSizeList.type li div span {
    font-size: 12px;
}
#ingContents .ingLineup .ingLineupSizeList.graph{
    margin-top: 20px;
}
#ingContents .ingLineup .ingLineupSizeList.graph li strong {
    display: block;
    margin-bottom: 15px;
    border-bottom: 2px dashed #000;
}
#ingContents .ingLineup .ingLineupSizeList.graph li p {
    margin-bottom: 10px;
}
#ingContents .ingLineup .ingLineupSizeList.graph li:nth-child(2){
    height: 250px;
}

@media (max-width: 767px) {
  #ingContents .ingLineup .ingLineupSizeList.type li {
    margin-bottom: 40px;
  }
  #ingContents .ingLineup .ingLineupSizeList.type li:nth-child(3) {
    margin-bottom: 0px;
  }
  #ingContents .ingLineup .ingLineupSizeList.type li:nth-child(3) p{
    height: 0;
  }
  #ingContents .ingLineup .ingLineupSizeList.graph{
    padding-bottom: 0px;
  }
  #ingContents .ingLineup .ingLineupSizeList.graph li:nth-child(1){
    margin-bottom: 20px;
  }
  #ingContents .ingLineup .ingLineupSizeList.graph li:nth-child(2){
    height: auto;
    margin-bottom: -10px;
  }
}

@media (min-width: 658px) {
  #ingContents .ingLineup .ingLineupSizeList.type li {
    width: 270px;
  }
  #ingContents .ingLineup .ingLineupSizeList.type li div {
    min-height: 140px;
  }
}

@media (min-width: 479px) {
  
  #ingContents .ingLineup .ingLineupSizeList.graph li:nth-child(1){
    margin-bottom: 30px;
  }
  
}


/*20210426MOD*/
#ingContents .ingVoice .bannerAreaVoice{
  text-align: center;
  margin-top: -30px;
}
@media (max-width: 658px) {
  
  #ingContents .ingVoice .bannerAreaVoice{
    margin-top: 30px;
  }
  
}


/*20211216MOD*/

.bgStyle01 {
  background: #9CE4B5 !important;
  border: 1px solid #9CE4B5 !important;
}
.bgStyle02 {
  background: #F1CB84 !important;
  border: 1px solid #F1CB84 !important;
}