@media screen and (max-width: 768px) {
  .toggleContainer {
    margin-top: 80px;
  }
  .toggleContainer.is-active .toggleTTL::after {
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
  }
  .toggleContainer.is-active .toggleContent {
    max-height: 9999px;
  }

  .toggleContent {
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    max-height: 0;
    overflow: hidden;
  }

  .toggleTTL {
    cursor: pointer;
    background: #eeeeee;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.4;
    padding: 10px 20px;
    position: relative;
  }
  .toggleTTL::before, .toggleTTL::after {
    content: '';
    display: block;
    width: 10px;
    height: 2px;
    background: #333333;
    position: absolute;
    webkit-transition: transform 0.4s ease,opacity 0.5s ease;
    -moz-transition: transform 0.4s ease,opacity 0.5s ease;
    -o-transition: transform 0.4s ease,opacity 0.5s ease;
    transition: transform 0.4s ease,opacity 0.5s ease;
  }
  .toggleTTL::before {
    top: 50%;
    right: 20px;
  }
  .toggleTTL::after {
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    top: 50%;
    right: 20px;
  }
}
@media screen and (min-width: 769px) {
  .toggleContainer {
    margin-top: 80px;
  }
  .toggleContainer.toggleSP {
    pointer-events: none;
  }
  .toggleContainer.toggleSP .toggleContent {
    max-height: 9999px;
    overflow: visible;
  }
  .toggleContainer + .annotationList {
    margin-top: 40px;
  }
  .toggleContainer.is-active .toggleTTL::after {
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
  }
  .toggleContainer.is-active .toggleContent {
    max-height: 9999px;
  }

  .toggleContent {
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    max-height: 0;
    overflow: hidden;
  }

  .toggleTTL {
    cursor: pointer;
    background: #eeeeee;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.7;
    padding: 15px 30px;
    position: relative;
  }
  .toggleTTL::before, .toggleTTL::after {
    content: '';
    display: block;
    width: 10px;
    height: 2px;
    background: #333333;
    position: absolute;
    webkit-transition: transform 0.4s ease,opacity 0.5s ease;
    -moz-transition: transform 0.4s ease,opacity 0.5s ease;
    -o-transition: transform 0.4s ease,opacity 0.5s ease;
    transition: transform 0.4s ease,opacity 0.5s ease;
  }
  .toggleTTL::before {
    top: 50%;
    right: 30px;
  }
  .toggleTTL::after {
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    top: 50%;
    right: 30px;
  }
}
@media screen and (min-width: 769px) {
  #massageaction .brandStepAnchor {
    display: block;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 80px;
    padding: 20px;
    background: #eeeeee;
  }
  #massageaction .brandStepAnchor > ul {
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  #massageaction .brandStepAnchor > ul > li {
    font-weight: 700;
    margin-right: 40px;
  }
  #massageaction .IntroductionTitle {
    margin-bottom: 40px;
    font-size: 2.6rem;
    font-weight: bold;
  }
  #massageaction .IntroductionText {
    margin-bottom: 80px;
    font-size: 1.6rem;
    line-height: 1.7;
  }
  #massageaction .sp_break {
    display: none;
  }
  #massageaction p {
    font-size: 1.4rem;
    line-height: 1.7;
  }
  #massageaction .MainInner {
    width: 1200px;
    margin: 0 auto;
  }
  #massageaction .SectionTitle {
    margin-bottom: 80px;
    font-size: 2.6rem;
    font-weight: bold;
  }
  #massageaction .StepHeader {
    margin-bottom: 40px;
    font-size: 2.2rem;
    font-weight: bold;
  }
  #massageaction .SectionTitle .caution,
  #massageaction .StepHeader .caution {
    font-size: 12px;
    margin-top: 20px;
    font-weight: normal;
    display: block;
  }
  #massageaction .Tag {
    display: flex;
    margin-bottom: 20px;
  }
  #massageaction .Tag li {
    padding: 5px 20px;
    margin-right: 10px;
    background-color: #eeeeee;
    font-size: 13px;
  }
  #massageaction .Tag li img {
    width: 12px;
    margin-right: 3px;
    height: 12px;
    vertical-align: bottom;
  }
  #massageaction .FlowStep {
    margin-bottom: 80px;
  }
  #massageaction .FlowStep ol {
    display: flex;
    justify-content: flex-start;
    counter-reset: number 0;
  }
  #massageaction .FlowStep ol li {
    position: relative;
  }
  #massageaction .FlowStep ol li:after {
    counter-increment: number 1;
    content: counter(number);
    width: 40px;
    border-radius: 100%;
    height: 40px;
    top: 10px;
    left: 10px;
    font-size: 20px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #eee;
    position: absolute;
  }
  #massageaction .FlowStep ol li.col1 {
    width: 270px;
    margin-right: 40px;
  }
  #massageaction .FlowStep ol li:last-child {
    margin-right: 0px;
  }
  #massageaction .FlowStep ol li.col3 {
    width: 890px;
  }
  #massageaction .FlowStep ol li.col3 span {
    height: 100%;
    margin-right: 160px;
    display: inline-block;
    position: relative;
  }
  #massageaction .FlowStep ol + .caution {
    display: block;
    margin-top: 40px;
    font-size: 12px;
  }
  #massageaction .FlowStep ol li.col3 span:first-child:after {
    content: none;
  }
  #massageaction .FlowStep ol li.col3 span:after {
    content: "";
    position: absolute;
    width: 0;
    left: -80px;
    top: 80px;
    height: 0;
    border-style: solid;
    border-width: 10.5px 0 10.5px 12px;
    border-color: transparent transparent transparent #cccccc;
  }
  #massageaction .FlowStep ol li.col3 span:last-child {
    margin-right: 0;
  }
  #massageaction .FlowStep .FlowItemWrap {
    border: 1px solid #ccc;
    height: 270px;
    margin-bottom: 20px;
    padding: 45px;
    text-align: center;
  }
  #massageaction .eyeCream .FlowStep .FlowItemWrap {
    border: 1px solid #ccc;
    height: 270px;
    margin-bottom: 20px;
    padding: 30px;
    text-align: center;
  }
  #massageaction .FlowStep .FlowItemWrap img {
    height: 100%;
    object-fit: contain;
  }
  #massageaction .ItemContainer {
    width: 545px;
    display: flex;
    padding: 30px 0;
  }
  #massageaction .ItemContainer .TextBox {
    flex: 1 1 0;
    text-align: left;
  }
  #massageaction .ItemContainer .TextBox p {
    font-size: 14px;
  }
  #massageaction .ItemContainer .TextBox a {
    font-weight: bold;
    text-decoration: underline;
    margin-bottom: 20px;
    display: block;
  }
  #massageaction .ItemContainer .morning {
    background-image: url("../../../img/astalift/massage/icon_morning.svg");
  }
  #massageaction .ItemContainer .night {
    background-image: url("../../../img/astalift/massage/icon_night.svg");
  }
  #massageaction .ItemContainer i {
    background-size: 18px;
    display: inline-block;
    width: 18px;
    margin-bottom: 20px;
    height: 18px;
  }
  #massageaction .ItemContainer figure {
    width: 180px;
    height: 180px;
    margin-right: 40px;
  }
  #massageaction .ItemContainer figure img {
    width: 125px;
    height: 100%;
    display: block;
    margin: 0 auto;
    object-fit: contain;
  }
  #massageaction .Indication ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 30px;
    border: 3px solid #eee;
  }
  #massageaction .Indication ul li {
    border-bottom: 1px solid #ccc;
    position: relative;
    top: 1px;
  }
  #massageaction .Indication ul li:last-child {
    border-bottom: none;
  }
  #massageaction .Indication {
    margin-bottom: 100px;
  }
  #massageaction .Indication a {
    font-size: 1.6rem;
  }
  #massageaction .Indication dl {
    font-size: 1.6rem;
  }
  #massageaction .Indication dl dt {
    margin-bottom: 10px;
  }
  #massageaction .Indication dl dd {
    line-height: 1.5;
  }
  #massageaction .Indication .ProductName {
    margin-top: 20px;
    font-size: 1.2rem !important;
  }
  #massageaction .Indication .ItemTag {
    background: #eee;
    display: inline-block;
    margin-bottom: 20px;
    padding: 3px 10px;
    font-size: 1.2rem;
  }
  #massageaction .Indication .ItemTag + .ItemTag {
    margin-left: 10px;
  }
  #massageaction .btnWhite.small {
    width: 400px;
    margin: 0 auto 170px;
  }
}
@media screen and (max-width: 768px) {
  #massageaction .brandStepAnchor {
    display: block;
    margin: 0 auto 80px;
    padding: 20px;
    background: #eeeeee;
  }
  #massageaction .brandStepAnchor > ul {
    display: block;
  }
  #massageaction .brandStepAnchor > ul > li {
    font-weight: 700;
    margin-bottom: 20px;
  }
  #massageaction .brandStepAnchor > ul > li:nth-last-of-type(1) {
    margin-bottom: 0;
  }
  #massageaction .IntroductionTitle {
    margin-bottom: 40px;
    font-size: 2rem;
    font-weight: normal;
  }
  #massageaction p {
    font-size: 1.5rem;
    line-height: 1.4;
  }
  #massageaction .IntroductionText {
    margin-bottom: 80px;
  }
  #massageaction .MainInner {
    padding: 0 20px;
  }
  #massageaction .SectionTitle {
    margin-bottom: 50px;
    font-size: 2rem;
    font-weight: bold;
  }
  #massageaction .FlowStep + .StepHeader {
    margin-top: 40px;
  }
  #massageaction .StepHeader {
    margin-bottom: 40px;
    font-size: 1.8rem;
    font-weight: bold;
  }
  #massageaction .StepHeader .caution {
    font-weight: normal;
    font-size: 1.2rem;
    margin-top: 20px;
    display: block;
  }
  #massageaction .Tag {
    display: flex;
    margin-bottom: 20px;
  }
  #massageaction .Tag li {
    padding: 5px 10px;
    margin-right: 10px;
    background-color: #eeeeee;
    font-size: 13px;
  }
  #massageaction .Tag li img {
    width: 12px;
    margin-right: 3px;
    height: 12px;
    vertical-align: bottom;
  }
  #massageaction .FlowStep .FlowItemWrap {
    text-align: center;
    padding: 23px 20px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
  }
  #massageaction .FlowStep .FlowItemWrap + p {
    margin-bottom: 20px;
  }
  #massageaction .FlowStep .caution {
    display: block;
    margin-bottom: 30px;
    font-size: 12px;
  }
  #massageaction .FlowStep .col1 .FlowItemWrap {
    height: 165px;
  }
  #massageaction .FlowStep .FlowItemWrap img {
    height: 125px;
    object-fit: contain;
  }
  #massageaction .FlowStep .FlowItemWrap span {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 60px;
  }
  #massageaction .FlowStep .FlowItemWrap span:last-child {
    margin-bottom: 0;
  }
  #massageaction .FlowStep .FlowItemWrap span:last-child:after {
    content: none;
  }
  #massageaction .FlowStep .FlowItemWrap span:after {
    content: "";
    position: absolute;
    width: 0;
    left: 0;
    right: 0;
    bottom: -35px;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11px 10px 0 10px;
    border-color: #cccccc transparent transparent transparent;
  }
  #massageaction .FlowStep ol {
    justify-content: space-between;
    counter-reset: number 0;
  }
  #massageaction .FlowStep ol li {
    position: relative;
    margin-top: 40px;
  }
  #massageaction .FlowStep ol li:first-child {
    margin-top: 0px;
  }
  #massageaction .FlowStep ol li:after {
    counter-increment: number 1;
    content: counter(number);
    width: 40px;
    border-radius: 100%;
    height: 40px;
    top: 10px;
    left: 10px;
    font-size: 20px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #eee;
    position: absolute;
  }
  #massageaction .ItemContainer {
    display: flex;
    padding: 20px 0;
    width: 100%;
  }
  #massageaction .ItemContainer .TextBox {
    flex: 1 1 0;
    text-align: left;
  }
  #massageaction .ItemContainer .TextBox p {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
  #massageaction .ItemContainer .TextBox a {
    line-height: 1.4;
    font-weight: bold;
    text-decoration: underline;
    margin-bottom: 20px;
    display: block;
  }
  #massageaction .ItemContainer .morning {
    background-image: url("../../../img/astalift/massage/icon_morning.svg");
  }
  #massageaction .ItemContainer .night {
    background-image: url("../../../img/astalift/massage/icon_night.svg");
  }
  #massageaction .ItemContainer i {
    background-size: 18px;
    display: inline-block;
    width: 18px;
    margin-bottom: 20px;
    height: 18px;
  }
  #massageaction .ItemContainer figure {
    width: 100px;
    height: 100px;
    margin-right: 20px;
  }
  #massageaction .ItemContainer figure img {
    width: 125px;
    height: 100%;
    display: block;
    margin: 0 auto;
    object-fit: contain;
  }
  #massageaction .Indication ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 15px;
    border: 3px solid #eee;
  }
  #massageaction .Indication ul li {
    border-bottom: 1px solid #ccc;
  }
  #massageaction .Indication ul li:last-child {
    border-bottom: none;
  }
  #massageaction .Indication {
    margin-bottom: 100px;
  }
  #massageaction .Indication a {
    font-size: 15px;
  }
  #massageaction .Indication dl {
    font-size: 15px;
  }
  #massageaction .Indication dl dt {
    margin-bottom: 10px;
  }
  #massageaction .Indication dl dd {
    line-height: 1.5;
  }
  #massageaction .Indication .ProductName {
    margin-top: 20px;
    font-size: 12px !important;
  }
  #massageaction .Indication .ItemTag {
    background: #eee;
    display: inline-block;
    margin-bottom: 20px;
    padding: 3px 10px;
    font-size: 12px;
  }
  #massageaction .Indication .ItemTag + .ItemTag {
    margin-left: 10px;
  }
  #massageaction .SectionTitle .caution,
  #massageaction .StepHeader .caution {
    font-size: 12px;
    margin-top: 20px;
    font-weight: normal;
    display: block;
  }
}

/*# sourceMappingURL=massageaction.css.map */
