/**
 * Base
 */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
  margin: 0;
  padding: 0;
}

html {
  font-family: 'Noto Serif JP', serif;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
      text-size-adjust: 100%;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  font-size: inherit;
}

body {
  margin: 0;
  font-size: inherit;
}
body{
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
font-weight: bold !important;
}

[hidden] {
  display: none !important;
}

/**
  * HTML5 display definitions
  */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
  * Text-level semantic
  */
:active {
  outline: none;
}

a {
  color: inherit;
  background-color: transparent;
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0;
}

b,
strong {
  font-weight: bold;
}

small {
  font-size: 80%;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

p:last-child,
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin-bottom: 0;
}

/**
  * Embedded content
  */
img {
  max-width: 100%;
  height: auto;
  border-style: none;
  vertical-align: top;
}

svg:not(:root) {
  overflow: hidden;
}

/**
  * Grouping content
  */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style-position: inside;
  list-style: none;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 16px;
}

/**
  * Forms
  */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button,
input[type=submit] {
  padding: 0;
  overflow: visible;
  background: none;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
  border-radius: 0;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: none;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: inherit;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: inherit;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: inherit;
}

input::placeholder,
textarea::placeholder {
  color: inherit;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 6px 10px 12px;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

/**
  * Tables
  */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/**
  * Tables
  */
/**
 * Base
 */
/**
* COMPONENT
*/
.l-container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 50px;
}
.sect-ttl--jp{
  text-align: center;
  margin-bottom: 180px;
}
@media only screen and (max-width: 1200px) {
  .l-container {
    padding: 0 20px;
  }
}

.gotoListWrap {
  text-align: right;
  margin-top: 70px;
}

.gotoListWrap .gotoList {
  font-size: 14px;
  color: #454545;
  padding: 0 5px;
  text-decoration: underline;
  text-underline-offset: 10px;
  text-decoration-thickness: 1.5px;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.gotoListWrap .gotoList:hover {
  opacity: .7;
}

@media only screen and (max-width: 767px) {
  .gotoListWrap .gotoList {
    font-size: 18px;
  }
}

.c-btn01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 69px;
  font-weight: 500;
  color: #313131;
  border: 3px solid #1A1A53;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

/* .c-btn01:hover {
  background-color: #A594BE;
  color: #fff;
} */

.pc { display: inline !important;}
@media only screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
.sp {
  display: none;
}

@media only screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

p {
  font-weight: bold;
  color: #fff;
  line-height: 32px;
}

@media only screen and (max-width: 767px) {
  p {
    line-height: 26px;
  }
}

/**
* COMPONENT
*/
header {
  padding: 15px 0 15px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: #fff;
}

header .header-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1300px;
}

header .header-wrap__logo {
  width: 180px;
  margin: 0;
}

@media only screen and (max-width: 370px) {
  header .header-wrap__logo {
    width: 120px;
  }
}

header .header-wrap .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

header .header-wrap .nav--item:not(:last-child) {
  margin-right: 25px;
}

header .header-wrap .nav--item:nth-child(3) a img {
  width: 19px;
}

header .header-wrap .nav--link img {
  width: 30px;
}

.yoga2210 {
  margin-top: 63px;
  background-image:  url("../image/top/mainVisual/background.png");
  background-repeat:no-repeat;
  background-size:cover;
  background-size: 100%;
}

@media only screen and (max-width: 370px) {
  .yoga2210 {
    margin-top: 60px;
  }
}

.yoga2210 .mainVisual {
  position: relative;
  text-align: center;
}

.yoga2210 .mainVisual--floatTop {
  position: absolute;
  bottom: 0;
  left: 30px;
}

@media only screen and (max-width: 767px) {
  .yoga2210 .mainVisual--floatTop {
    left: 18px;
  }
}

.yoga2210 .mainVisual .inner {
  position: relative;
  width: 80%;
  margin: 0 auto;
  padding-top: 90px;
}

@media only screen and (max-width: 767px) {
  .yoga2210 .mainVisual .inner {
    width: calc(100% - 0px);
  }
}

.yoga2210 .mainVisual .inner .content {
  padding: 0 0 0 100px;
}

@media only screen and (max-width: 767px) {
  .yoga2210 .mainVisual .inner .content {
    padding: 0;
  }
}

.yoga2210 .mainVisual .inner .content--img-wrap {
  width: 100%;
  height: 570px;
  /* background-image: url(../image/top/mainVisual/img01.png); */
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  /* border-top-left-radius: 50px; */
}

@media only screen and (max-width: 767px) {
  .yoga2210 .mainVisual .inner .content--img-wrap {
    /* background-image: url(../image/top/mainVisual/img01_sp.png); */
    height: 520px;
    border-top-left-radius: 25px;
  }
}

.yoga2210 .mainVisual .inner .content--txt {
  width: 500px;
  position: absolute;
  top: 90px;
  left: 0;
  padding: 32px 50px 40px 50px;
  background: #edf2ff;
  background: -webkit-gradient(linear, left top, right top, from(#edf2ff), to(#f6edff00));
  background: linear-gradient(90deg, #edf2ff 0%, #f6edff00 100%);
}

@media only screen and (max-width: 767px) {
  .yoga2210 .mainVisual .inner .content--txt {
    width: 375px;
    top: 50px;
    left: -25px;
    padding: 42px 0 30px 35px;
  }
}

@media only screen and (max-width: 767px) {
  .yoga2210 .mainVisual .inner .content--txt {
    width: 90%;
  }
}

.yoga2210 .mainVisual .inner .content--txt h2 {
  font-size: 45px;
  font-weight: 500;
  letter-spacing: 11.835px;
  list-style: 54px;
  color: #603D71;
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .yoga2210 .mainVisual .inner .content--txt h2 {
    font-size: 35px;
    letter-spacing: 4.55px;
    line-height: 40px;
  }
}

.yoga2210 .mainVisual .inner .content--txt p {
  font-size: 21px;
  font-weight: 500;
  letter-spacing: 2.1px;
  line-height: 29px;
  color: #603D71;
}

@media only screen and (max-width: 767px) {
  .yoga2210 .mainVisual .inner .content--txt p {
    font-size: 15px;
    letter-spacing: 1.5px;
    line-height: 23px;
  }
}

.yoga2210 .concept {
  position: relative;
}

.yoga2210 .concept::before {
  content: "";
  display: block;
  width: 100%;
  height: 62%;
  /* background: #dfd3e8;
  background: -webkit-gradient(linear, left top, left bottom, from(#dfd3e8), to(white));
  background: linear-gradient(180deg, #dfd3e8 0%, white 100%); */
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}

/* .yoga2210 .concept::after {
  content: "";
  display: block;
  width: 100%;
  height: 120px;
  background-color: #fff;
  -webkit-clip-path: polygon(50% 100%, 100% 0%, 100% 100%, 0 100%, 0 0%);
          clip-path: polygon(50% 100%, 100% 0%, 100% 100%, 0 100%, 0 0%);
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 1;
} */

@media only screen and (max-width: 767px) {
  .yoga2210 .concept::after {
    height: 60px;
  }
}

.yoga2210 .concept .upper {
  padding: 88px 0 95px;
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .yoga2210 .concept .upper {
    padding: 0px 0 40px;
  }
}

/* .yoga2210 .concept .upper::before {
  content: "";
  display: block;
  width: 78%;
  height: 100%;
  background: #dfd3e8;
  background: -webkit-gradient(linear, left top, left bottom, from(#dfd3e8), to(white));
  background: linear-gradient(180deg, #dfd3e8 0%, white 100%);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
} */

@media only screen and (max-width: 767px) {
  .yoga2210 .concept .upper::before {
    width: 85%;
  }
}

.yoga2210 .concept .upper--content {
  text-align: center;
  position: relative;
  z-index: 10;
}

@media only screen and (max-width: 767px) {
  .yoga2210 .concept .upper--content {
    padding: 0 20px;
  }
}

.yoga2210 .concept .upper--content--ttl {
  font-size: 35px;
  font-weight: 500;
  color: #313131;
  margin-bottom: 33px;
}

@media only screen and (max-width: 767px) {
  .yoga2210 .concept .upper--content--ttl {
    font-size: 18px;
    margin-bottom: 18px;
  }
}

.yoga2210 .concept .upper--content--desc {
  font-size: 25px;
  font-weight: 400;
  line-height: 40px;
  color: #313131;
}

@media only screen and (max-width: 767px) {
  .yoga2210 .concept .upper--content--desc {
    font-size: 16px;
    line-height: 25px;
  }
}

.yoga2210 .concept .upper--scroll {
  position: absolute;
  top: 80px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

@media only screen and (max-width: 767px) {
  .yoga2210 .concept .upper--scroll {
    width: 1088px;
    top: 90px;
  }
}

.yoga2210 .concept .upper--scroll--text {
  width: 2190px;
}

@media only screen and (max-width: 767px) {
  .yoga2210 .concept .upper--scroll--text {
    width: 1088px;
  }
}

.yoga2210 .concept .inner {
  max-width: 1100px;
  position: relative;
  z-index: 10;
}

.yoga2210 .concept .inner .content {
  padding: 0 0 110px;
}

@media only screen and (max-width: 767px) {
  .yoga2210 .concept .inner .content {
    padding: 0 0 50px;
  }
}

.yoga2210 .concept .inner .content .sect-ttl {
  text-align: center;
  margin-bottom: 62px;
}

@media only screen and (max-width: 767px) {
  .yoga2210 .concept .inner .content .sect-ttl {
    margin-bottom: 52px;
  }
}

.yoga2210 .concept .inner .content .sect-ttl--en {
  margin-bottom: 6px;
  margin: 0 0 35px;
}

@media only screen and (max-width: 767px) {
  .yoga2210 .concept .inner .content .sect-ttl--en {
    margin: 0 0 25px;
  }
}

.yoga2210 .concept .inner .content .sect-ttl--jp {
  width: 100%;
  margin-top: 180px;
}

@media only screen and (max-width: 767px) {
  .yoga2210 .concept .inner .content .sect-ttl--jp {
    line-height: 25px;
  }
}

.yoga2210 .concept .inner .content--wrap--item {
  position: relative;
  margin-bottom: 45px;
}

@media only screen and (max-width: 767px) {
  .yoga2210 .concept .inner .content--wrap--item {
    margin-bottom: 30px;
  }
}

.yoga2210 .concept .inner .content--wrap--item__01 figure {
  width: 44.4%;
  border-top-right-radius: 80px;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .yoga2210 .concept .inner .content--wrap--item__01 figure {
    width: 90%;
    margin: 0 -20px 30px;
    border-top-right-radius: 40px;
  }
}

.yoga2210 .concept .inner .content--wrap--item__01 figure img {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .yoga2210 .concept .inner .content--wrap--item__01 .content--wrap--details {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 58%;
  }
}

.yoga2210 .concept .inner .content--wrap--item__02 figure {
  width: 71.5%;
  border-top-left-radius: 80px;
  margin: 0 0 0 auto;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .yoga2210 .concept .inner .content--wrap--item__02 figure {
    width: 100%;
    margin: 0 -20px 30px auto;
    border-top-left-radius: 40px;
    text-align: right;
  }
}

.yoga2210 .concept .inner .content--wrap--item__02 figure img {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .yoga2210 .concept .inner .content--wrap--item__02 .content--wrap--details {
    position: absolute;
    top: 90px;
    left: 0;
    width: 60%;
  }
}

.yoga2210 .concept .inner .content--wrap--item__03 figure {
  width: 60%;
  border-top-right-radius: 80px;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .yoga2210 .concept .inner .content--wrap--item__03 figure {
    width: 100%;
    margin: 0 -20px 30px;
    border-top-right-radius: 40px;
  }
}

.yoga2210 .concept .inner .content--wrap--item__03 figure img {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .yoga2210 .concept .inner .content--wrap--item__03 .content--wrap--details {
    position: absolute;
    top: 60px;
    right: 0;
    width: 55%;
  }
}

.yoga2210 .concept .inner .content--wrap--details {
  position: relative;
  padding: 32px 30px;
  background-color: rgba(255, 255, 255, 0.8);
}

@media only screen and (max-width: 767px) {
  .yoga2210 .concept .inner .content--wrap--details {
    padding: 25px 30px;
  }
}

.yoga2210 .concept .inner .content--wrap--details--before, .yoga2210 .concept .inner .content--wrap--details--after {
  display: block;
  width: 60px;
  height: 60px;
  background: #9875af;
  background: linear-gradient(105deg, #c498c0 0%, #9875af 100%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 5%, 5% 5%, 5% 32%, 5% 100%, 0 100%, 0% 30%);
          clip-path: polygon(0 0, 100% 0, 100% 5%, 5% 5%, 5% 32%, 5% 100%, 0 100%, 0% 30%);
}

@media only screen and (max-width: 767px) {
  .yoga2210 .concept .inner .content--wrap--details--before, .yoga2210 .concept .inner .content--wrap--details--after {
    width: 50px;
    height: 50px;
  }
}

.yoga2210 .concept .inner .content--wrap--details--before {
  position: absolute;
  top: 0;
  left: 0;
}

.yoga2210 .concept .inner .content--wrap--details--after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  position: absolute;
  bottom: 0;
  right: 0;
}

.yoga2210 .concept .inner .content--wrap--details p {
  position: relative;
  z-index: 1;
}

.yoga2210 .concept .inner .content--wrap--details p span {
  font-weight: 900;
  color: #7C52BB;
}

.yoga2210 .recommended_hotel {
  padding: 140px 0 148px;
}

@media only screen and (max-width: 767px) {
  .yoga2210 .recommended_hotel {
    padding: 100px 0 95px;
  }
}

.yoga2210 .recommended_hotel .inner {
  max-width: 1300px;
}

.yoga2210 .recommended_hotel .inner .content-linear {
  /* background: #9875af;
  background: -webkit-gradient(linear, left top, right top, from(#9875af), to(#c498c0));
  background: linear-gradient(90deg, #9875af 0%, #c498c0 100%);
  padding: 10px;
  border-radius: 40px;
  position: relative; */
}

@media only screen and (max-width: 767px) {
  .yoga2210 .recommended_hotel .inner .content-linear {
    padding: 4px;
    border-radius: 16px;
  }
}

.yoga2210 .recommended_hotel .inner .content-linear .content {

}

@media only screen and (max-width: 767px) {
  .yoga2210 .recommended_hotel .inner .content-linear .content {
    border-radius: 16px;
  }
}

.yoga2210 .recommended_hotel .inner .content-linear .content--ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 380px;
  height: 65px;
  font-size: 20px;
  font-weight: 900;
  color: #fff;
  letter-spacing: 2px;
  background: #9875af;
  background: -webkit-gradient(linear, left top, right top, from(#9875af), to(#c498c0));
  background: linear-gradient(90deg, #9875af 0%, #c498c0 100%);
  position: absolute;
  top: -30px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

@media only screen and (max-width: 767px) {
  .yoga2210 .recommended_hotel .inner .content-linear .content--ttl {
    width: 240px;
    height: 40px;
    top: -19px;
  }
}

.yoga2210 .recommended_hotel .inner .content-linear .content--row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 100px 40px 25px;
}

@media only screen and (max-width: 767px) {
  .yoga2210 .recommended_hotel .inner .content-linear .content--row {
    padding: 50px 20px 45px;
  }
}

.yoga2210 .recommended_hotel .inner .content-linear .content--row__col {
  margin: 0 10px 50px;
}

@media only screen and (max-width: 600px) {
  .yoga2210 .recommended_hotel .inner .content-linear .content--row__col {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 50px;
  }
  .yoga2210 .recommended_hotel .inner .content-linear .content--row__col:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin: 0 0 5px;
  }
  .yoga2210 .recommended_hotel .inner .content-linear .content--row__col:nth-child(even) figure {
    margin-left: 15px;
  }
  .yoga2210 .recommended_hotel .inner .content-linear .content--row__col:nth-child(odd) {
    margin: 0 0 5px;
  }
  .yoga2210 .recommended_hotel .inner .content-linear .content--row__col:nth-child(odd) figure {
    margin-right: 15px;
  }
}

@media only screen and (max-width: 425px) {
  .yoga2210 .recommended_hotel .inner .content-linear .content--row figure {
    width: 35%;
  }
}

.yoga2210 .recommended_hotel .inner .content-linear .content--row figure img {
  width: 193px;
}

@media only screen and (max-width: 600px) {
  .yoga2210 .recommended_hotel .inner .content-linear .content--row figure img {
    width: 130px;
  }
}

@media only screen and (max-width: 425px) {
  .yoga2210 .recommended_hotel .inner .content-linear .content--row figure img {
    width: 100%;
  }
}

.yoga2210 .recommended_hotel .inner .content-linear .content--row p {
  font-weight: 900;
  text-align: center;
  line-height: 24px;
  color: #313131;
  margin-top: 15px;
}

@media only screen and (max-width: 600px) {
  .yoga2210 .recommended_hotel .inner .content-linear .content--row p {
    font-size: 15px;
    line-height: 20px;
    text-align: left;
    margin-top: 0;
  }
}

.yoga2210 .recovery_yoga {
  padding: 0 0 160px;
}

@media only screen and (max-width: 767px) {
  .yoga2210 .recovery_yoga {
    padding: 0 0 120px;
  }
}

.yoga2210 .recovery_yoga .inner {
  max-width: 1100px;
}

.yoga2210 .recovery_yoga .inner .content--ttl {
  font-weight: 500;
  font-size: 30px;
  text-align: center;
  color: #7A4FBA;
  margin-bottom: 45px;
}

@media only screen and (max-width: 767px) {
  .yoga2210 .recovery_yoga .inner .content--ttl {
    font-size: 20px;
    margin-bottom: 35px;
  }
}

.yoga2210 .recovery_yoga .inner .content--ttl span {
  color: #313131;
}

.yoga2210 .recovery_yoga .inner .content--row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.yoga2210 .recovery_yoga .inner .content--row__col:first-child {
  width: 45%;
  padding-right: 20px;
}

@media only screen and (max-width: 767px) {
  .yoga2210 .recovery_yoga .inner .content--row__col:first-child {
    width: 100%;
    padding-right: 0;
    margin-bottom: 43px;
  }
}

.yoga2210 .recovery_yoga .inner .content--row__col:last-child {
  width: 55%;
}

@media only screen and (max-width: 767px) {
  .yoga2210 .recovery_yoga .inner .content--row__col:last-child {
    width: 100%;
  }
  .yoga2210 .recovery_yoga .inner .content--row__col:last-child img {
    width: 100%;
  }
}

.yoga2210 .recovery_yoga .inner .content--row__col .txt01 {
  font-weight: 900;
  font-size: 20px;
  color: #7A4FBA;
  text-align: center;
  margin-bottom: 22px;
}

@media only screen and (max-width: 767px) {
  .yoga2210 .recovery_yoga .inner .content--row__col .txt01 {
    font-size: 15px;
    margin-bottom: 10px;
  }
}

.yoga2210 .recovery_yoga .inner .content--row__col .txt02 span {
  font-size: 14px;
}

.yoga2210 .feature {
  padding: 0 0 350px;
}

@media only screen and (max-width: 767px) {
  .yoga2210 .feature {
    padding: 0 0 90px;
  }
}

.yoga2210 .feature .inner {
  max-width: 1300px;
}

.yoga2210 .feature .inner .content .sect-ttl {
  text-align: center;
}

.yoga2210 .feature .inner .content .sect-ttl--en {
  margin-bottom: 6px;
}

.yoga2210 .feature .inner .content .sect-ttl--jp {
  font-size: 20px;
}

.yoga2210 .feature .inner .content .features-wrap {
  margin-top: 100px;
}

@media only screen and (max-width: 767px) {
  .yoga2210 .feature .inner .content .features-wrap {
    margin-top: 40px;
  }
}

.yoga2210 .feature .inner .content .features-wrap--row01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 141px;
}

@media only screen and (max-width: 767px) {
  .yoga2210 .feature .inner .content .features-wrap--row01 {
    margin-bottom: 69px;
  }
}

.yoga2210 .feature .inner .content .features-wrap--row01--col {
  width: 48%;
  padding-left: 20px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .yoga2210 .feature .inner .content .features-wrap--row01--col {
    width: 100%;
    padding-left: 0;
  }
  .yoga2210 .feature .inner .content .features-wrap--row01--col:first-child {
    margin-bottom: 69px;
  }
}

.yoga2210 .feature .inner .content .features-wrap--row01--col .features-wrap--ttl {
  text-align: center;
}

.yoga2210 .feature .inner .content .features-wrap--row02 {
  position: relative;
  padding-left: 20px;
  margin-bottom: 141px;
}

@media only screen and (max-width: 767px) {
  .yoga2210 .feature .inner .content .features-wrap--row02 {
    padding-left: 0;
    margin-bottom: 69px;
  }
}

.yoga2210 .feature .inner .content .features-wrap--row02 figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.yoga2210 .feature .inner .content .features-wrap--row02 figure img {
  width: 50% !important;
}

@media only screen and (max-width: 767px) {
  .yoga2210 .feature .inner .content .features-wrap--row02 figure img {
    width: 100% !important;
  }
}

.yoga2210 .feature .inner .content .features-wrap--row02 .features-wrap--ttl {
  width: calc(100% - 200px);
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 767px) {
  .yoga2210 .feature .inner .content .features-wrap--row02 .features-wrap--ttl {
    width: 100%;
  }
}

.yoga2210 .feature .inner .content .features-wrap--row02 .features-wrap--desc {
  width: calc(100% - 200px);
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 767px) {
  .yoga2210 .feature .inner .content .features-wrap--row02 .features-wrap--desc {
    width: 100%;
  }
}

.yoga2210 .feature .inner .content .features-wrap--row03 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 767px) {
  .yoga2210 .feature .inner .content .features-wrap--row03 {
    padding-left: 0;
  }
}

.yoga2210 .feature .inner .content .features-wrap--row03 figure {
  width: 46%;
}

@media only screen and (max-width: 767px) {
  .yoga2210 .feature .inner .content .features-wrap--row03 figure {
    width: 100%;
  }
}

.yoga2210 .feature .inner .content .features-wrap--row03--left {
  width: 54%;
  padding-right: 50px;
}

@media only screen and (max-width: 767px) {
  .yoga2210 .feature .inner .content .features-wrap--row03--left {
    width: 100%;
    padding-left: 0;
  }
}

.yoga2210 .feature .inner .content .features-wrap--row03--left .features-wrap--ttl {
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  .yoga2210 .feature .inner .content .features-wrap figure {
    width: calc(100% - 60px);
    margin: 0 auto;
  }
}

.yoga2210 .feature .inner .content .features-wrap figure img {
  width: 100%;
}

.yoga2210 .feature .inner .content .features-wrap--ttl {
  width: 100%;
  margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
  .yoga2210 .feature .inner .content .features-wrap--ttl {
    margin-bottom: 11px !important;
    margin-top: 39px !important;
    text-align: center;
  }
}

.yoga2210 .feature .inner .content .features-wrap--floatTop {
  position: absolute;
  top: -40px;
  left: 0;
}

@media only screen and (max-width: 767px) {
  .yoga2210 .feature .inner .content .features-wrap--floatTop {
    top: -20px;
    left: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .yoga2210 .feature .inner .content .features-wrap--floatTop img {
    width: 35px;
  }
}

.yoga2210 .product {
  padding: 0 0 135px;
}

@media only screen and (max-width: 767px) {
  .yoga2210 .product {
    padding: 0 0 40px;
  }
}

.yoga2210 .product .inner .content--ttl {
  font-size: 30px;
  font-weight: 400;
  color: #7A4FBA;
  text-align: center;
  margin-bottom: 120px;
}

@media only screen and (max-width: 767px) {
  .yoga2210 .product .inner .content--ttl {
    font-size: 28px;
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .yoga2210 .product .inner .content .product-wrap {
    padding: 0 20px;
  }
}

.yoga2210 .product .inner .content .product-wrap .product-upper {
  max-width: 540px;
  margin: 0 auto 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
  .yoga2210 .product .inner .content .product-wrap .product-upper {
    margin: 0 auto;
  }
}

.yoga2210 .product .inner .content .product-wrap .product-upper--item {
  width: 100%;
  text-align: center;
  margin-bottom: 96px;
}

@media only screen and (max-width: 767px) {
  .yoga2210 .product .inner .content .product-wrap .product-upper--item {
    margin-bottom: 56px;
  }
}

.yoga2210 .product .inner .content .product-wrap .product-lower {
  max-width: 810px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
  .yoga2210 .product .inner .content .product-wrap .product-lower {
    max-width: 540px;
  }
}

.yoga2210 .product .inner .content .product-wrap .product-lower--item {
  width: calc(100% / 3);
  text-align: center;
  margin-bottom: 96px;
}

@media only screen and (max-width: 767px) {
  .yoga2210 .product .inner .content .product-wrap .product-lower--item {
    margin-bottom: 56px;
    width: 50%;
  }
}

.yoga2210 .product .inner .content .product-wrap figure {
  margin-bottom: 18px;
}

.yoga2210 .product .inner .content .product-wrap figure img {
  width: 100%;
}

.yoga2210 .product .inner .content .product-wrap--name {
  font-size: 20px;
  line-height: 28px;
  color: #313131;
  margin-top: 35px;
margin-bottom: 40px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .yoga2210 .product .inner .content .product-wrap--name {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 3px;
  }
}

.yoga2210 .product .inner .content .product-wrap--color {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #313131;
  margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
  .yoga2210 .product .inner .content .product-wrap--color {
    font-size: 10px;
    line-height: 20px;
    margin-bottom: 5px;
  }
}

.yoga2210 .product .inner .content .product-wrap--info {
  margin-bottom: 28px;
}

@media only screen and (max-width: 767px) {
  .yoga2210 .product .inner .content .product-wrap--info {
    margin-bottom: 23px;
  }
}

.yoga2210 .product .inner .content .product-wrap--info__size {
  font-weight: 400;
  line-height: 24px;
  color: #313131;
}

@media only screen and (max-width: 767px) {
  .yoga2210 .product .inner .content .product-wrap--info__size {
    font-size: 12px;
    line-height: 20px;
  }
}

.yoga2210 .product .inner .content .product-wrap--info__price {
  font-weight: 400;
  line-height: 24px;
  color: #313131;
}

@media only screen and (max-width: 767px) {
  .yoga2210 .product .inner .content .product-wrap--info__price {
    font-size: 12px;
    line-height: 20px;
  }
}

.yoga2210 .product .inner .content .product-wrap .c-btn01 {
  max-width: 190px;
  height: 36px;
  margin: 0 auto;
  border: 1px solid #313131;
  font-size: 14px;
  color: inherit !important;
}

@media only screen and (max-width: 767px) {
  .yoga2210 .product .inner .content .product-wrap .c-btn01 {
    font-size: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .yoga2210 .product .inner .content .product-wrap .c-btn01 {
    max-width: 80%;
  }
}

/* .yoga2210 .product .inner .content .product-wrap .c-btn01:hover {
  border: 1px solid #A594BE;
} */

.yoga2210 .linear-bg {
  position: relative;
  padding: 0 0 140px;
}

@media only screen and (max-width: 767px) {
  .yoga2210 .linear-bg {
    padding: 16px 0 100px;
  }
}

.yoga2210 .linear-bg::before {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 50px);
  background: #f0e5f8;
  background: -webkit-gradient(linear, left top, left bottom, from(#f0e5f8), color-stop(70%, white));
  background: linear-gradient(180deg, #f0e5f8 0%, white 70%);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}

@media only screen and (max-width: 767px) {
  .yoga2210 .linear-bg::before {
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#f0e5f8), color-stop(50%, white));
    background: linear-gradient(180deg, #f0e5f8 0%, white 50%);
  }
}

.yoga2210 .linear-bg .message {
  position: relative;
  z-index: 1;
}

.yoga2210 .linear-bg .message .inner {
  max-width: 890px;
}

.yoga2210 .linear-bg .message .inner .content .teacher_message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.yoga2210 .linear-bg .message .inner .content .teacher_message--col:first-child {
  width: 33%;
}

@media only screen and (max-width: 767px) {
  .yoga2210 .linear-bg .message .inner .content .teacher_message--col:first-child {
    display: none;
  }
}

.yoga2210 .linear-bg .message .inner .content .teacher_message--col:last-child {
  width: 67%;
  padding-left: 40px;
}

@media only screen and (max-width: 767px) {
  .yoga2210 .linear-bg .message .inner .content .teacher_message--col:last-child {
    width: 100%;
    padding-left: 0;
  }
}

.yoga2210 .linear-bg .message .inner .content .teacher_message--ttl {
  margin-bottom: 22px;
}

@media only screen and (max-width: 767px) {
  .yoga2210 .linear-bg .message .inner .content .teacher_message--ttl {
    text-align: center;
    margin-bottom: 23px;
    margin-top: 14px;
  }
  .yoga2210 .linear-bg .message .inner .content .teacher_message--ttl img {
    width: 165px;
  }
}

.yoga2210 .linear-bg .message .inner .content .teacher_message--name {
  font-size: 20px;
  letter-spacing: 2px;
  margin-top: 18px;
}

@media only screen and (max-width: 767px) {
  .yoga2210 .linear-bg .message .inner .content .teacher_message--name {
    text-align: right;
    margin-top: 15px;
  }
}

.yoga2210 .linear-bg .message .inner .content--txt01 {
  margin-top: 38px;
}

@media only screen and (max-width: 767px) {
  .yoga2210 .linear-bg .message .inner .content--txt01 {
    margin-top: 18px;
  }
}

@media only screen and (max-width: 767px) {
  .yoga2210 .linear-bg .message .inner .content--txt01 img {
    width: 160px;
    float: left;
    margin: 0 10px 10px 0;
  }
}

@media only screen and (max-width: 600px) {
  .yoga2210 .linear-bg .message .inner .content--txt01 img {
    width: 30%;
  }
}

.yoga2210 .linear-bg .message .inner .content--txt01 p {
  font-size: 12px;
  letter-spacing: 0.48px;
  line-height: 22px;
}

.yoga2210 .linear-bg .online_event {
  position: relative;
  z-index: 1;
  padding: 70px 0 0;
}

.yoga2210 .linear-bg .online_event .inner {
  max-width: 1100px;
}

.yoga2210 .linear-bg .online_event .inner .content .box-wrap {
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 5px 5px 7px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 5px 5px 7px 0px rgba(0, 0, 0, 0.15);
  padding: 33px 80px 50px;
}

@media only screen and (max-width: 767px) {
  .yoga2210 .linear-bg .online_event .inner .content .box-wrap {
    padding: 30px 30px 54px;
  }
}

.yoga2210 .linear-bg .online_event .inner .content .box-wrap--floatTop {
  position: absolute;
  top: 40px;
  left: 35px;
}

@media only screen and (max-width: 767px) {
  .yoga2210 .linear-bg .online_event .inner .content .box-wrap--floatTop {
    top: 15px;
    left: 5px;
  }
}

.yoga2210 .linear-bg .online_event .inner .content .box-wrap--floatTop::before {
  content: "";
  display: block;
  width: 1px;
  height: 50px;
  background-color: #626262;
  position: absolute;
  top: -60px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

@media only screen and (max-width: 767px) {
  .yoga2210 .linear-bg .online_event .inner .content .box-wrap--floatTop::before {
    top: -30px;
    height: 25px;
  }
}

.yoga2210 .linear-bg .online_event .inner .content .box-wrap--ttl {
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 1.2;
  color: #7A4FBA;
  text-align: center;
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .yoga2210 .linear-bg .online_event .inner .content .box-wrap--ttl {
    line-height: 20px;
  }
}

.yoga2210 .linear-bg .online_event .inner .content .box-wrap--row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.yoga2210 .linear-bg .online_event .inner .content .box-wrap--row__col:first-child {
  width: 60%;
  padding-right: 25px;
}

@media only screen and (max-width: 767px) {
  .yoga2210 .linear-bg .online_event .inner .content .box-wrap--row__col:first-child {
    width: 100%;
    padding-right: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.yoga2210 .linear-bg .online_event .inner .content .box-wrap--row__col:last-child {
  width: 40%;
}

@media only screen and (max-width: 767px) {
  .yoga2210 .linear-bg .online_event .inner .content .box-wrap--row__col:last-child {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    text-align: center;
    margin-bottom: 19px;
  }
}

@media only screen and (max-width: 767px) {
  .yoga2210 .linear-bg .online_event .inner .content .box-wrap--row__col p {
    line-height: 26px;
  }
}

.yoga2210 .linear-bg .online_event .inner .content .box-wrap--row__col p .highlight {
  font-weight: 900;
  color: #7A4FBA;
}

.yoga2210 .linear-bg .online_event .inner .content .box-wrap--row__col p .sp_small {
  font-size: 14px;
}

.yoga2210 .linear-bg .online_event .inner .content .cta-wrap {
  margin-top: 66px;
}

.yoga2210 .linear-bg .online_event .inner .content .cta-wrap--ttl {
  font-weight: 500;
  line-height: 32px;
  color: #313131;
  text-align: center;
}

.yoga2210 .linear-bg .online_event .inner .content .cta-wrap--btn {
  max-width: 480px;
  margin: 26px auto 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .yoga2210 .linear-bg .online_event .inner .content .cta-wrap--btn {
    max-width: 300px;
    margin: 16px auto 25px;
  }
}

.yoga2210 .linear-bg .online_event .inner .content .cta-wrap--btn--item {
  width: 48%;
}

@media only screen and (max-width: 767px) {
  .yoga2210 .linear-bg .online_event .inner .content .cta-wrap--btn--item {
    width: 100%;
  }
  .yoga2210 .linear-bg .online_event .inner .content .cta-wrap--btn--item:first-child {
    margin-bottom: 30px;
  }
}

.yoga2210 .linear-bg .online_event .inner .content .cta-wrap--desc {
  text-align: center;
}

.yoga2210 .target_store {
  position: relative;
  z-index: 1;
  padding: 0 0 50px 0;
}

@media only screen and (max-width: 767px) {
  .yoga2210 .target_store {
    padding: 0 0 42px 0;
  }
}

.yoga2210 .target_store .content--ttl {
  font-size: 30px;
  color: #454545;
  text-align: center;
  margin-bottom: 80px;
}

@media only screen and (max-width: 767px) {
  .yoga2210 .target_store .content--ttl {
    font-size: 20px;
    margin-bottom: 60px;
  }
}

.yoga2210 .target_store .content .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.yoga2210 .target_store .content .row__col {
  width: 50%;
  padding: 0 20px 50px;
}

@media only screen and (max-width: 767px) {
  .yoga2210 .target_store .content .row__col {
    width: 100%;
    padding: 0;
  }
}

.yoga2210 .target_store .content .row__col:first-child {
  border-right: 1px solid #454545;
}

@media only screen and (max-width: 767px) {
  .yoga2210 .target_store .content .row__col:first-child {
    border-right: none;
    margin-bottom: 35px;
  }
}

.yoga2210 .target_store .content .row__col .l-store {
  list-style: none;
}

.yoga2210 .target_store .content .row__col .l-store--item {
  text-align: center;
}

.yoga2210 .target_store .content .row__col .l-store--item:not(:last-child) {
  margin-bottom: 65px;
}

@media only screen and (max-width: 767px) {
  .yoga2210 .target_store .content .row__col .l-store--item:not(:last-child) {
    margin-bottom: 35px;
  }
}

.yoga2210 .target_store .content .row__col .l-store--tab {
  font-size: 18px;
  color: #454545;
  position: relative;
  display: inline-block;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .yoga2210 .target_store .content .row__col .l-store--tab {
    font-size: 16px;
  }
}

.yoga2210 .target_store .content .row__col .l-store--content {
  padding: 25px 0 0;
}

@media only screen and (max-width: 767px) {
  .yoga2210 .target_store .content .row__col .l-store--content {
    padding: 15px 0 0;
  }
}

.yoga2210 .target_store .content .row__col .l-store--content--address {
  font-size: 15px;
  line-height: 35px;
  color: #454545;
}

@media only screen and (max-width: 767px) {
  .yoga2210 .target_store .content .row__col .l-store--content--address {
    font-size: 13px;
  }
}

.yoga2210 .target_store .content .row__col .l-store--content--address a {
  display: inline-block;
  line-height: 24px;
  text-decoration: underline;
  -webkit-text-decoration-color: #454545;
          text-decoration-color: #454545;
}

.yoga2210 .service {
  position: relative;
  z-index: 1;
  padding: 140px 0 0;
}

@media only screen and (max-width: 767px) {
  .yoga2210 .service {
    padding: 94px 0 0;
  }
}

.yoga2210 .service .inner {
  max-width: 970px;
}

.yoga2210 .service .inner .content--ttl {
  font-size: 30px;
  text-align: center;
  color: #1A1A53;
  margin-bottom: 55px;
}

@media only screen and (max-width: 767px) {
  .yoga2210 .service .inner .content--ttl {
    font-size: 21px;
    margin-bottom: 40px;
  }
}

.yoga2210 .service .inner .content--row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.yoga2210 .service .inner .content--row__col:first-child {
  width: 30%;
}

@media only screen and (max-width: 767px) {
  .yoga2210 .service .inner .content--row__col:first-child {
    width: 100%;
    text-align: center;
    margin-bottom: 35px;
  }
}

.yoga2210 .service .inner .content--row__col:first-child figure {
  margin: 0;
}

.yoga2210 .service .inner .content--row__col:last-child {
  width: 70%;
}

@media only screen and (max-width: 767px) {
  .yoga2210 .service .inner .content--row__col:last-child {
    width: 100%;
  }
}

.yoga2210 .service .inner .content--row__col:last-child .txt01 {
  font-size: 20px;
  color: #1A1A53;
  line-height: 30px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .yoga2210 .service .inner .content--row__col:last-child .txt01 {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 50px;
  }
}

.yoga2210 .service .inner .content--row__col:last-child .txt02 {
  font-size: 14px;
  line-height: 20px;
  color: #1A1A53;
}

@media only screen and (max-width: 767px) {
  .yoga2210 .service .inner .content--row__col:last-child .txt02 {
    font-size: 12px;
  }
}

.yoga2210 .service .inner .content--sns {
  margin-top: 150px;
}

@media only screen and (max-width: 767px) {
  .yoga2210 .service .inner .content--sns {
    margin-top: 100px;
  }
}

.yoga2210 .service .inner .content--sns__ttl {
  text-align: center;
  margin-bottom: 12px;
}

.yoga2210 .service .inner .content--sns__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.yoga2210 .service .inner .content--sns__icon a {
  margin: 0 8px;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.yoga2210 .service .inner .content--sns__icon a:hover {
  opacity: .7;
}

.yoga2210 .banner {
  position: relative;
  z-index: 1;
  padding: 230px 0 200px;
}

@media only screen and (max-width: 767px) {
  .yoga2210 .banner {
    padding: 60px 0 120px;
  }
}

.yoga2210 .banner .inner {
  max-width: 938px;
}

.yoga2210 .banner .inner .content a {
  display: block;
  margin: 0;
  -webkit-transition: .3s;
  transition: .3s;
  text-align: center;
}

.yoga2210 .banner .inner .content a:hover {
  opacity: .7;
}

footer {
  position: relative;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  background-color: #3C3F42;
  font-family: "M PLUS 1p",sans-serif;
  font-size: 12px;
  padding-bottom: 24px;
}

footer .menu__item__link {
  cursor: default;
  color: #fff !important;
}

footer a {
  color: #fff !important;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

footer a:hover {
  color: #686868;
}

footer .footsns {
  text-align: center;
  margin-top: 20px;
}

footer .footsns ul {
  list-style: none;
  text-align: center;
}

footer .footsns ul li {
  display: inline-block;
  width: 70px;
}

footer .footsns ul li:first-child {
  margin-left: 0;
}

footer .footsns ul li a i {
  font-size: 30px;
}

footer .container-fluid {
  max-width: 1300px;
  margin: 0 auto;
  padding: 40px 50px 0;
}

@media only screen and (max-width: 1000px) {
  footer .container-fluid {
    padding: 40px 20px 0;
  }
}

footer .container-fluid .footer_after {
  width: 450px;
  margin: 0 auto 0 auto;
}

@media only screen and (max-width: 768px) {
  footer .container-fluid .footer_after {
    width: 100%;
    margin: 0 auto;
  }
}

footer .container-fluid .footer_after .footer_logo {
  width: 160px;
  margin: 0 auto 10px;
}

@media only screen and (max-width: 768px) {
  footer .container-fluid .footer_after .footer_logo {
    text-align: center;
    margin: 1em auto;
  }
}

footer .container-fluid .footer_after .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer .container-fluid .footer_logo_area {
  margin-top: 30px;
  text-align: center;
  color: #fff;
}

footer .container-fluid .footer_logo_area .copyright {
  font-size: 1.2em;
}

footer .container-fluid .footer_logo_area .copyright small {
  color: #fff;
}
/*# sourceMappingURL=index.css.map */

/* add */
.custamer{
  width:60%;
  margin:0 auto;
margin-bottom:180px;
}
.concept-link{
  text-align: right;
  margin-top:50px;
}
.features-point{
  width:1010px;
  margin:80px auto;
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.point{
  width:40%;
}
.point2{
  width: 70% !important;
  margin-bottom:20px !important;
}
.point-img{
  width:35%;
}
.point-text{
  width:60%;
  text-align: center;
}
.features-wrap--desc{
  text-align:left !important;
}
.features-wrap--row03::after{
  content: "";
  border:solid 0.5px #fff !important;
  width: 1200px;
  margin-bottom: 180px;
  margin-top: 80px;
}
.features-wrap--row03.second::after{
  display: none;
}
@media screen and (max-width: 768px) {
  .yoga2210 {
    background-image: url("../image/top/mainVisual/background-sp.png");
    
  }
  .yoga2210 .mainVisual .inner {
    padding-top: 30px;
  }
.sect-ttl--jp img{
  margin: 0 auto;
}
.custamer {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 100px;
}
.yoga2210 .feature .inner .content .features-wrap--row03--left {
  width: 54%;
  padding-right: 0px;
}
.yoga2210 .feature .inner .content .features-wrap figure {
  margin-top: 30px;
}
.yoga2210 .feature .inner .content .features-wrap--ttl {
  margin-bottom: 11px !important;
  margin-top: 0px !important;
  text-align: center;
}
.features-point {
  width: 100%;
  margin: 30px auto;
  display: block;
}
.point {
  width: 100%;
  margin-bottom: 20px;
}
.point-text {
  width: 100%;
margin-bottom:30px;
}
.point-img {
  width: 85%;
  margin: 0 auto;
}
.point2 {
  width: 100% !important;
}
.yoga2210 .concept .inner .content .sect-ttl--jp {
  margin-top: 110px;
}
.yoga2210 .feature .inner .content .features-wrap--row03--left {
  width: 100%;
  margin-bottom:30px;
}
.yoga2210 .feature .inner .content .features-wrap figure {
  width: calc(100% - 0px);
  margin: 0 auto;
}
.features-point.second{
  display: flex;
  flex-direction: column-reverse;
}
.features-wrap--row03::after {
  content: "";
  border: solid 0.5px #fff !important;
  width: 1200px;
  margin-bottom: 40px;
  margin-top: 40px;
}
.content--ttl img{
  width:50%;
}
.yoga2210 .product .inner .content .product-wrap--name {
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 3px;
  margin-top: 5px;
}
.yoga2210 .product .inner .content .product-wrap .c-btn01 {
  max-width: 60%;
}
.sect-ttl--jp{
  text-align: center;
}
}