@charset "UTF-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;700&family=Noto+Sans+JP:wght@100..900&display=swap");
.white-wrap-right {
  margin-left: 65px;
  float: none;
}

.list-area-tag-wrap {
  height: 21px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: none;
  gap: 2px;
}

.list-area-tag {
  font-size: 8px;
  border: solid 1px #999;
  background: none;
  padding: 1px 2px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  margin-left: 0px;
  margin-right: 0px;
  white-space: nowrap;
}

div.nailist-icon-large,
div.list-nailist-icon,
div.comment-icon {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: auto 100%;
}

div.nailist-icon-large.portrait,
div.list-nailist-icon.portrait,
div.comment-icon.portrait {
  background-size: 100% auto;
}

div.comment-icon {
  width: 40px;
  height: 40px;
}

div.rank-star {
  position: relative;
  display: inline-block;
  font-weight: normal !important;
}

div.rank-star-front {
  display: block;
}

div.rank-star-front {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  overflow: hidden;
}

.radio-inline label, .radio-inline input[type="checkbox"] + label {
  font-weight: normal;
}

.checkbox > input[type=checkbox], input[type="checkbox"] + label > input[type=checkbox] {
  left: 0;
  margin-left: 0;
}

button.update-btn,
input[type=button].update-btn,
input[type=submit].update-btn {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  width: 100%;
  max-width: 280px;
  font-size: 16px;
  line-height: 1.8;
  color: #fff;
  display: block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
  text-decoration: none;
  margin: 0 auto 0;
  font-weight: 400;
  padding: 0 15px;
  height: 45px;
  border: solid 2px #808080;
  background: #808080;
}

button.update-btn:hover,
input[type=button].update-btn:hover,
input[type=submit].update-btn:hover {
  background: none;
  text-decoration: none;
  box-sizing: border-box;
  border: solid 2px #808080;
  color: #333;
}

input[type=file].upload-btn {
  display: none;
}

input[type=file].upload-btn + label:not(.btn) {
  max-width: 280px;
  font-size: 14px;
  line-height: 1.8;
  text-align: center;
  color: #666;
  display: block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
  text-decoration: none;
  font-weight: 400;
  padding: 10px 10px 10px;
  border: solid 2px #dfdfdf;
  background: #dfdfdf;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  cursor: pointer;
}

input[type=file].upload-btn + label:not(.btn):hover {
  background: none;
  text-decoration: none;
  box-sizing: border-box;
  border: solid 2px #dfdfdf;
  color: #333;
  color: #666;
}

.nail-plan-hand,
.nail-plan-foot,
.nail-option {
  position: relative;
}

.nail-plan-hand .btn-remove,
.nail-plan-hand .btn-undo,
.nail-plan-foot .btn-remove,
.nail-plan-foot .btn-undo,
.nail-option .btn-remove,
.nail-option .btn-undo {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  z-index: 11;
  padding: .4em .6em;
  cursor: pointer;
}

.nail-plan-hand .btn-undo,
.nail-plan-foot .btn-undo,
.nail-option .btn-undo {
  display: none;
}

.nail-plan-hand.deleted .btn-remove,
.nail-plan-foot.deleted .btn-remove,
.nail-option.deleted .btn-remove {
  display: none;
}

.nail-plan-hand.deleted .btn-undo,
.nail-plan-foot.deleted .btn-undo,
.nail-option.deleted .btn-undo {
  display: block;
}

.nail-plan-hand.deleted::after,
.nail-plan-foot.deleted::after,
.nail-option.deleted::after {
  content: '';
  display: block;
  position: absolute;
  top: -10px;
  right: -30px;
  bottom: -15px;
  left: -30px;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 10;
}

.nail-img-preview {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.nail-img-preview h4 {
  margin: 0;
}

.btn-img-clear,
.btn-img-remove,
.btn-img-undo {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  z-index: 11;
  padding: .4em .6em;
  cursor: pointer;
}

.btn-img-clear,
.btn-img-undo {
  display: none;
}

.deleted .btn-img-undo,
.has-file .btn-img-clear {
  display: block;
}

.has-file .btn-img-undo,
.has-file .btn-img-remove,
.deleted .btn-img-remove {
  display: none;
}

.nail-design-image.is-new-row .btn-img-remove,
.nail-design-image.is-new-row .btn-img-undo {
  display: none;
}

.deleted .nail-img-preview::after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(128, 128, 128, 0.6);
}

.message-thread-preview {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  font-style: italic;
}

.send-btn {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  max-width: 280px;
  font-size: 16px;
  line-height: 1.8;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
  text-decoration: none;
  font-weight: 400;
  padding: 0 30px;
  height: 38px;
  border: solid 2px #808080;
  background: #808080;
}

.send-btn:hover {
  background: none;
  text-decoration: none;
  box-sizing: border-box;
  border: solid 2px #808080;
  color: #333;
}

table.weekly_schedule td span {
  display: block;
  padding: 6px;
}

table.weekly_schedule td span.nailist-calendar {
  line-height: 18px;
}

.proceeds-month {
  background: #fff1f1;
  padding: 5px;
  border: solid 0px #ddd;
  border-top-width: 1px;
  border-bottom-width: 1px;
  text-align: center;
}

.proceeds-month a {
  margin: 0 10px;
  color: #666;
  cursor: pointer;
}

.table-proceeds {
  margin: 0;
}

tr.sat {
  color: #06c;
}

tr.sun {
  color: #c06;
}

.table.table-withdrawal tr:first-child th,
.table.table-withdrawal tr:first-child td {
  border: none;
}

@media (max-width: 480px) {
  .send-btn {
    display: block;
    width: 100%;
    margin: 0 auto;
    height: 40px;
  }
}

@media only screen and (max-width: 767.98px) {
  .nail-plan-hand.deleted::after,
.nail-plan-foot.deleted::after,
.nail-option.deleted::after {
    right: -15px;
    left: -15px;
  }
}

a.upload-btn2 {
  max-width: 280px;
  font-size: 14px;
  line-height: 1.8;
  text-align: center;
  color: #666;
  display: block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
  text-decoration: none;
  font-weight: 400;
  padding: 10px 10px 10px;
  border: solid 2px #dfdfdf;
  background: #fff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}

a.upload-btn2:hover {
  background: none;
  text-decoration: none;
  box-sizing: border-box;
  border: solid 2px #dfdfdf;
  background: #dfdfdf;
  color: #333;
  color: #666;
  color: #fff;
}

/* Reset
------------------------------------------------------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, input, textarea, p, blockquote, th, td, figure {
  margin: 0;
  padding: 0;
}

address, em, th {
  font-style: normal;
  font-weight: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  text-align: left;
}

hr, legend {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

img, fieldset {
  border: 0;
}

li {
  list-style-type: none;
}

/* フロート
------------------------------------------------------------*/
.float_l {
  float: left;
}

.float_r {
  float: right;
}

.clear {
  clear: both;
}

/* Body Html Fonts
------------------------------------------------------------*/
html {
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-size: 14px;
  background-color: #FFF;
}

@media screen and (max-width: 767px) {
  html {
    font-size: 13px;
  }
}

body {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  position: relative;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #333333;
  line-height: 1.8;
  font-feature-settings: "palt" 1;
  background-color: #F1FCFF;
  letter-spacing: 0.06em;
}

body.fixed {
  position: fixed;
}

body a {
  color: #00BDD7;
  text-decoration: none;
  transition: color 0.3s ease;
}

body a:hover {
  text-decoration: underline;
}

body a img {
  transition: opacity 0.3s ease;
  backface-visibility: hidden;
}

body a img:hover {
  opacity: 0.7;
}

body img, body picture {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

body iframe {
  vertical-align: top;
}

body .wrap {
  width: 1280px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

body ::selection {
  background: rgba(0, 189, 215, 0.2);
  /* Safari */
}

body ::-moz-selection {
  background: rgba(0, 189, 215, 0.2);
  /* Firefox */
}

/* header
------------------------------------------------------------*/
.navbar {
  background: #F1FCFF;
  border-bottom: none;
  padding-left: 50px;
  padding-right: 50px;
  z-index: 100;
}

.navbar:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 11px;
  background: url(../img/common/wave.svg) repeat-x center/auto 11px;
}

.navbar .container {
  width: 1360px;
  max-width: 100%;
  box-sizing: border-box;
  height: auto;
  padding: 0;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
}

.navbar-top {
  width: 100%;
  position: relative;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 8px 0;
}

.navbar-top:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  width: 100vw;
  height: 100%;
  transform: translateX(-50%);
  background: #FFF;
}

.navbar-top > a {
  position: relative;
  color: #666666;
  font-size: 14px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
}

.navbar-top > a:not(:last-child) {
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px solid #DBDBDB;
}

.navbar-header {
  float: initial;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-brand {
  padding: 0;
  margin: 0 !important;
  height: auto;
  img{
    width: 247px;
    height: auto;
  }
}

.navbar-collapse {
  width: 10px;
  -ms-flex: 1 0 auto;
  flex-grow: 1;
}

.navbar-nav {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 22px;
  padding-bottom: 22px;
  margin-right: 0;
}

.navbar-nav a:not(.btn) {
  color: #333333;
  margin-left: 32px;
  font-size: 15px;
  font-size: 1.0714285714rem;
  font-weight: 500;
  line-height: 1.3;
  display: block;
}

.navbar-nav a.btn {
  margin-left: 16px;
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
  .navbar {
    padding-left: 40px;
    padding-right: 40px;
  }
  .navbar-brand {
    width: 150px;
  }
  .navbar-nav {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar-nav a:not(.btn) {
    margin-left: 15px;
    font-size: 13px;
    font-size: 0.9285714286rem;
  }
  .navbar-nav a.btn {
    margin-left: 10px;
    font-size: 13px;
    font-size: 0.9285714286rem;
    width: 80px;
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    padding-left: 0;
    padding-right: 0;
  }
  .navbar:after {
    height: 8px;
    background-size: auto 100%;
  }
  .navbar-top {
    padding: 5px 10px;
    box-sizing: border-box;
  }
  .navbar-top > a {
    font-size: 11px;
    font-size: 0.7857142857rem;
  }
  .navbar-top > a:not(:last-child) {
    margin-right: 10px;
    padding-right: 10px;
  }
  .navbar-header {
    width: 100%;
  }
  .navbar-header h1 {
    width: 10px;
    -ms-flex: 1 0 auto;
    flex-grow: 1;
    text-align: center;
    padding-left: 50px;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 0;
  }
  .navbar-header h1 a {
    width: 120px;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggle {
    -webkit-box-original-group: 2;
    -ms-flex-order: 2;
    order: 2;
    width: 50px;
    height: 50px;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    flex-direction: column;
    margin: 0 !important;
    padding: 0;
  }
}

/* footer
------------------------------------------------------------*/
footer {
  background: #0B82A8;
  position: relative;
}

footer:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -11px;
  width: 100%;
  height: 11px;
  background: url(../img/common/wave-blue.svg) repeat-x center bottom;
  transform: rotate(180deg);
  transform-origin: center center;
}

footer .foot-inside {
  width: 1280px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

footer .foot-main {
  padding: 80px 50px 140px;
}

footer .foot-main .logo {
  color: #BEE7F4;
  font-size: 20px;
  font-size: 1.4285714286rem;
  font-weight: bold;
  text-align: center;
  img{
    width: 247px;
    height: auto;
  }
}

footer .foot-main .logo p {
  margin-bottom: 10px;
}

footer .foot-main nav {
  margin-left: auto;
  display: flex;
}

footer .foot-main nav ul {
  margin-left: 100px;
}

footer .foot-main nav ul li:not(:last-child) {
  margin-bottom: 15px;
}

footer .foot-main nav ul li a {
  color: #BEE7F4;
  font-size: 14px;
  font-size: 1rem;
  font-weight: bold;
}

footer .foot-bottom {
  background: #FFF;
  padding: 10px 50px;
}

footer .foot-bottom .copy {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: auto;
  font-family: "Barlow", sans-serif;
  font-size: 12px;
  font-size: 0.8571428571rem;
  color: #666666;
}

footer .foot-bottom ul {
  display: flex;
}

footer .foot-bottom ul li {
  font-size: 14px;
  font-size: 1rem;
  line-height: 1.2;
}

footer .foot-bottom ul li:not(:first-child) {
  border-left: 1px solid #DBDBDB;
  padding-left: 15px;
  margin-left: 15px;
}

footer .foot-bottom ul li a {
  color: #666666;
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
  footer .foot-main {
    padding-left: 40px;
    padding-right: 40px;
  }
  footer .foot-main .logo {
    font-size: 18px;
    font-size: 1.2857142857rem;
    max-width: 40%;
  }
  footer .foot-main nav ul {
    margin-left: 40px;
  }
  footer .foot-bottom {
    padding: 10px 40px;
  }
}

@media screen and (max-width: 767px) {
  footer:before {
    height: 8px;
    background-size: auto 100%;
    top: -8px;
  }
  footer .foot-inside {
    flex-wrap: wrap;
  }
  footer .foot-main {
    padding: 30px 20px 30px;
  }
  footer .foot-main .logo {
    width: 100%;
    font-size: 16px;
    font-size: 1.1428571429rem;
    margin-bottom: 20px;
  }
  footer .foot-main .logo img {
    width: 240px;
  }
  footer .foot-main nav {
    margin-left: auto;
    display: block;
    width: 100%;
  }
  footer .foot-main nav ul {
    margin-left: 0;
    margin-bottom: -10px;
  }
  footer .foot-main nav ul li {
    float: left;
    width: 50%;
    margin-bottom: 10px;
  }
  footer .foot-main nav ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  footer .foot-main nav ul li a {
    font-size: 13px;
    font-size: 0.9285714286rem;
  }
  footer .foot-bottom {
    padding: 10px 20px;
  }
  footer .foot-bottom .copy {
    -webkit-box-original-group: 2;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    text-align: center;
    font-size: 10px;
    font-size: 0.7142857143rem;
    margin-top: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  footer .foot-bottom ul {
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex: 1 0 auto;
    flex-grow: 1;
  }
  footer .foot-bottom ul li {
    font-size: 13px;
    font-size: 0.9285714286rem;
  }
  footer .foot-bottom ul li:not(:first-child) {
    padding-left: 10px;
    margin-left: 10px;
  }
}

/* mainimg
------------------------------------------------------------*/
#mainimg.top {
  background: #F1FCFF;
  overflow: hidden;
  padding-left: 50px;
  padding-right: 50px;
}

#mainimg.top .item-inside {
  width: 1280px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

#mainimg.top .item-hd {
  position: relative;
  padding-top: 13%;
  margin-right: -100px;
  z-index: 2;
  img{
    width: 60%;
    @media screen and (max-width: 1280px) {
      width: 100%;
    }
  }
}

#mainimg.top .item-img {
  @media screen and (max-width: 1280px) {
    position: relative !important;
    width: 45% !important;
    right: 100px !important;
    top: 0 !important;
  }
  -ms-flex: 1 0 auto;
  flex-grow: 1;
  position: absolute;
  top: 140px;
  right: 0;
  width: 100%;
  .slick-slide{
    img{
      margin-inline: auto 0;
    }
  }
}

#mainimg.top .item-search {
  width: 100%;
  position: relative;
  z-index: 2;
}

#mainimg.top .item-search h3 {
  color: #00BDD7;
  font-size: 20px;
  font-size: 1.4285714286rem;
  font-weight: bold;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

#mainimg.top .item-search h3:before, #mainimg.top .item-search h3:after {
  content: "";
  width: 2px;
  height: 20px;
  background: #00BDD7;
  margin-left: 20px;
  margin-right: 20px;
}

#mainimg.top .item-search h3:before {
  transform: rotate(-20deg);
  transform-origin: center center;
}

#mainimg.top .item-search h3:after {
  transform: rotate(20deg);
  transform-origin: center center;
}

#mainimg.top .item-search form {
  background: #FFF;
  border-radius: 10px;
  padding: 20px 50px;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#mainimg.top .item-search form > div:not(:last-child) {
  margin-right: 30px;
  width: 10px;
  -ms-flex: 1 0 auto;
  flex-grow: 1;
}

#mainimg.top .item-search form > div select, #mainimg.top .item-search form > div .datepicker {
  border: none;
  border-bottom: 1px solid #666666;
  border-radius: 0;
}

#mainimg.top .item-search form > div.v-search-wrap-btn {
  width: auto;
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
  #mainimg.top {
    padding-left: 40px;
    padding-right: 40px;
  }
  #mainimg.top .item-hd {
    padding-top: 5%;
    margin-right: -10%;
    max-width: 55%;
  }
  #mainimg.top .item-img {
    margin-right: -40px;
  }
  #mainimg.top .item-search {
    margin-top: 0;
  }
  #mainimg.top .item-search h3 {
    font-size: 18px;
    font-size: 1.2857142857rem;
    margin-bottom: 10px;
  }
  #mainimg.top .item-search form {
    padding: 20px;
  }
  #mainimg.top .item-search form > div:not(:last-child) {
    margin-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  #mainimg.top {
    padding: 20px;
  }
  #mainimg.top .item-hd {
    padding-top: 0;
    margin-right: 0;
    padding-right: 0;
    box-sizing: border-box;
    width: 100%;
  }
  #mainimg.top .item-img {
    width: calc(100% - 20px + 40px);
    margin-left: 20px;
    margin-right: -40px;
    margin-top: -12%;
  }
  #mainimg.top .item-search {
    margin-top: 0;
  }
  #mainimg.top .item-search h3 {
    font-size: 18px;
    font-size: 1.2857142857rem;
    margin-bottom: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #mainimg.top .item-search h3:before, #mainimg.top .item-search h3:after {
    margin-left: 10px;
    margin-right: 10px;
  }
  #mainimg.top .item-search form {
    padding: 20px;
    -webkit-box-orient: vertical;
    flex-direction: column;
  }
  #mainimg.top .item-search form > div:not(:last-child) {
    margin-right: 0;
    margin-bottom: 10px;
    width: 100%;
  }
  #mainimg.top .item-search form > div select, #mainimg.top .item-search form > div .datepicker {
    width: 100%;
  }
}

.container-fluid {
  box-sizing: border-box;
  background: #00BDD7 url(../img/common/bg.jpg) no-repeat center/cover;
  height: 240px;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: calc(100% - 50px * 2);
  max-width: 1280px;
  overflow: visible;
}

.container-fluid:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  width: 100vw;
  height: 100%;
  transform: translateX(-50%);
  background-image: url(../img/common/wave-bottom.svg), url(../img/common/bg.png);
  background-repeat: repeat-x, no-repeat;
  background-position: center bottom, center;
  background-size: auto 11px, cover;
}

.container-fluid > * {
  position: relative;
}

.container-fluid .page-title {
  color: #FFF;
  font-size: 32px;
  font-size: 2.2857142857rem;
  font-weight: bold;
}

.container-fluid .result-item-list {
  color: #FFF;
  margin-left: auto;
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
  .container-fluid {
    height: 200px;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 767px) {
  .container-fluid {
    width: 100%;
    height: 140px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .container-fluid:before {
    background-size: auto 8px / cover;
  }
  .container-fluid .page-title {
    font-size: 26px;
    font-size: 1.8571428571rem;
    text-align: left;
  }
}

.mm-page {
  z-index: initial;
}

#loader {
  min-width: 100%;
  min-height: 100%;
  left: 0;
  top: 0;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #F1FCFF url(../img/common/logo.png) no-repeat center/300px auto;
  margin: 0;
  z-index: 99999;
}

#loader .spinner {
  display: none;
}

/* main
------------------------------------------------------------*/
.content {
  padding-top: 168px;
}

.content .bg-color1 {
  background-color: #F1FCFF;
}

.content .container-fluid2 {
  padding: 80px 0;
  max-width: calc(100% - 50px * 2);
  width: 1280px;
}

.content .container-fluid2 > .row {
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
}

.content .container-fluid2 .blog-main {
  padding-left: 0;
  padding-right: 0;
  -webkit-box-original-group: 2;
  -ms-flex-order: 2;
  order: 2;
  width: 10px;
  -ms-flex: 1 0 auto;
  flex-grow: 1;
}

.content .container-fluid2 .sidebar {
  -webkit-box-original-group: 1;
  -ms-flex-order: 1;
  order: 1;
  margin-right: 80px;
  width: 360px;
  background: #FFF;
  border-radius: 10px;
  padding: 24px;
  box-sizing: border-box;
}

.content .container-fluid2 .sidebar h4 {
  font-size: 16px;
  font-size: 1.1428571429rem;
  font-weight: bold;
  padding: 0;
  border-bottom: none;
  margin-bottom: 20px;
}

.content .container-fluid2 .sidebar .mb30 {
  margin-bottom: 0;
}

.content .container-fluid2 .sidebar .side-menu-wrap {
  margin-bottom: 0;
  display: none;
}

.content .container-fluid2 .sidebar .side-menu-wrap:not(:last-child) {
  margin-bottom: 42px;
}

.content .container-fluid2 .sidebar .side-menu-wrap h4 {
  border-bottom: 1px solid #DBDBDB;
  padding-bottom: 16px;
  margin-bottom: 16px;
}

.content .container-fluid2 .sidebar .side-menu-wrap ul li {
  padding: 0;
}

.content .container-fluid2 .sidebar .side-menu-wrap ul li:not(:last-child) {
  margin-bottom: 16px;
}

.content .container-fluid2 .sidebar .side-menu-wrap ul li.current a {
  background-color: #D4F6FF;
}

.content .container-fluid2 .sidebar .side-menu-wrap ul li a {
  display: block;
  padding: 8px 12px;
  font-size: 16px;
  font-size: 1.1428571429rem;
  font-weight: bold;
  color: #333333;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.content .container-fluid2 .sidebar .side-menu-wrap ul li a i {
  display: none;
}

.content .container-fluid2 .sidebar .side-menu-wrap ul li a:hover {
  text-decoration: none;
  background-color: #D4F6FF;
}

.content .container-fluid2 .sidebar .search-wrap h5 {
  font-size: 13px;
  font-size: 0.9285714286rem;
  font-weight: 500;
  color: #999999;
  margin-bottom: 5px;
}

.content .container-fluid2 .sidebar .search-wrap h5:not(:first-child) {
  margin-top: 20px;
}

.content .container-fluid2 .sidebar .search-wrap .btn-block {
  margin-top: 32px;
}

.content .container-fluid2 .sidebar-wrap {
  margin-bottom: 0;
}

.content .content {
  width: 1280px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.content .wrapper {
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.content .slick-arrow {
  width: 60px;
  height: 60px;
  z-index: 2;
}

.content .slick-arrow:before {
  display: block;
  width: 100%;
  height: 100%;
  background: #D4F6FF url(../img/common/arrow-slide.svg) no-repeat center;
  border-radius: 50%;
  font-size: 0;
  transition: all 0.3s ease;
}

.content .slick-next {
  right: 20px;
}

.content .slick-prev {
  left: 20px;
}

.content .slick-prev:before {
  transform: rotate(180deg);
  transform-origin: center center;
}

.content #top-section, .content #top-information, .content #top-list, .content #top-category, .content #top-today {
  padding: 80px 50px;
  position: relative;
}

.content #top-today .slides {
  padding-left: 40px;
  padding-right: 40px;
  margin-bottom: 0;
}

.content #top-today .slides:not(:last-child) {
  margin-bottom: 40px;
}

.content #top-today .slides .therapist-item {
  margin-left: 20px;
  margin-right: 20px;
}

.content #top-category {
  color: #FFF;
}

.content #top-category:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  width: 100vw;
  height: 100%;
  transform: translateX(-50%);
  background-image: url(../img/common/wave.svg), url(../img/common/wave-bottom.svg), url(../img/common/bg.png);
  background-repeat: repeat-x, repeat-x, no-repeat;
  background-position: center top, center bottom, center;
  background-size: auto 11px, auto 11px, cover;
}

.content #top-category .heading-lv02 {
  color: #FFF;
}

.content #top-category .category-list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: -60px;
  margin-bottom: -30px;
  padding-left: 30px;
  padding-right: 30px;
}

.content #top-category .category-list li {
  margin-right: 60px;
  margin-bottom: 30px;
  width: calc(20% - 60px);
  text-align: center;
}

.content #top-category .category-list li a {
  display: flex;
  -webkit-box-orient: vertical;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.content #top-category .category-list li a:hover {
  text-decoration: none;
}

.content #top-category .category-list li a:hover .img img {
  transform: scale(1.1);
  transform-origin: center center;
}

.content #top-category .category-list li .img {
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 10px;
}

.content #top-category .category-list li .img img {
  transition: all 0.8s ease;
}

.content #top-category .category-list li .text {
  color: #FFF;
  font-size: 17px;
  font-size: 1.2142857143rem;
  font-weight: bold;
}

.content #top-information {
  padding-top: 20px;
}

.content #top-information .wrap {
  background-color: #FFF;
  display: flex;
  padding: 50px 80px;
  box-sizing: border-box;
  border-radius: 10px;
}

.content #top-information .item-hd {
  margin-right: 80px;
  font-size: 24px;
  font-size: 1.7142857143rem;
  font-weight: bold;
  line-height: 1.1;
}

.content #top-information .item-list, .content #top-information .form-block .item-list-text, .content .form-block #top-information .item-list-text {
  width: 10px;
  -ms-flex: 1 0 auto;
  flex-grow: 1;
}

.content #top-information .item-list li, .content #top-information .form-block .item-list-text li, .content .form-block #top-information .item-list-text li {
  display: flex;
  padding-bottom: 25px;
  border-bottom: 1px solid #DBDBDB;
}

.content #top-information .item-list li:not(:last-child), .content #top-information .form-block .item-list-text li:not(:last-child), .content .form-block #top-information .item-list-text li:not(:last-child) {
  margin-bottom: 25px;
}

.content #top-information .item-list li time, .content #top-information .form-block .item-list-text li time, .content .form-block #top-information .item-list-text li time {
  width: 100px;
  font-family: "Barlow", sans-serif;
  font-size: 14px;
  font-size: 1rem;
  font-weight: 500;
}

.content #top-information .item-list li .title, .content #top-information .form-block .item-list-text li .title, .content .form-block #top-information .item-list-text li .title {
  width: 10px;
  -ms-flex: 1 0 auto;
  flex-grow: 1;
  color: #333333;
  font-size: 14px;
  font-size: 1rem;
  font-weight: 500;
}

.content .therapist-item {
  position: relative;
}

.content .therapist-item .item-img {
  margin-bottom: 10px;
  overflow: hidden;
  border-radius: 10px;
  text-align: center;
}

.content .therapist-item .item-img img {
  transition: all 0.8s ease;
}

.content .therapist-item .item-img a {
  display: block;
  border-radius: 10px;
  overflow: hidden;
}

.content .therapist-item .item-img a:hover img {
  transform: scale(1.1);
  transform-origin: center center;
}

.content .therapist-item .item-text {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: -8px;
}

.content .therapist-item .item-text > * {
  margin-bottom: 8px;
}

.content .therapist-item .item-text .cat, .content .therapist-item .item-text .tag {
  margin-right: 5px;
}

.content .therapist-item .item-text a {
  position: relative;
  z-index: 3;
}

.content .therapist-item .item-text .name {
  font-size: 15px;
  font-size: 1.0714285714rem;
  font-weight: bold;
  width: 100%;
}

.content .therapist-item .item-text .name a {
  color: #333333;
}

.content .therapist-item .item-text .exerpt {
  font-size: 14px;
  font-size: 1rem;
  font-weight: normal;
  width: 100%;
  color: #333333;
}

.content .therapist-item .item-text .price {
  font-size: 16px;
  font-size: 1.1428571429rem;
  font-weight: bold;
  width: 100%;
}
.slick-list{
  padding-top: 20px !important;
}
.content .therapist-item .item-link {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  &.silver{
    &::before{
      position: absolute;
      content: "";
      display: block;
      background-image: url(../img/common/silver.png);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      top: -10px;
      right: -10px;
      width: 80px;
      height: 80px;
      z-index: 1;
      @media screen and (max-width: 1280px) {
        width: 50px;
        height: 50px;
      }
    }
  }
  &.gold{
    &::before{
      position: absolute;
      content: "";
      display: block;
      background-image: url(../img/common/gold.png);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      top: -10px;
      right: -10px;
      width: 80px;
      height: 80px;
      z-index: 1;
      @media screen and (max-width: 1280px) {
        width: 50px;
        height: 50px;
      }
    }
  }
  &.platinum{
    &::before{
      position: absolute;
      content: "";
      display: block;
      background-image: url(../img/common/platinum.png);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      top: -10px;
      right: -10px;
      width: 80px;
      height: 80px;
      z-index: 1;
      @media screen and (max-width: 1280px) {
        width: 50px;
        height: 50px;
      }
    }
  }
  &.diamond{
    &::before{
      position: absolute;
      content: "";
      display: block;
      background-image: url(../img/common/diamond.png);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      top: -10px;
      right: -10px;
      width: 80px;
      height: 80px;
      z-index: 1;
      @media screen and (max-width: 1280px) {
        width: 50px;
        height: 50px;
      }
    }
  }
}

.content .therapist-item .item-link:hover ~ .item-img img {
  transform: scale(1.1);
  transform-origin: center center;
}

.content .therapist-item .item-info {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
}

.content .therapist-item .item-info:not(:last-child) {
  border-bottom: 1px solid #DBDBDB;
  padding-bottom: 16px;
  margin-bottom: 16px;
}

.content .therapist-item .item-info .img {
  width: 120px;
  margin-right: 32px;
  overflow: hidden;
  border-radius: 50%;
}

.content .therapist-item .item-info .img img {
  width: 100%;
  height: auto;
  margin-right: 0;
  aspect-ratio: 1;
}

.content .therapist-item .item-info .right {
  width: 10px;
  -ms-flex: 1 0 auto;
  flex-grow: 1;
}

.content .therapist-item .item-info .right .name {
  font-size: 16px;
  font-size: 1.1428571429rem;
  font-weight: bold;
  line-height: 1.2;
}

.content .therapist-item .item-info .right .name:not(:last-child) {
  margin-bottom: 10px;
}

.content .therapist-item .item-info .comment {
  width: 100%;
  margin-top: 20px;
  background-color: #D4F6FF;
  border-radius: 16px;
  padding: 8px 16px;
  font-size: 12px;
  font-size: 0.8571428571rem;
  font-weight: 500;
  position: relative;
}

.content .therapist-item .item-info .comment:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 12px 10px;
  border-color: transparent transparent #D4F6FF transparent;
  position: absolute;
  left: 20px;
  top: -12px;
}

.content .therapist-item.border {
  border: 3px solid rgba(0, 189, 215, 0.2);
  border-radius: 40px;
  padding: 24px;
  box-sizing: border-box;
  background-color: #FFF;
}

.content .therapist-item.border .item-text .tag {
  background-color: #F3F5F6;
}

.content .therapist-list {
  display: flex;
  flex-wrap: wrap;
  padding-left: 60px;
  padding-right: 60px;
  margin-right: -40px;
  margin-bottom: -40px;
}

.content .therapist-list.column-02 {
  padding-left: 0;
  padding-right: 0;
  margin-right: -24px;
}

.content .therapist-list.column-02 li {
  width: calc(50% - 24px);
  margin-right: 24px;
}

.content .therapist-list.column-03 {
  padding-left: 0;
  padding-right: 0;
}

.content .therapist-list.column-03 li {
  width: calc(33.3333333333% - 40px);
}

.content .therapist-list:not(:last-child) {
  margin-bottom: 0;
}

.content .therapist-list li {
  margin-right: 40px;
  margin-bottom: 40px;
  width: calc(25% - 40px);
}

.content .therapist-list-block {
  display: flex;
  flex-wrap: wrap;
}

.content .therapist-list-block > .selectWrap {
  margin-left: auto;
  width: auto;
  margin-bottom: 40px;
}

.content .therapist-list-block > .selectWrap select {
  background-color: #FFF;
}

.content .therapist-list-block .therapist-list {
  width: 100%;
  -ms-flex: 1 0 auto;
  flex-grow: 1;
}

.content .therapist-detail .item-link {
  padding-left: 24px;
  padding-right: 24px;
}

.content .therapist-detail .item-link.user-detail-top_block {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.content .therapist-detail .item-link:not(:last-child) {
  margin-bottom: 40px;
}

.content .therapist-detail .item-img {
  text-align: center;
}

.content .therapist-detail .item-img img {
  display: inline;
  border-radius: 24px 24px 0 0;
}

.content .therapist-detail .item-img:not(:last-child) {
  margin-bottom: 8px;
}

.content .therapist-detail .item-box {
  border: 3px solid rgba(0, 189, 215, 0.2);
  padding: 32px 40px;
  background-color: #FFF;
}

.content .therapist-detail .item-section:not(:last-child) {
  margin-bottom: 40px;
}

.content .therapist-detail .item-profile {
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.content .therapist-detail .item-profile:not(:last-child) {
  margin-bottom: 24px;
}

.content .therapist-detail .item-profile .img {
  width: 120px;
  margin-right: 32px;
  overflow: hidden;
  border-radius: 50%;
}

.content .therapist-detail .item-profile .img img {
  width: 100%;
  height: auto;
  margin-right: 0;
  aspect-ratio: 1;
}

.content .therapist-detail .item-profile .right {
  width: 10px;
  -ms-flex: 1 0 auto;
  flex-grow: 1;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: -10px;
}

.content .therapist-detail .item-profile .right > * {
  margin-bottom: 10px;
}

.content .therapist-detail .item-profile .right .name {
  font-size: 16px;
  font-size: 1.1428571429rem;
  font-weight: bold;
  line-height: 1.2;
  margin-right: 12px;
}

.content .therapist-detail .item-profile .right .ig a {
  color: #E19965;
  display: block;
  background: url(../img/common/icon-ig.svg) no-repeat left center;
  padding-left: 20px;
  font-size: 11px;
  font-size: 0.7857142857rem;
  font-weight: bold;
  font-family: "Barlow", sans-serif;
}

.content .therapist-detail .item-profile .right .rank-block {
  width: 100%;
}

.content .therapist-detail .item-profile .right .gender {
  font-size: 11px;
  font-size: 0.7857142857rem;
  font-weight: normal;
  margin-right: 12px;
}

.content .therapist-detail .item-profile .right .gender span {
  font-size: 12px;
  font-size: 0.8571428571rem;
  font-weight: bold;
}

.content .therapist-detail .item-profile .right .tag {
  background-color: #F3F5F6;
  margin-right: 8px;
}

.content .therapist-detail .item-profile .comment {
  width: 100%;
  margin-top: 20px;
  background-color: #D4F6FF;
  border-radius: 16px;
  padding: 8px 16px;
  font-size: 12px;
  font-size: 0.8571428571rem;
  font-weight: 500;
  position: relative;
}

.content .therapist-detail .item-profile .comment:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 12px 10px;
  border-color: transparent transparent #D4F6FF transparent;
  position: absolute;
  left: 20px;
  top: -12px;
}

.content .therapist-detail .item-info {
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: -24px;
}

.content .therapist-detail .item-info > * {
  margin-bottom: 24px;
}

.content .therapist-detail .item-info dt {
  width: 100px;
  background: #F3F5F6;
  border-radius: 8px;
  text-align: center;
  font-size: 12px;
  font-size: 0.8571428571rem;
  font-weight: bold;
  color: #666666;
  margin-right: 16px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.content .therapist-detail .item-info dd {
  width: calc(100% - 100px - 16px);
  font-size: 12px;
  font-size: 0.8571428571rem;
  font-weight: 500;
}

.content .therapist-detail .item-info dd.full {
  width: 100%;
  margin-top: -8px;
}

.content .therapist-detail .item-info dd .service-list {
  display: flex;
  flex-wrap: wrap;
  margin-right: -8px;
  margin-bottom: -4px;
}

.content .therapist-detail .item-info dd .service-list > * {
  margin-right: 8px;
  margin-bottom: 4px;
}

.content .therapist-detail .item-info dd .time {
  font-size: 14px;
  font-size: 1rem;
  font-weight: 500;
}

.content .therapist-detail .item-info dd .area-list {
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: -4px;
  margin-right: -8px;
}

.content .therapist-detail .item-info dd .area-list > * {
  margin-right: 8px;
  margin-bottom: 4px;
}

.content .therapist-detail .item-info dd .area-list .area {
  border: 1px solid #E19965;
  font-size: 12px;
  font-size: 0.8571428571rem;
  border-radius: 8px;
  padding: 4px 8px;
  color: #E19965;
}

.content .therapist-detail .item-info dd .design-list {
  display: flex;
  flex-wrap: wrap;
  margin-right: -16px;
  margin-bottom: -24px;
}

.content .therapist-detail .item-info dd .design-list li {
  margin-right: 16px;
  margin-bottom: 24px;
  width: calc(25% - 16px);
}

.content .therapist-detail .item-info dd .design-list li img {
  border-radius: 8px;
  margin-bottom: 4px;
}

.content .therapist-detail .item-info dd .design-list li p {
  font-size: 11px;
  font-size: 0.7857142857rem;
  font-weight: normal;
  color: #666666;
}

.content .therapist-detail .item-price {
  font-size: 16px;
  font-size: 1.1428571429rem;
}

.content .therapist-detail .item-price:not(:last-child) {
  margin-bottom: 8px;
}

.content .therapist-detail .item-calendar .calendar-wrap {
  border: 5px solid #F3F5F6;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 0;
}

.content .therapist-detail .item-calendar .list_datenavi {
  border: none;
  background: #FFF;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 12px;
  font-family: "Barlow", sans-serif;
  font-size: 18px;
  font-size: 1.2857142857rem;
  font-weight: 500;
}

.content .therapist-detail .item-calendar .list_datenavi a {
  font-size: 14px;
  font-size: 1rem;
  font-weight: 500;
  color: #666666;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.content .therapist-detail .item-calendar .list_datenavi a:not(:last-child) {
  margin-right: auto;
}

.content .therapist-detail .item-calendar .list_datenavi a:not(:last-child):before {
  content: "";
  width: 8px;
  height: 14px;
  background: no-repeat center/auto;
  background-image: url(../img/common/arrow-link_gray.svg);
  margin-right: 10px;
  transform: rotate(180deg);
  transform-origin: center center;
}

.content .therapist-detail .item-calendar .list_datenavi a:not(:first-child) {
  margin-left: auto;
}

.content .therapist-detail .item-calendar .list_datenavi a:not(:first-child):after {
  content: "";
  width: 8px;
  height: 14px;
  background: no-repeat center/auto;
  background-image: url(../img/common/arrow-link_gray.svg);
  margin-left: 10px;
}

.content .therapist-detail .item-calendar .list_datenavi a i {
  display: none;
}

.content .therapist-detail .item-calendar .weekly_schedule {
  border: none;
}

.content .therapist-detail .item-calendar .weekly_schedule th, .content .therapist-detail .item-calendar .weekly_schedule td {
  border: 1px solid #F3F5F6;
}

.content .therapist-detail .item-calendar .weekly_schedule thead th {
  background-color: #FFF;
  font-family: "Barlow", sans-serif;
  font-size: 14px;
  font-size: 1rem;
  font-weight: 500;
  padding: 10px;
}

.content .therapist-detail .item-calendar .weekly_schedule thead th:nth-child(1) {
  font-size: 11px;
  font-size: 0.7857142857rem;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.content .therapist-detail .item-calendar .weekly_schedule thead th small {
  font-size: 11px;
  font-size: 0.7857142857rem;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.content .therapist-detail .item-calendar .weekly_schedule thead th.saturday {
  color: #048CEF;
}

.content .therapist-detail .item-calendar .weekly_schedule thead th.sunday {
  color: #E7072F;
}

.content .therapist-detail .item-calendar .weekly_schedule tbody th {
  font-family: "Barlow", sans-serif;
  font-size: 14px;
  font-size: 1rem;
  font-weight: 500;
  color: #666666;
  padding: 0 10px;
}

.content .therapist-detail .item-calendar .weekly_schedule tbody td {
  padding: 0;
}

.content .therapist-detail .item-calendar .weekly_schedule tbody td span, .content .therapist-detail .item-calendar .weekly_schedule tbody td a {
  padding: 15px 5px;
  line-height: 1;
  color: transparent;
}

.content .therapist-detail .item-calendar .weekly_schedule tbody td.open a {
  background: #F4BF99 url(../img/next/icon-circle.svg) no-repeat center;
  color: #FFF;
}

.content .therapist-detail .item-calendar .weekly_schedule tbody td.closed span {
  background: #D9D9D9 url(../img/next/icon-cross.svg) no-repeat center;
}

.content .therapist-detail .item-calendar .weekly_schedule tbody td.pass span {
  background: #F3F5F6 url(../img/next/icon-minus.svg) no-repeat center;
}

.content .pagenavi {
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex: 1 0 auto;
  flex-grow: 1;
}

.content .pagenavi > * {
  width: 28px;
  height: 28px;
  margin-left: 4px;
  margin-right: 4px;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "Barlow", sans-serif;
  font-size: 14px;
  font-size: 1rem;
  font-weight: bold;
  color: #999999;
  box-sizing: border-box;
  border-radius: 8px;
}

.content .pagenavi .current {
  border: 2px solid rgba(0, 189, 215, 0.4);
  color: #00BDD7;
}

.content .pagenavi .next, .content .pagenavi .prev {
  width: 40px;
  height: 40px;
  background: #D4F6FF url(../img/common/arrow-slide.svg) no-repeat center/auto 13px;
  border-radius: 50%;
  font-size: 0;
}

.content .pagenavi .prev {
  margin-right: 20px;
  transform: rotate(180deg);
  transform-origin: center center;
}

.content .pagenavi .next {
  margin-left: 20px;
}

.content .pagenavi span.next, .content .pagenavi span.prev {
  background-color: #F3F5F6;
  background-image: url(../img/common/arrow-slide_gray.svg);
}

.content .rank-star {
  font-size: 24px;
  font-size: 1.7142857143rem;
  margin: 0;
  line-height: 1;
  color: transparent;
  background: url(../img/common/star-off.svg) repeat-x left center/auto 100%;
}

.content .rank-star .rank-star-front {
  background: url(../img/common/star-on.svg) repeat-x left center/auto 100%;
}

.content .form-block .item-text {
  font-size: 16px;
  font-size: 1.1428571429rem;
  font-weight: normal;
}

.content .form-block .item-text strong {
  color: #00BDD7;
}

.content .form-block .item-text:not(:last-child) {
  margin-bottom: 16px;
}

.content .form-block .item-box {
  border: 3px solid rgba(0, 189, 215, 0.3);
  background: #FFF;
  padding: 32px;
  border-radius: 10px;
}

.content .form-block .item-box:not(:last-child) {
  margin-bottom: 32px;
}

.content .form-block .item-list:not(:last-child), .content .form-block .item-list-text:not(:last-child) {
  margin-bottom: 40px;
}

.content .form-block .item-list dt, .content .form-block .item-list-text dt {
  color: #999999;
  font-size: 13px;
  font-size: 0.9285714286rem;
  font-weight: 500;
  margin-bottom: 8px;
}

.content .form-block .item-list dt.required:after, .content .form-block .item-list-text dt.required:after {
  content: "必須";
  color: #E62C2C;
  background-color: #FFF;
  border: 1px solid #E62C2C;
  border-radius: 4px;
  padding: 3px 6px;
  margin-left: 6px;
  font-size: 10px;
  font-size: 0.7142857143rem;
  font-weight: 500;
}

.content .form-block .item-list dd textarea, .content .form-block .item-list-text dd textarea {
  height: 250px;
}

.content .form-block .item-list dd:not(:last-child), .content .form-block .item-list-text dd:not(:last-child) {
  margin-bottom: 24px;
}

.content .form-block .item-list dd > *:not(:last-child), .content .form-block .item-list-text dd > *:not(:last-child) {
  margin-bottom: 10px;
}

.content .form-block .item-section:not(:last-child) {
  margin-bottom: 40px;
}

.content .form-block .item-info {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -24px;
}

.content .form-block .item-info:not(:first-child) {
  margin-top: 24px;
}

.content .form-block .item-info:not(:last-child) {
  margin-bottom: 0;
}

.content .form-block .item-info > * {
  margin-bottom: 24px;
}

.content .form-block .item-info dt {
  background: #F3F5F6;
  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: 100px;
  border-radius: 8px;
  font-size: 12px;
  font-size: 0.8571428571rem;
  font-weight: 500;
  color: #666666;
  text-align: center;
  margin-right: 16px;
}

.content .form-block .item-info dt.blue {
  background-color: #D4F6FF;
}

.content .form-block .item-info dd {
  width: calc(100% - 100px - 16px);
  font-size: 16px;
  font-size: 1.1428571429rem;
  font-weight: bold;
}

.content .form-block .item-info dd.sup {
  width: 100%;
  margin-top: -16px;
}

.content .form-block .item-info dd.blue {
  color: #00BDD7;
}

.content .form-block .item-list-text dt {
  font-size: 14px;
  font-size: 1rem;
  font-weight: bold;
  color: #333333;
}

.content .form-block .item-list-text dd {
  font-size: 14px;
  font-size: 1rem;
  font-weight: normal;
}

.content .form-block .item-agree {
  text-align: center;
}

.content .form-block .item-agree:not(:last-child) {
  margin-bottom: 24px;
}

.content #mypage .heading-lv01:after, .content #mypage .heading-bar:after {
  background-color: #E19965;
}

.content #mypage .block-box {
  border: 3px solid rgba(225, 153, 101, 0.3);
  border-radius: 24px;
  padding: 32px 40px;
  background-color: #FFF;
}

.content #mypage .block-box form:not(:last-child) {
  margin-bottom: 24px;
}

.content #mypage .block-menu {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-bottom: -20px;
}

.content #mypage .block-menu li {
  margin-right: 20px;
  margin-bottom: 20px;
  width: calc(50% - 20px);
  display: flex;
}

.content #mypage .block-menu li a {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  height: 50px;
  border-radius: 8px;
  background-color: #F3F5F6;
  color: #333333;
  font-size: 16px;
  font-size: 1.1428571429rem;
  font-weight: bold;
}

.content #mypage .block-menu li a:hover {
  background-color: #F3F5F6;
  text-decoration: none;
}

.content #mypage .block-list {
  display: flex;
  flex-wrap: wrap;
  margin-right: -24px;
  margin-bottom: -24px;
}

.content #mypage .block-list:not(:last-child) {
  margin-bottom: 0;
}

.content #mypage .block-list > dl {
  width: calc(100% - 24px);
  margin-right: 24px;
  margin-bottom: 24px;
}

.content #mypage .block-list > dl.half {
  width: calc(50% - 24px);
}

.content #mypage .block-list > dl > dt {
  font-size: 12px;
  font-size: 0.8571428571rem;
  font-weight: bold;
  display: -moz-inline-box;
  display: inline-block;
  color: #666666;
  background-color: #F3F5F6;
  border-radius: 8px;
  padding: 4px 8px;
  margin-bottom: 8px;
}

.content #mypage .block-list > dl > dd > p {
  font-size: 13px;
  font-size: 0.9285714286rem;
  font-weight: 500;
  color: #999999;
}

.content #mypage .block-list > dl > dd > p:not(:last-child) {
  margin-bottom: 8px;
}

.content #mypage .block-list > dl > dd.flex {
  display: flex;
  flex-wrap: wrap;
  margin-right: -24px;
}

.content #mypage .block-list > dl > dd.flex > * {
  width: calc(50% - 24px);
  margin-right: 24px;
}

.content #mypage .block-list > dl > dd dl dt {
  font-size: 13px;
  font-size: 0.9285714286rem;
  font-weight: 500;
  margin-bottom: 8px;
  color: #999999;
}

.content #mypage .block-list > dl > dd .design-list {
  display: flex;
  flex-wrap: wrap;
  margin-right: -16px;
  margin-bottom: -16px;
}

.content #mypage .block-list > dl > dd .design-list:not(:last-child) {
  margin-bottom: 0;
}

.content #mypage .block-list > dl > dd .design-list li {
  margin-right: 16px;
  margin-bottom: 16px;
  width: calc(50% - 16px);
  display: flex;
}

.content #mypage .block-list > dl > dd .design-list li .img {
  width: 160px;
  max-width: 50%;
  aspect-ratio: 1;
  background: #F3F5F6;
  border-radius: 8px;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 12px;
}

.content #mypage .block-list > dl > dd .design-list li .img img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.content #mypage .block-list > dl > dd .design-list li .right {
  width: 10px;
  -ms-flex: 1 0 auto;
  flex-grow: 1;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.content #mypage .block-list > dl > dd .design-list li .right > p {
  font-size: 13px;
  font-size: 0.9285714286rem;
  font-weight: 500;
  width: 100%;
  color: #999999;
  margin-top: 8px;
  margin-bottom: 4px;
}

.content #mypage .block-list > dl > dd .design-list li .right textarea {
  width: 100%;
}

.content #mypage .block-btn {
  text-align: center;
}

.content #mypage .block-btn:not(:first-child) {
  margin-top: 32px;
}

.content #mypage .block-btn p {
  font-size: 12px;
  font-size: 0.8571428571rem;
  font-weight: normal;
}

.content #mypage .block-btn p:not(:last-child) {
  margin-bottom: 16px;
}

.content .block-box {
  border: 3px solid rgba(0, 189, 215, 0.2);
  border-radius: 24px;
  padding: 32px 40px;
  background: #FFF;
}

.content .booking-list .item-li {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.content .booking-list .item-li:not(:last-child) {
  border-bottom: 1px solid #DBDBDB;
  padding-bottom: 24px;
  margin-bottom: 24px;
}

.content .booking-list .item-img {
  width: 120px;
  margin-right: 32px;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 50%;
  display: flex;
}

.content .booking-list .item-img > div {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
}

.content .booking-list .item-img img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
}

.content .booking-list .item-text {
  width: 10px;
  -ms-flex: 1 0 auto;
  flex-grow: 1;
}

.content .booking-list .item-text time {
  font-size: 16px;
  font-size: 1.1428571429rem;
  font-weight: normal;
  display: block;
  color: #999999;
}

.content .booking-list .item-text .name {
  font-size: 16px;
  font-size: 1.1428571429rem;
  font-weight: bold;
}

.content .booking-list .item-text .name small {
  font-size: 14px;
  font-size: 1rem;
  font-weight: normal;
}

.content .booking-list .item-btns {
  width: 140px;
  margin-left: 20px;
}

.content .booking-list .item-btns > *:not(:last-child) {
  margin-bottom: 5px;
}

.content #style-section, .content #about-register, .content #about {
  padding: 80px 50px;
}

.content #style-text > h3, .content #about-register .block-lead .item-text > h3, .content #about .block-lead .item-text > h3, .content #style-text > h2, .content #about-register .block-lead .item-text > h2, .content #about .block-lead .item-text > h2 {
  font-size: 28px;
  font-size: 2rem;
  font-weight: bold;
  color: #00BDD7;
  line-height: 1.4;
  margin-bottom: 25px;
}

.content #style-text p, .content #about-register .block-lead .item-text p, .content #about .block-lead .item-text p {
  font-size: 17px;
  font-size: 1.2142857143rem;
  font-weight: 500;
  line-height: 2;
}

.content #style-text p:not(:last-child), .content #about-register .block-lead .item-text p:not(:last-child), .content #about .block-lead .item-text p:not(:last-child) {
  margin-bottom: 25px;
}

.content #style-flow, .content #about-register .block-flow, .content #about .block-flow {
  background: #00BDD7;
  color: #FFF;
  padding: 80px;
  border-radius: 10px;
}

.content #style-flow .item-title, .content #about-register .block-flow .item-title, .content #about .block-flow .item-title {
  text-align: center;
  font-size: 28px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 45px;
  color: #FFF;
}

.content #style-flow .item-list:not(:last-child), .content #about-register .block-flow .item-list:not(:last-child), .content #about .block-flow .item-list:not(:last-child), .content #style-flow .form-block .item-list-text:not(:last-child), .content #about-register .block-flow .form-block .item-list-text:not(:last-child), .content #about .block-flow .form-block .item-list-text:not(:last-child), .content .form-block #style-flow .item-list-text:not(:last-child), .content .form-block #about-register .block-flow .item-list-text:not(:last-child), .content #about-register .form-block .block-flow .item-list-text:not(:last-child), .content .form-block #about .block-flow .item-list-text:not(:last-child), .content #about .form-block .block-flow .item-list-text:not(:last-child) {
  margin-bottom: 40px;
}

.content #style-flow .item-li, .content #about-register .block-flow .item-li, .content #about .block-flow .item-li {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.content #style-flow .item-li:not(:last-child), .content #about-register .block-flow .item-li:not(:last-child), .content #about .block-flow .item-li:not(:last-child) {
  margin-bottom: 40px;
}

.content #style-flow .item-text, .content #about-register .block-flow .item-text, .content #about .block-flow .item-text {
  width: 10px;
  -ms-flex: 1 0 auto;
  flex-grow: 1;
}

.content #style-flow .item-text h3, .content #about-register .block-flow .item-text h3, .content #about .block-flow .item-text h3 {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}

.content #style-flow .item-text h3 span:nth-child(1), .content #about-register .block-flow .item-text h3 span:nth-child(1), .content #about .block-flow .item-text h3 span:nth-child(1) {
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 45px;
  height: 42px;
  background: url(../img/next/about/bg-hd.svg) no-repeat center;
  margin-right: 10px;
  color: #00BDD7;
  font-family: "Barlow", sans-serif;
  font-size: 18px;
  font-size: 1.2857142857rem;
  font-weight: bold;
}

.content #style-flow .item-text h3 span:nth-child(2), .content #about-register .block-flow .item-text h3 span:nth-child(2), .content #about .block-flow .item-text h3 span:nth-child(2) {
  width: 10px;
  -ms-flex: 1 0 auto;
  flex-grow: 1;
  font-size: 20px;
  font-size: 1.4285714286rem;
  font-weight: bold;
  color: #FFF;
}

.content #style-flow .item-text p, .content #about-register .block-flow .item-text p, .content #about .block-flow .item-text p {
  font-size: 17px;
  font-size: 1.2142857143rem;
  font-weight: 500;
  line-height: 2;
}

.content #style-flow .item-text p:not(:last-child), .content #about-register .block-flow .item-text p:not(:last-child), .content #about .block-flow .item-text p:not(:last-child) {
  margin-bottom: 15px;
}

.content #style-flow .item-img, .content #about-register .block-flow .item-img, .content #about .block-flow .item-img {
  margin-left: 40px;
  img{
    border-radius: 12px;
  }
}

.content #style-flow .item-sup, .content #about-register .block-flow .item-sup, .content #about .block-flow .item-sup {
  font-size: 14px;
  font-size: 1rem;
  font-weight: 500;
  text-indent: -1em;
  padding-left: 1em;
}

.content #style-flow.white, .content #about-register .white.block-flow, .content #about .white.block-flow {
  background-color: #FFF;
  color: #333333;
}

.content #style-flow.white .item-title, .content #about-register .white.block-flow .item-title, .content #about .white.block-flow .item-title {
  color: #00BDD7;
}

.content #style-flow.white .item-text h3 span:nth-child(1), .content #about-register .white.block-flow .item-text h3 span:nth-child(1), .content #about .white.block-flow .item-text h3 span:nth-child(1) {
  background-image: url(../img/next/about/bg-hd_blue.svg);
  color: #FFF;
}

.content #style-flow.white .item-text h3 span:nth-child(2), .content #about-register .white.block-flow .item-text h3 span:nth-child(2), .content #about .white.block-flow .item-text h3 span:nth-child(2) {
  color: #00BDD7;
}

.content #about .block-lead:not(:last-child) {
  margin-bottom: 50px;
}

.content #about .block-lead .item-title-img {
  margin-left: -120px;
}

.content #about .block-lead .item-title-img:not(:last-child) {
  margin-bottom: 50px;
}

.content #about .block-lead .item-section {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.content #about .block-lead .item-section:not(:last-child) {
  margin-bottom: 50px;
}

.content #about .block-lead .item-img {
  margin-right: 80px;
}

.content #about .block-lead .item-text {
  width: 10px;
  -ms-flex: 1 0 auto;
  flex-grow: 1;
}

.content #about .block-btn {
  padding: 40px 20px;
  box-sizing: border-box;
}

.content #about-register {
  overflow: hidden;
}

.content #about-register .block-lead:not(:last-child) {
  margin-bottom: 80px;
}

.content #about-register .block-lead .item-text:not(:last-child) {
  margin-bottom: 60px;
}

.content #about-register .block-lead .item-imgs {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: -180px;
  margin-right: -180px;
}

.content #about-register .block-lead .item-imgs > *:not(:last-child) {
  margin-right: 40px;
}

.content #about-register .block-lead .item-imgs > *:nth-child(even) {
  margin-top: 40px;
}

.content .faq-wrap {
  border: none;
  padding-bottom: 20px;
}

.content .faq-wrap .faq-btn {
  font-size: 17px;
  font-size: 1.2142857143rem;
}

.content .faq-wrap .faq-btn .faq-q {
  font-size: 18px;
  font-size: 1.2857142857rem;
  color: #00BDD7;
}

.content .faq-wrap .faq-open {
  display: block !important;
}

.content .faq-wrap .faq-open .faq-a {
  line-height: 1.2;
  font-size: 18px;
  font-size: 1.2857142857rem;
  color: #F4BF99;
}

.content .blog-main h2 {
  text-align: left;
  border: none;
  background-color: transparent;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 18px;
  font-size: 1.2857142857rem;
  font-weight: bold;
  padding-left: 12px;
  position: relative;
}

.content .blog-main h2:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: #00BDD7;
  border-radius: 2px;
}

.content .blog-main h3 {
  font-size: 18px;
  font-size: 1.2857142857rem;
  font-weight: bold;
  background-color: rgba(0, 189, 215, 0.1);
  padding: 10px 20px;
  line-height: 1.5;
  border-radius: 4px;
}

.content .blog-main h4 {
  border-bottom: solid 2px #00BDD7;
  font-size: 17px;
  padding-bottom: 5px;
  margin-bottom: 20px;
}

.content .blog-main .mypage-info-wrap {
  margin-bottom: 35px;
}

.content .blog-main button.update-btn, .content .blog-main input[type=button].update-btn, .content .blog-main input[type=submit].update-btn {
  background: #00BDD7;
  border: 2px solid #00BDD7;
}

.content .post-box {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.content .post-box .post-code {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.content .post-box .post-code > div {
  width: 150px;
  margin-bottom: 0px;
}

.content .post-box .post-code > div:first-child {
  margin-right: 10px;
}

.content .post-box .post-code > div:last-child {
  margin-left: 10px;
}

.content .post-box button {
  margin-left: 5px;
  color: #FFF;
  background: #00BDD7;
  border-color: #00BDD7;
  border: none;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  box-sizing: border-box;
}

.content textarea.form-input-text {
  height: 200px;
}

.content .birthday {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.content .birthday > div {
  width: 75px;
  margin-left: 5px;
  margin-right: 5px;
}

.content .mypage-info-wrap input[type="radio"] {
  display: inline;
}

.content .mypage-info-wrap textarea {
  height: 250px;
}

.content .update-btn {
  background: #00BDD7;
  border: 2px solid #00BDD7;
}

.content .weekly_schedule input[type="checkbox"] {
  display: inline;
}

.content .weekly_schedule tr th, .content .weekly_schedule tr td {
  text-align: center;
  padding: 5px;
  font-size: 10px;
  font-size: 0.7142857143rem;
}

.modal-dialog {
  border: 3px solid #00BDD7;
  border-radius: 10px;
}

.modal-header {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal-header button {
  -webkit-box-original-group: 2;
  -ms-flex-order: 2;
  order: 2;
  margin-left: auto;
}

.modal-title {
  font-size: 20px;
  font-size: 1.4285714286rem;
  font-weight: bold;
}

.modal-body .item-list:not(:first-child), .modal-body .content .form-block .item-list-text:not(:first-child), .content .form-block .modal-body .item-list-text:not(:first-child) {
  margin-top: 20px;
}

.modal-body .item-list:not(:last-child), .modal-body .content .form-block .item-list-text:not(:last-child), .content .form-block .modal-body .item-list-text:not(:last-child) {
  margin-bottom: 30px;
}

.modal-body .item-list dt, .modal-body .content .form-block .item-list-text dt, .content .form-block .modal-body .item-list-text dt {
  color: #999999;
  font-size: 13px;
  font-size: 0.9285714286rem;
  font-weight: 500;
  margin-bottom: 8px;
}

.modal-body .item-list dd p:not(:first-child), .modal-body .content .form-block .item-list-text dd p:not(:first-child), .content .form-block .modal-body .item-list-text dd p:not(:first-child) {
  margin-top: 10px;
}

.modal-body .item-list dd:not(:last-child), .modal-body .content .form-block .item-list-text dd:not(:last-child), .content .form-block .modal-body .item-list-text dd:not(:last-child) {
  margin-bottom: 20px;
}

body:has(#mypage) .navbar:after {
  display: none;
}

body:has(#mypage) .container-fluid {
  background-color: #FFF;
}

body:has(#mypage) .container-fluid:before {
  background: url(../img/common/bg-mypage.jpg) no-repeat center/cover;
}

body:has(#mypage) .container-fluid .page-title {
  color: #333333;
}

body:has(#mypage) .bg-color1 {
  background-color: #FFF;
}

body:has(#mypage) .sidebar {
  border: 3px solid #F3F5F6;
}

body:has(#mypage) .sidebar .side-menu-wrap {
  display: block;
}

body:has(#mypage) .sidebar .search-wrap {
  display: none;
}

/*tablet*/
@media screen and (min-width: 768px) and (max-width: 1280px) {
  /* main
------------------------------------------------------------*/
  .content {
    padding-top: 108px;
  }
  .content .container-fluid2 {
    max-width: calc(100% - 40px * 2);
  }
  .content .container-fluid2 .sidebar {
    margin-right: 30px;
    width: 30%;
    padding: 20px;
  }
  .content #top-section, .content #top-today, .content #top-category, .content #top-list, .content #top-information {
    padding: 80px 40px;
  }
  .content #top-today .slides {
    padding-left: 20px;
    padding-right: 20px;
  }
  .content #top-today .slides .therapist-item {
    margin-left: 15px;
    margin-right: 15px;
  }
  .content #top-category .category-list {
    margin-right: -30px;
    margin-bottom: -25px;
    padding-left: 0;
    padding-right: 0;
  }
  .content #top-category .category-list li {
    margin-right: 30px;
    margin-bottom: 25px;
    width: calc(20% - 30px);
  }
}

@media screen and (min-width: 768px) and (max-width: 1280px) and (max-width: 1000px) {
  .content #top-category .category-list li {
    width: calc(25% - 30px);
  }
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
  .content #top-information .wrap {
    padding: 50px 40px;
  }
  .content #top-information .item-hd {
    margin-right: 40px;
    font-size: 23px;
    font-size: 1.6428571429rem;
  }
  .content .therapist-item .item-info .img {
    width: 90px;
    margin-right: 15px;
  }
  .content .therapist-list {
    padding-left: 0;
    padding-right: 0;
    margin-right: -20px;
    margin-bottom: -30px;
  }
  .content .therapist-list:not(:last-child) {
    margin-bottom: 0;
  }
  .content .therapist-list.column-02 {
    padding-left: 0;
    padding-right: 0;
    margin-right: -20px;
  }
  .content .therapist-list.column-02 li {
    width: calc(50% - 20px);
    margin-right: 20px;
  }
  .content .therapist-list.column-03 li {
    width: calc(33.3333333333% - 20px);
  }
  .content .therapist-list li {
    margin-right: 20px;
    margin-bottom: 30px;
    width: calc(25% - 20px);
  }
}

@media screen and (min-width: 768px) and (max-width: 1280px) and (max-width: 1000px) {
  .content .therapist-list li {
    width: calc(33.3333333333% - 20px);
  }
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
  .content .therapist-detail .item-link {
    padding-left: 12px;
    padding-right: 12px;
  }
  .content .therapist-detail .item-box {
    padding: 32px 26px;
  }
  .content .therapist-detail .item-profile .img {
    width: 100px;
    margin-right: 80px;
  }
  .content .therapist-detail .item-info dd .design-list {
    margin-right: -12px;
  }
  .content .therapist-detail .item-info dd .design-list li {
    margin-right: 12px;
    width: calc(33.3333333333% - 12px);
  }
  .content .rank-star {
    font-size: 20px;
    font-size: 1.4285714286rem;
  }
  .content #mypage .block-box {
    padding: 32px 30px;
  }
  .content #mypage .block-list {
    margin-right: -16px;
  }
  .content #mypage .block-list > dl {
    width: calc(100% - 16px);
    margin-right: 16px;
  }
  .content #mypage .block-list > dl.half {
    width: calc(50% - 16px);
  }
  .content #mypage .block-list > dl > dd.flex {
    margin-right: -16px;
  }
  .content #mypage .block-list > dl > dd.flex > * {
    width: calc(50% - 16px);
    margin-right: 16px;
  }
  .content #mypage .block-list > dl > dd .design-list li {
    width: calc(50% - 16px);
  }
}

@media screen and (min-width: 768px) and (max-width: 1280px) and (max-width: 900px) {
  .content #mypage .block-list > dl > dd .design-list li {
    width: calc(100% - 16px);
  }
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
  .content .block-box {
    padding: 30px;
  }
  .content .booking-list .item-img {
    width: 90px;
    margin-right: 20px;
  }
  .content .booking-list .item-text time {
    font-size: 15px;
    font-size: 1.0714285714rem;
  }
  .content .booking-list .item-text .name {
    font-size: 15px;
    font-size: 1.0714285714rem;
  }
  .content .booking-list .item-text .name small {
    font-size: 12px;
    font-size: 0.8571428571rem;
  }
  .content .booking-list .item-btns {
    margin-left: 10px;
  }
  .content #style-section, .content #about, .content #about-register {
    padding-left: 40px;
    padding-right: 40px;
  }
  .content #style-text > h3, .content #about .block-lead .item-text > h3, .content #about-register .block-lead .item-text > h3 {
    font-size: 26px;
    font-size: 1.8571428571rem;
  }
  .content #style-flow, .content #about .block-flow, .content #about-register .block-flow {
    padding: 60px 50px;
  }
  .content #style-flow .item-title, .content #about .block-flow .item-title, .content #about-register .block-flow .item-title {
    font-size: 26px;
    font-size: 1.8571428571rem;
    margin-bottom: 35px;
  }
  .content #style-flow .item-img, .content #about .block-flow .item-img, .content #about-register .block-flow .item-img {
    margin-left: 30px;
    max-width: 35%;
  }
  .content #about .block-lead .item-title-img {
    margin-left: -40px;
  }
  .content #about .block-lead .item-img {
    margin-right: 40px;
    max-width: 50%;
  }
  .content #about-register .block-lead .item-imgs {
    margin-left: -60px;
    margin-right: -60px;
  }
  .content #about-register .block-lead .item-imgs > *:not(:last-child) {
    margin-right: 20px;
  }
  .content #about-register .block-lead .item-imgs > *:nth-child(even) {
    margin-top: 20px;
  }
}

/*sp*/
@media screen and (max-width: 767px) {
  /* main
------------------------------------------------------------*/
  .content {
    padding-top: 100px;
  }
  .content .container-fluid2 {
    padding: 40px 0;
    max-width: calc(100% - 20px * 2);
  }
  .content .container-fluid2 > .row {
    flex-wrap: wrap;
  }
  .content .container-fluid2 .blog-main {
    -webkit-box-original-group: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .content .container-fluid2 .sidebar {
    margin-top: 40px;
    -webkit-box-original-group: 2;
    -ms-flex-order: 2;
    order: 2;
    display: block;
    width: 100%;
    margin-right: 0;
  }
  .content .slick-arrow {
    width: 40px;
    height: 40px;
  }
  .content .slick-arrow:before {
    background-size: auto 20px;
  }
  .content .slick-next {
    right: 0;
  }
  .content .slick-prev {
    left: 0;
  }
  .content #top-section, .content #top-today, .content #top-category, .content #top-list, .content #top-information {
    padding: 50px 20px;
  }
  .content #top-today .slides {
    padding-left: 0;
    padding-right: 0;
  }
  .content #top-today .slides:not(:last-child) {
    margin-bottom: 20px;
  }
  .content #top-today .slides .therapist-item {
    margin-left: 10px;
    margin-right: 10px;
  }
  .content #top-category:before {
    background-size: auto 8px, auto 8px, cover;
  }
  .content #top-category .category-list {
    margin-right: -15px;
    margin-bottom: -20px;
    padding-left: 0;
    padding-right: 0;
  }
  .content #top-category .category-list li {
    margin-right: 15px;
    margin-bottom: 20px;
    width: calc(33.3333333333% - 15px);
  }
  .content #top-category .category-list li .text {
    font-size: 15px;
    font-size: 1.0714285714rem;
  }
  .content #top-information .wrap {
    padding: 20px 20px;
    flex-wrap: wrap;
  }
  .content #top-information .item-hd {
    margin-right: 0;
    width: 100%;
    font-size: 20px;
    font-size: 1.4285714286rem;
    margin-bottom: 20px;
  }
  .content #top-information .item-list li, .content #top-information .form-block .item-list-text li, .content .form-block #top-information .item-list-text li {
    flex-wrap: wrap;
    padding-bottom: 15px;
  }
  .content #top-information .item-list li:not(:last-child), .content #top-information .form-block .item-list-text li:not(:last-child), .content .form-block #top-information .item-list-text li:not(:last-child) {
    margin-bottom: 15px;
  }
  .content #top-information .item-list li time, .content #top-information .form-block .item-list-text li time, .content .form-block #top-information .item-list-text li time {
    width: 100%;
    font-size: 13px;
    font-size: 0.9285714286rem;
  }
  .content .therapist-item .item-img {
    margin-bottom: 8px;
  }
  .content .therapist-item .item-text {
    margin-bottom: -6px;
  }
  .content .therapist-item .item-text > * {
    margin-bottom: 6px;
  }
  .content .therapist-item .item-text .name {
    font-size: 14px;
    font-size: 1rem;
  }
  .content .therapist-item .item-text .exerpt {
    font-size: 13px;
    font-size: 0.9285714286rem;
  }
  .content .therapist-item .item-text .price {
    font-size: 14px;
    font-size: 1rem;
  }
  .content .therapist-item .item-info:not(:last-child) {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .content .therapist-item .item-info .img {
    width: 80px;
    margin-right: 15px;
  }
  .content .therapist-item .item-info .right .name {
    font-size: 15px;
    font-size: 1.0714285714rem;
  }
  .content .therapist-item .item-info .right .name:not(:last-child) {
    margin-bottom: 6px;
  }
  .content .therapist-item .item-info .comment {
    margin-top: 16px;
    padding: 8px 10px;
  }
  .content .therapist-item.border {
    border-width: 2px;
    padding: 16px;
  }
  .content .therapist-list {
    padding-left: 0;
    padding-right: 0;
    margin-right: -15px;
    margin-bottom: -25px;
  }
  .content .therapist-list:not(:last-child) {
    margin-bottom: 0;
  }
  .content .therapist-list.column-02 {
    margin-right: -15px;
  }
  .content .therapist-list.column-02 li {
    margin-right: 15px;
    width: calc(50% - 15px);
  }
}

@media screen and (max-width: 767px) and (max-width: 500px) {
  .content .therapist-list.column-02 li {
    width: calc(100% - 15px);
  }
}

@media screen and (max-width: 767px) {
  .content .therapist-list.column-03 {
    margin-right: -15px;
  }
  .content .therapist-list.column-03 li {
    width: calc(33.3333333333% - 15px);
  }
}

@media screen and (max-width: 767px) and (max-width: 550px) {
  .content .therapist-list.column-03 li {
    width: calc(50% - 15px);
  }
}

@media screen and (max-width: 767px) {
  .content .therapist-list li {
    margin-right: 15px;
    margin-bottom: 25px;
    width: calc(33.3333333333% - 15px);
  }
}

@media screen and (max-width: 767px) and (max-width: 550px) {
  .content .therapist-list li {
    width: calc(50% - 15px);
  }
}

@media screen and (max-width: 767px) {
  .content .therapist-list-block > .selectWrap {
    margin-bottom: 20px;
  }
  .content .therapist-detail .item-link {
    padding-left: 0;
    padding-right: 0;
  }
  .content .therapist-detail .item-link:not(:last-child) {
    margin-bottom: 30px;
  }
  .content .therapist-detail .item-box {
    border-width: 2px;
    padding: 15px;
  }
  .content .therapist-detail .item-profile:not(:last-child) {
    margin-bottom: 20px;
  }
  .content .therapist-detail .item-profile .img {
    width: 90px;
    margin-right: 15px;
  }
  .content .therapist-detail .item-profile .right {
    margin-bottom: -8px;
  }
  .content .therapist-detail .item-profile .right > * {
    margin-bottom: 8px;
  }
  .content .therapist-detail .item-profile .right .name {
    font-size: 15px;
    font-size: 1.0714285714rem;
  }
  .content .therapist-detail .item-profile .comment {
    padding: 8px 14px;
  }
  .content .therapist-detail .item-info {
    margin-bottom: -16px;
  }
  .content .therapist-detail .item-info > * {
    margin-bottom: 16px;
  }
  .content .therapist-detail .item-info dt {
    width: 95px;
    margin-right: 12px;
  }
  .content .therapist-detail .item-info dd {
    width: calc(100% - 95px - 12px);
  }
  .content .therapist-detail .item-info dd .design-list {
    margin-right: -12px;
    margin-bottom: -20px;
  }
  .content .therapist-detail .item-info dd .design-list li {
    margin-right: 12px;
    margin-bottom: 20px;
    width: calc(33.3333333333% - 12px);
  }
}

@media screen and (max-width: 767px) and (max-width: 500px) {
  .content .therapist-detail .item-info dd .design-list li {
    width: calc(50% - 12px);
  }
}

@media screen and (max-width: 767px) {
  .content .therapist-detail .item-calendar {
    margin-left: -10px;
    margin-right: -10px;
  }
  .content .therapist-detail .item-calendar .calendar-wrap {
    border-width: 3px;
  }
  .content .therapist-detail .item-calendar .list_datenavi {
    padding: 8px;
    font-size: 15px;
    font-size: 1.0714285714rem;
  }
  .content .therapist-detail .item-calendar .list_datenavi a {
    font-size: 12px;
    font-size: 0.8571428571rem;
  }
  .content .therapist-detail .item-calendar .weekly_schedule thead th {
    font-size: 12px;
    font-size: 0.8571428571rem;
    font-weight: 500;
    padding: 5px;
  }
  .content .therapist-detail .item-calendar .weekly_schedule thead th:nth-child(1) {
    font-size: 10px;
    font-size: 0.7142857143rem;
  }
  .content .therapist-detail .item-calendar .weekly_schedule thead th small {
    font-size: 10px;
    font-size: 0.7142857143rem;
    display: block;
  }
  .content .therapist-detail .item-calendar .weekly_schedule tbody th {
    font-size: 12px;
    font-size: 0.8571428571rem;
    padding: 0 5px;
  }
  .content .therapist-detail .item-calendar .weekly_schedule tbody td span, .content .therapist-detail .item-calendar .weekly_schedule tbody td a {
    padding: 10px 5px;
  }
  .content .pagenavi > * {
    width: 24px;
    height: 24px;
    margin-left: 2px;
    margin-right: 2px;
    font-size: 13px;
    font-size: 0.9285714286rem;
  }
  .content .pagenavi .next, .content .pagenavi .prev {
    width: 32px;
    height: 32px;
    background-size: auto 10px;
  }
  .content .pagenavi .prev {
    margin-right: 10px;
  }
  .content .pagenavi .next {
    margin-left: 10px;
  }
  .content .rank-star {
    font-size: 20px;
    font-size: 1.4285714286rem;
  }
  .content .form-block .item-box {
    padding: 20px;
    border-width: 2px;
  }
  .content .form-block .item-box:not(:last-child) {
    margin-bottom: 20px;
  }
  .content .form-block .item-list:not(:last-child), .content .form-block .item-list-text:not(:last-child) {
    margin-bottom: 20px;
  }
  .content .form-block .item-list dd:not(:last-child), .content .form-block .item-list-text dd:not(:last-child) {
    margin-bottom: 20px;
  }
  .content .form-block .item-agree:not(:last-child) {
    margin-bottom: 16px;
  }
  .content #mypage .block-box {
    border-width: 2px;
    padding: 20px 15px;
  }
  .content #mypage .block-menu {
    margin-right: -5px;
    margin-bottom: -5px;
  }
  .content #mypage .block-menu li {
    margin-right: 5px;
    margin-bottom: 5px;
    width: calc(50% - 5px);
  }
  .content #mypage .block-menu li a {
    height: 45px;
    font-size: 15px;
    font-size: 1.0714285714rem;
  }
  .content #mypage .block-list {
    margin-right: -12px;
  }
  .content #mypage .block-list:not(:last-child) {
    margin-bottom: 0;
  }
  .content #mypage .block-list > dl {
    width: calc(100% - 12px);
    margin-right: 12px;
  }
  .content #mypage .block-list > dl.half {
    width: calc(50% - 12px);
  }
  .content #mypage .block-list > dl > dd.flex {
    margin-right: -12px;
  }
  .content #mypage .block-list > dl > dd.flex > * {
    width: calc(50% - 12px);
    margin-right: 12px;
  }
  .content #mypage .block-list > dl > dd .design-list {
    margin-right: -12px;
    margin-bottom: -12px;
  }
  .content #mypage .block-list > dl > dd .design-list:not(:last-child) {
    margin-bottom: 0;
  }
  .content #mypage .block-list > dl > dd .design-list li {
    margin-right: 12px;
    margin-bottom: 12px;
    width: calc(100% - 12px);
  }
  .content #mypage .block-list > dl > dd .design-list li .img {
    width: 130px;
  }
  .content #mypage .block-btn:not(:first-child) {
    margin-top: 0px;
  }
  .content #mypage .block-btn p:not(:last-child) {
    margin-bottom: 12px;
  }
  .content .block-box {
    padding: 20px 15px;
    border-width: 2px;
  }
  .content .booking-list .item-li {
    flex-wrap: wrap;
  }
  .content .booking-list .item-li:not(:last-child) {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .content .booking-list .item-img {
    width: 90px;
    margin-right: 20px;
  }
  .content .booking-list .item-text time {
    font-size: 15px;
    font-size: 1.0714285714rem;
  }
  .content .booking-list .item-text .name {
    font-size: 15px;
    font-size: 1.0714285714rem;
  }
  .content .booking-list .item-text .name small {
    font-size: 12px;
    font-size: 0.8571428571rem;
    font-weight: normal;
  }
  .content .booking-list .item-btns {
    width: 100%;
    margin-top: 10px;
    margin-left: 0px;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .content .booking-list .item-btns > * {
    -ms-flex: 1 0 auto;
    flex-grow: 1;
    border-radius: 0;
    margin-right: -1px;
    font-size: 11px;
    font-size: 0.7857142857rem;
    height: 30px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .content .booking-list .item-btns > *:not(:last-child) {
    margin-bottom: 0px;
  }
  .content #style-section, .content #about, .content #about-register {
    padding: 40px 20px;
  }
  .content #style-text > h3, .content #about .block-lead .item-text > h3, .content #about-register .block-lead .item-text > h3, .content #style-text > h2, .content #about .block-lead .item-text > h2, .content #about-register .block-lead .item-text > h2 {
    font-size: 23px;
    font-size: 1.6428571429rem;
    margin-bottom: 15px;
  }
  .content #style-text p, .content #about .block-lead .item-text p, .content #about-register .block-lead .item-text p {
    font-size: 16px;
    font-size: 1.1428571429rem;
  }
  .content #style-flow, .content #about .block-flow, .content #about-register .block-flow {
    padding: 30px 20px;
  }
  .content #style-flow .item-title, .content #about .block-flow .item-title, .content #about-register .block-flow .item-title {
    font-size: 24px;
    font-size: 1.7142857143rem;
    margin-bottom: 25px;
  }
  .content #style-flow .item-list:not(:last-child), .content #about .block-flow .item-list:not(:last-child), .content #about-register .block-flow .item-list:not(:last-child), .content #style-flow .form-block .item-list-text:not(:last-child), .content .form-block #style-flow .item-list-text:not(:last-child), .content #about .block-flow .form-block .item-list-text:not(:last-child), .content .form-block #about .block-flow .item-list-text:not(:last-child), .content #about-register .block-flow .form-block .item-list-text:not(:last-child), .content .form-block #about-register .block-flow .item-list-text:not(:last-child) {
    margin-bottom: 20px;
  }
  .content #style-flow .item-li, .content #about .block-flow .item-li, .content #about-register .block-flow .item-li {
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .content #style-flow .item-li:not(:last-child), .content #about .block-flow .item-li:not(:last-child), .content #about-register .block-flow .item-li:not(:last-child) {
    margin-bottom: 25px;
  }
  .content #style-flow .item-text, .content #about .block-flow .item-text, .content #about-register .block-flow .item-text {
    width: 100%;
    margin-bottom: 15px;
  }
  .content #style-flow .item-text h3 span:nth-child(1), .content #about .block-flow .item-text h3 span:nth-child(1), .content #about-register .block-flow .item-text h3 span:nth-child(1) {
    width: 40px;
    height: 40px;
    background-size: contain;
    font-size: 16px;
    font-size: 1.1428571429rem;
  }
  .content #style-flow .item-text h3 span:nth-child(2), .content #about .block-flow .item-text h3 span:nth-child(2), .content #about-register .block-flow .item-text h3 span:nth-child(2) {
    font-size: 18px;
    font-size: 1.2857142857rem;
  }
  .content #style-flow .item-text p, .content #about .block-flow .item-text p, .content #about-register .block-flow .item-text p {
    font-size: 16px;
    font-size: 1.1428571429rem;
    font-weight: 500;
  }
  .content #style-flow .item-img, .content #about .block-flow .item-img, .content #about-register .block-flow .item-img {
    margin-left: auto;
    margin-right: auto;
  }
  .content #about .block-lead:not(:last-child) {
    margin-bottom: 35px;
  }
  .content #about .block-lead .item-title-img {
    margin-left: -20px;
  }
  .content #about .block-lead .item-title-img:not(:last-child) {
    margin-bottom: 30px;
  }
  .content #about .block-lead .item-section {
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .content #about .block-lead .item-section:not(:last-child) {
    margin-bottom: 30px;
  }
  .content #about .block-lead .item-img {
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
  }
  .content #about .block-lead .item-text {
    width: 100%;
  }
  .content #about-register .block-lead:not(:last-child) {
    margin-bottom: 40px;
  }
  .content #about-register .block-lead .item-text:not(:last-child) {
    margin-bottom: 30px;
  }
  .content #about-register .block-lead .item-imgs {
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: -20px;
    margin-left: -30px;
    margin-right: -30px;
    margin-bottom: -20px;
  }
  .content #about-register .block-lead .item-imgs > * {
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
    width: calc(33.3333333333% - 5px * 2);
  }
  .content #about-register .block-lead .item-imgs > *:not(:last-child) {
    margin-right: 5px;
  }
  .content #about-register .block-lead .item-imgs > *:nth-child(even) {
    margin-top: 0;
  }
  .content .post-box .post-code {
    width: 220px;
  }
  .content .post-box .post-code > div {
    width: 90px;
    margin-bottom: 0px;
  }
  .content .post-box button {
    width: 100px;
  }
}

/* padding & margin */
.pd {
  padding: 30px;
}

.mg {
  margin: 30px;
}

.nomb {
  margin-bottom: 0 !important;
}

.nomt {
  margin-top: 0 !important;
}

.nopt {
  padding-top: 0 !important;
}

.nopb {
  padding-bottom: 0 !important;
}

.pt {
  padding-top: 30px;
}

.pt5 {
  padding-top: 5px;
}

.pt10 {
  padding-top: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pt25 {
  padding-top: 25px;
}

.pt30 {
  padding-top: 30px;
}

.pt35 {
  padding-top: 35px;
}

.pt40 {
  padding-top: 40px;
}

.pt45 {
  padding-top: 45px;
}

.pt50 {
  padding-top: 50px;
}

.pt60 {
  padding-top: 60px;
}

.pt70 {
  padding-top: 70px;
}

.pt80 {
  padding-top: 80px;
}

.pt90 {
  padding-top: 90px;
}

.pt100 {
  padding-top: 100px;
}

.pt110 {
  padding-top: 110px;
}

.pt120 {
  padding-top: 120px;
}

.pt130 {
  padding-top: 130px;
}

.pt140 {
  padding-top: 140px;
}

.pt150 {
  padding-top: 150px;
}

.pt160 {
  padding-top: 160px;
}

.pt170 {
  padding-top: 170px;
}

.pt180 {
  padding-top: 180px;
}

.pt190 {
  padding-top: 190px;
}

.pt200 {
  padding-top: 200px;
}

.pb {
  padding-bottom: 30px;
}

.pb5 {
  padding-bottom: 5px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb15 {
  padding-bottom: 15px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb25 {
  padding-bottom: 25px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb35 {
  padding-bottom: 35px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb45 {
  padding-bottom: 45px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb60 {
  padding-bottom: 60px;
}

.pb70 {
  padding-bottom: 70px;
}

.pb80 {
  padding-bottom: 80px;
}

.pb90 {
  padding-bottom: 90px;
}

.pb100 {
  padding-bottom: 100px;
}

.pb110 {
  padding-bottom: 110px;
}

.pb120 {
  padding-bottom: 120px;
}

.pb130 {
  padding-bottom: 130px;
}

.pb140 {
  padding-bottom: 140px;
}

.pb150 {
  padding-bottom: 150px;
}

.pb160 {
  padding-bottom: 160px;
}

.pb170 {
  padding-bottom: 170px;
}

.pb180 {
  padding-bottom: 180px;
}

.pb190 {
  padding-bottom: 190px;
}

.pb200 {
  padding-bottom: 200px;
}

.mt {
  margin-top: 30px;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mt35 {
  margin-top: 35px;
}

.mt40 {
  margin-top: 40px;
}

.mt45 {
  margin-top: 45px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mt80 {
  margin-top: 80px;
}

.mt90 {
  margin-top: 90px;
}

.mt100 {
  margin-top: 100px;
}

.mt110 {
  margin-top: 110px;
}

.mt120 {
  margin-top: 120px;
}

.mt130 {
  margin-top: 130px;
}

.mt140 {
  margin-top: 140px;
}

.mt150 {
  margin-top: 150px;
}

.mt160 {
  margin-top: 160px;
}

.mt170 {
  margin-top: 170px;
}

.mt180 {
  margin-top: 180px;
}

.mt190 {
  margin-top: 190px;
}

.mt200 {
  margin-top: 200px;
}

.mb {
  margin-bottom: 30px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb100 {
  margin-bottom: 100px;
}

.mb110 {
  margin-bottom: 110px;
}

.mb120 {
  margin-bottom: 120px;
}

.mb130 {
  margin-bottom: 130px;
}

.mb140 {
  margin-bottom: 140px;
}

.mb150 {
  margin-bottom: 150px;
}

.mb160 {
  margin-bottom: 160px;
}

.mb170 {
  margin-bottom: 170px;
}

.mb180 {
  margin-bottom: 180px;
}

.mb190 {
  margin-bottom: 190px;
}

.mb200 {
  margin-bottom: 200px;
}

.pl {
  padding-left: 30px;
}

.pl5 {
  padding-left: 5px;
}

.pl10 {
  padding-left: 10px;
}

.pl15 {
  padding-left: 15px;
}

.pl20 {
  padding-left: 20px;
}

.pl25 {
  padding-left: 25px;
}

.pr {
  padding-right: 30px;
}

.pr5 {
  padding-right: 5px;
}

.pr10 {
  padding-right: 10px;
}

.pr15 {
  padding-right: 15px;
}

.pr20 {
  padding-right: 20px;
}

.pr25 {
  padding-right: 25px;
}

.ml {
  margin-left: 30px;
}

.ml-a {
  margin-left: auto;
}

.ml5 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.ml15 {
  margin-left: 15px;
}

.ml20 {
  margin-left: 20px;
}

.ml25 {
  margin-left: 25px;
}

.mr {
  margin-right: 30px;
}

.mr-a {
  margin-right: auto;
}

.mr5 {
  margin-right: 5px;
}

.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

.mr20 {
  margin-right: 20px;
}

.mr25 {
  margin-right: 25px;
}

@media screen and (max-width: 767px) {
  .pd {
    padding: 20px;
  }
  .mg {
    margin: 20px;
  }
  .pt {
    padding-top: 20px;
  }
  .pt5 {
    padding-top: 3px;
  }
  .pt10 {
    padding-top: 6px;
  }
  .pt15 {
    padding-top: 9px;
  }
  .pt20 {
    padding-top: 12px;
  }
  .pt25 {
    padding-top: 15px;
  }
  .pt30 {
    padding-top: 18px;
  }
  .pt35 {
    padding-top: 21px;
  }
  .pt40 {
    padding-top: 24px;
  }
  .pt45 {
    padding-top: 27px;
  }
  .pt50 {
    padding-top: 30px;
  }
  .pt60 {
    padding-top: 36px;
  }
  .pt70 {
    padding-top: 42px;
  }
  .pt80 {
    padding-top: 48px;
  }
  .pt90 {
    padding-top: 54px;
  }
  .pt100 {
    padding-top: 60px;
  }
  .pt110 {
    padding-top: 66px;
  }
  .pt120 {
    padding-top: 72px;
  }
  .pt130 {
    padding-top: 78px;
  }
  .pt140 {
    padding-top: 84px;
  }
  .pt150 {
    padding-top: 90px;
  }
  .pt160 {
    padding-top: 96px;
  }
  .pt170 {
    padding-top: 102px;
  }
  .pt180 {
    padding-top: 108px;
  }
  .pt190 {
    padding-top: 114px;
  }
  .pt200 {
    padding-top: 120px;
  }
  .pb {
    padding-bottom: 20px;
  }
  .pb5 {
    padding-bottom: 3px;
  }
  .pb10 {
    padding-bottom: 6px;
  }
  .pb15 {
    padding-bottom: 9px;
  }
  .pb20 {
    padding-bottom: 12px;
  }
  .pb25 {
    padding-bottom: 15px;
  }
  .pb30 {
    padding-bottom: 18px;
  }
  .pb35 {
    padding-bottom: 21px;
  }
  .pb40 {
    padding-bottom: 24px;
  }
  .pb45 {
    padding-bottom: 27px;
  }
  .pb50 {
    padding-bottom: 30px;
  }
  .pb55 {
    padding-bottom: 33px;
  }
  .pb60 {
    padding-bottom: 36px;
  }
  .pb65 {
    padding-bottom: 39px;
  }
  .pb70 {
    padding-bottom: 42px;
  }
  .pb75 {
    padding-bottom: 45px;
  }
  .pb80 {
    padding-bottom: 48px;
  }
  .pb85 {
    padding-bottom: 51px;
  }
  .pb90 {
    padding-bottom: 54px;
  }
  .pb95 {
    padding-bottom: 57px;
  }
  .pb100 {
    padding-bottom: 60px;
  }
  .pb60 {
    padding-bottom: 36px;
  }
  .pb70 {
    padding-bottom: 42px;
  }
  .pb80 {
    padding-bottom: 48px;
  }
  .pb90 {
    padding-bottom: 54px;
  }
  .pb100 {
    padding-bottom: 60px;
  }
  .mt {
    margin-top: 20px;
  }
  .mt5 {
    margin-top: 3px;
  }
  .mt10 {
    margin-top: 6px;
  }
  .mt15 {
    margin-top: 9px;
  }
  .mt20 {
    margin-top: 12px;
  }
  .mt25 {
    margin-top: 15px;
  }
  .mt30 {
    margin-top: 18px;
  }
  .mt35 {
    margin-top: 21px;
  }
  .mt40 {
    margin-top: 24px;
  }
  .mt45 {
    margin-top: 27px;
  }
  .mt50 {
    margin-top: 30px;
  }
  .mt55 {
    margin-top: 33px;
  }
  .mt60 {
    margin-top: 36px;
  }
  .mt65 {
    margin-top: 39px;
  }
  .mt70 {
    margin-top: 42px;
  }
  .mt75 {
    margin-top: 45px;
  }
  .mt80 {
    margin-top: 48px;
  }
  .mt85 {
    margin-top: 51px;
  }
  .mt90 {
    margin-top: 54px;
  }
  .mt95 {
    margin-top: 57px;
  }
  .mt100 {
    margin-top: 60px;
  }
  .mt60 {
    margin-top: 36px;
  }
  .mt70 {
    margin-top: 42px;
  }
  .mt80 {
    margin-top: 48px;
  }
  .mt90 {
    margin-top: 54px;
  }
  .mt100 {
    margin-top: 60px;
  }
  .mb {
    margin-bottom: 20px;
  }
  .mb5 {
    margin-bottom: 3px;
  }
  .mb10 {
    margin-bottom: 6px;
  }
  .mb15 {
    margin-bottom: 9px;
  }
  .mb20 {
    margin-bottom: 12px;
  }
  .mb25 {
    margin-bottom: 15px;
  }
  .mb30 {
    margin-bottom: 18px;
  }
  .mb35 {
    margin-bottom: 21px;
  }
  .mb40 {
    margin-bottom: 24px;
  }
  .mb45 {
    margin-bottom: 27px;
  }
  .mb50 {
    margin-bottom: 30px;
  }
  .mb55 {
    margin-bottom: 33px;
  }
  .mb60 {
    margin-bottom: 36px;
  }
  .mb65 {
    margin-bottom: 39px;
  }
  .mb70 {
    margin-bottom: 42px;
  }
  .mb75 {
    margin-bottom: 45px;
  }
  .mb80 {
    margin-bottom: 48px;
  }
  .mb85 {
    margin-bottom: 51px;
  }
  .mb90 {
    margin-bottom: 54px;
  }
  .mb95 {
    margin-bottom: 57px;
  }
  .mb100 {
    margin-bottom: 60px;
  }
  .mb60 {
    margin-bottom: 36px;
  }
  .mb70 {
    margin-bottom: 42px;
  }
  .mb80 {
    margin-bottom: 48px;
  }
  .mb90 {
    margin-bottom: 54px;
  }
  .mb100 {
    margin-bottom: 60px;
  }
  .pl {
    padding-left: 20px;
  }
  .pl5 {
    padding-left: 3px;
  }
  .pl10 {
    padding-left: 6px;
  }
  .pl15 {
    padding-left: 9px;
  }
  .pl20 {
    padding-left: 12px;
  }
  .pl25 {
    padding-left: 15px;
  }
  .pr {
    padding-right: 20px;
  }
  .pr5 {
    padding-right: 3px;
  }
  .pr10 {
    padding-right: 6px;
  }
  .pr15 {
    padding-right: 9px;
  }
  .pr20 {
    padding-right: 12px;
  }
  .pr25 {
    padding-right: 15px;
  }
  .ml {
    margin-left: 20px;
  }
  .ml5 {
    margin-left: 3px;
  }
  .ml10 {
    margin-left: 6px;
  }
  .ml15 {
    margin-left: 9px;
  }
  .ml20 {
    margin-left: 12px;
  }
  .ml25 {
    margin-left: 15px;
  }
  .mr {
    margin-right: 20px;
  }
  .mr5 {
    margin-right: 3px;
  }
  .mr10 {
    margin-right: 6px;
  }
  .mr15 {
    margin-right: 9px;
  }
  .mr20 {
    margin-right: 12px;
  }
  .mr25 {
    margin-right: 15px;
  }
}

/* padding & margin */
/* btn */
.btn {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  outline: none;
  max-width: 100%;
  height: 46px;
  padding-left: 15px;
  padding-right: 15px;
  background: #00BDD7;
  border: 2px solid #00BDD7;
  color: #FFF;
  border-radius: 30px;
  font-size: 15px;
  font-size: 1.0714285714rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  box-sizing: border-box;
  text-align: center;
  transition: all 0.3s ease;
  position: relative;
  appearance: none;
  top: 0;
  line-height: 1.2;
}

.btn:hover {
  text-decoration: none;
  opacity: 0.7;
}

.btn:disabled {
  pointer-events: none;
  opacity: 0.7;
}

.btn.sml {
  border-width: 1px;
  height: 27px;
  font-size: 13px;
  font-size: 0.9285714286rem;
}

.btn.lg {
  height: 70px;
  font-size: 18px;
  font-size: 1.2857142857rem;
}

.btn.white {
  background-color: #FFF;
  color: #00BDD7;
}

.btn.orange {
  background-color: #E19965;
  border-color: #E19965;
  color: #FFF;
}

.btn.plus:before {
  content: "+";
  font-size: 14px;
  font-size: 1rem;
  font-weight: bold;
  margin-right: 10px;
}

.btn-block {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -10px -15px;
}

.btn-block.left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.btn-block.right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.btn-block.f-wrap {
  flex-wrap: wrap;
}

.btn-block > * {
  margin: 0 10px 15px;
}

.btn-block > *.w5p {
  width: calc(5% - 10px * 2);
}

.btn-block > *.w10p {
  width: calc(10% - 10px * 2);
}

.btn-block > *.w15p {
  width: calc(15% - 10px * 2);
}

.btn-block > *.w20p {
  width: calc(20% - 10px * 2);
}

.btn-block > *.w25p {
  width: calc(25% - 10px * 2);
}

.btn-block > *.w30p {
  width: calc(30% - 10px * 2);
}

.btn-block > *.w35p {
  width: calc(35% - 10px * 2);
}

.btn-block > *.w40p {
  width: calc(40% - 10px * 2);
}

.btn-block > *.w45p {
  width: calc(45% - 10px * 2);
}

.btn-block > *.w50p {
  width: calc(50% - 10px * 2);
}

.btn-block > *.w55p {
  width: calc(55% - 10px * 2);
}

.btn-block > *.w60p {
  width: calc(60% - 10px * 2);
}

.btn-block > *.w65p {
  width: calc(65% - 10px * 2);
}

.btn-block > *.w70p {
  width: calc(70% - 10px * 2);
}

.btn-block > *.w75p {
  width: calc(75% - 10px * 2);
}

.btn-block > *.w80p {
  width: calc(80% - 10px * 2);
}

.btn-block > *.w85p {
  width: calc(85% - 10px * 2);
}

.btn-block > *.w90p {
  width: calc(90% - 10px * 2);
}

.btn-block > *.w95p {
  width: calc(95% - 10px * 2);
}

.btn-block > *.w100p {
  width: calc(100% - 10px * 2);
}

@media screen and (max-width: 767px) {
  .btn-block {
    flex-wrap: wrap;
    margin: 0 -5px -10px;
  }
  .btn-block > * {
    margin: 0 5px 10px;
  }
  .btn-block > *.w5p {
    width: calc(5% - 5px * 2);
  }
  .btn-block > *.w5p-sp {
    width: calc(5% - 5px * 2);
  }
  .btn-block > *.w10p {
    width: calc(10% - 5px * 2);
  }
  .btn-block > *.w10p-sp {
    width: calc(10% - 5px * 2);
  }
  .btn-block > *.w15p {
    width: calc(15% - 5px * 2);
  }
  .btn-block > *.w15p-sp {
    width: calc(15% - 5px * 2);
  }
  .btn-block > *.w20p {
    width: calc(20% - 5px * 2);
  }
  .btn-block > *.w20p-sp {
    width: calc(20% - 5px * 2);
  }
  .btn-block > *.w25p {
    width: calc(25% - 5px * 2);
  }
  .btn-block > *.w25p-sp {
    width: calc(25% - 5px * 2);
  }
  .btn-block > *.w30p {
    width: calc(30% - 5px * 2);
  }
  .btn-block > *.w30p-sp {
    width: calc(30% - 5px * 2);
  }
  .btn-block > *.w35p {
    width: calc(35% - 5px * 2);
  }
  .btn-block > *.w35p-sp {
    width: calc(35% - 5px * 2);
  }
  .btn-block > *.w40p {
    width: calc(40% - 5px * 2);
  }
  .btn-block > *.w40p-sp {
    width: calc(40% - 5px * 2);
  }
  .btn-block > *.w45p {
    width: calc(45% - 5px * 2);
  }
  .btn-block > *.w45p-sp {
    width: calc(45% - 5px * 2);
  }
  .btn-block > *.w50p {
    width: calc(50% - 5px * 2);
  }
  .btn-block > *.w50p-sp {
    width: calc(50% - 5px * 2);
  }
  .btn-block > *.w55p {
    width: calc(55% - 5px * 2);
  }
  .btn-block > *.w55p-sp {
    width: calc(55% - 5px * 2);
  }
  .btn-block > *.w60p {
    width: calc(60% - 5px * 2);
  }
  .btn-block > *.w60p-sp {
    width: calc(60% - 5px * 2);
  }
  .btn-block > *.w65p {
    width: calc(65% - 5px * 2);
  }
  .btn-block > *.w65p-sp {
    width: calc(65% - 5px * 2);
  }
  .btn-block > *.w70p {
    width: calc(70% - 5px * 2);
  }
  .btn-block > *.w70p-sp {
    width: calc(70% - 5px * 2);
  }
  .btn-block > *.w75p {
    width: calc(75% - 5px * 2);
  }
  .btn-block > *.w75p-sp {
    width: calc(75% - 5px * 2);
  }
  .btn-block > *.w80p {
    width: calc(80% - 5px * 2);
  }
  .btn-block > *.w80p-sp {
    width: calc(80% - 5px * 2);
  }
  .btn-block > *.w85p {
    width: calc(85% - 5px * 2);
  }
  .btn-block > *.w85p-sp {
    width: calc(85% - 5px * 2);
  }
  .btn-block > *.w90p {
    width: calc(90% - 5px * 2);
  }
  .btn-block > *.w90p-sp {
    width: calc(90% - 5px * 2);
  }
  .btn-block > *.w95p {
    width: calc(95% - 5px * 2);
  }
  .btn-block > *.w95p-sp {
    width: calc(95% - 5px * 2);
  }
  .btn-block > *.w100p {
    width: calc(100% - 5px * 2);
  }
  .btn-block > *.w100p-sp {
    width: calc(100% - 5px * 2);
  }
}

input.btn {
  display: -moz-inline-box;
  display: inline-block;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

a.update-btn {
  background: #00BDD7;
  border: 2px solid #00BDD7;
  color: #FFF;
}

/* btn */
/* link */
.link {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  font-size: 1.1428571429rem;
  font-weight: 500;
  color: #333333;
}

.link:after {
  content: "";
  width: 10px;
  height: 14px;
  background: no-repeat center/auto;
  background-image: url(../img/common/arrow-link.svg);
  margin-left: 10px;
  transition: all 0.3s ease;
}

.link:hover:after {
  transform: translateX(5px);
}

.link.back:after {
  display: none;
}

.link.back:before {
  content: "";
  width: 10px;
  height: 14px;
  background: no-repeat center/auto;
  background-image: url(../img/common/arrow-link.svg);
  margin-right: 10px;
  transition: all 0.3s ease;
  position: relative;
  transform: rotate(180deg);
  transform-origin: center center;
  left: 0;
}

.link.back:hover:before {
  left: -5px;
}

.link-block {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -10px -15px;
}

.link-block.left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.link-block.right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.link-block.f-wrap {
  flex-wrap: wrap;
}

.link-block > * {
  margin: 0 10px 15px;
}

.link-block > *.w5p {
  width: calc(5% - 10px * 2);
}

.link-block > *.w10p {
  width: calc(10% - 10px * 2);
}

.link-block > *.w15p {
  width: calc(15% - 10px * 2);
}

.link-block > *.w20p {
  width: calc(20% - 10px * 2);
}

.link-block > *.w25p {
  width: calc(25% - 10px * 2);
}

.link-block > *.w30p {
  width: calc(30% - 10px * 2);
}

.link-block > *.w35p {
  width: calc(35% - 10px * 2);
}

.link-block > *.w40p {
  width: calc(40% - 10px * 2);
}

.link-block > *.w45p {
  width: calc(45% - 10px * 2);
}

.link-block > *.w50p {
  width: calc(50% - 10px * 2);
}

.link-block > *.w55p {
  width: calc(55% - 10px * 2);
}

.link-block > *.w60p {
  width: calc(60% - 10px * 2);
}

.link-block > *.w65p {
  width: calc(65% - 10px * 2);
}

.link-block > *.w70p {
  width: calc(70% - 10px * 2);
}

.link-block > *.w75p {
  width: calc(75% - 10px * 2);
}

.link-block > *.w80p {
  width: calc(80% - 10px * 2);
}

.link-block > *.w85p {
  width: calc(85% - 10px * 2);
}

.link-block > *.w90p {
  width: calc(90% - 10px * 2);
}

.link-block > *.w95p {
  width: calc(95% - 10px * 2);
}

.link-block > *.w100p {
  width: calc(100% - 10px * 2);
}

@media screen and (max-width: 767px) {
  .link-block {
    flex-wrap: wrap;
    margin: 0 -5px -10px;
  }
  .link-block > * {
    margin: 0 5px 10px;
  }
  .link-block > *.w5p {
    width: calc(5% - 5px * 2);
  }
  .link-block > *.w5p-sp {
    width: calc(5% - 5px * 2);
  }
  .link-block > *.w10p {
    width: calc(10% - 5px * 2);
  }
  .link-block > *.w10p-sp {
    width: calc(10% - 5px * 2);
  }
  .link-block > *.w15p {
    width: calc(15% - 5px * 2);
  }
  .link-block > *.w15p-sp {
    width: calc(15% - 5px * 2);
  }
  .link-block > *.w20p {
    width: calc(20% - 5px * 2);
  }
  .link-block > *.w20p-sp {
    width: calc(20% - 5px * 2);
  }
  .link-block > *.w25p {
    width: calc(25% - 5px * 2);
  }
  .link-block > *.w25p-sp {
    width: calc(25% - 5px * 2);
  }
  .link-block > *.w30p {
    width: calc(30% - 5px * 2);
  }
  .link-block > *.w30p-sp {
    width: calc(30% - 5px * 2);
  }
  .link-block > *.w35p {
    width: calc(35% - 5px * 2);
  }
  .link-block > *.w35p-sp {
    width: calc(35% - 5px * 2);
  }
  .link-block > *.w40p {
    width: calc(40% - 5px * 2);
  }
  .link-block > *.w40p-sp {
    width: calc(40% - 5px * 2);
  }
  .link-block > *.w45p {
    width: calc(45% - 5px * 2);
  }
  .link-block > *.w45p-sp {
    width: calc(45% - 5px * 2);
  }
  .link-block > *.w50p {
    width: calc(50% - 5px * 2);
  }
  .link-block > *.w50p-sp {
    width: calc(50% - 5px * 2);
  }
  .link-block > *.w55p {
    width: calc(55% - 5px * 2);
  }
  .link-block > *.w55p-sp {
    width: calc(55% - 5px * 2);
  }
  .link-block > *.w60p {
    width: calc(60% - 5px * 2);
  }
  .link-block > *.w60p-sp {
    width: calc(60% - 5px * 2);
  }
  .link-block > *.w65p {
    width: calc(65% - 5px * 2);
  }
  .link-block > *.w65p-sp {
    width: calc(65% - 5px * 2);
  }
  .link-block > *.w70p {
    width: calc(70% - 5px * 2);
  }
  .link-block > *.w70p-sp {
    width: calc(70% - 5px * 2);
  }
  .link-block > *.w75p {
    width: calc(75% - 5px * 2);
  }
  .link-block > *.w75p-sp {
    width: calc(75% - 5px * 2);
  }
  .link-block > *.w80p {
    width: calc(80% - 5px * 2);
  }
  .link-block > *.w80p-sp {
    width: calc(80% - 5px * 2);
  }
  .link-block > *.w85p {
    width: calc(85% - 5px * 2);
  }
  .link-block > *.w85p-sp {
    width: calc(85% - 5px * 2);
  }
  .link-block > *.w90p {
    width: calc(90% - 5px * 2);
  }
  .link-block > *.w90p-sp {
    width: calc(90% - 5px * 2);
  }
  .link-block > *.w95p {
    width: calc(95% - 5px * 2);
  }
  .link-block > *.w95p-sp {
    width: calc(95% - 5px * 2);
  }
  .link-block > *.w100p {
    width: calc(100% - 5px * 2);
  }
  .link-block > *.w100p-sp {
    width: calc(100% - 5px * 2);
  }
}

/* link */
/* cat */
.cat {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  background-color: #E19965;
  color: #FFF;
  padding: 5px 10px;
  line-height: 1.3;
  font-size: 14px;
  font-size: 1rem;
  font-weight: bold;
  border-radius: 5px;
  transition: all 0.3s ease;
}

@media screen and (max-width: 767px) {
  .cat {
    font-size: 13px;
    font-size: 0.9285714286rem;
    padding: 3px 6px;
  }
}

.cat:hover {
  text-decoration: none;
  opacity: 0.7;
}

.cat-list {
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -5px -10px 0;
}

.cat-list.center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cat-list.right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.cat-list.f-wrap {
  flex-wrap: wrap;
}

.cat-list > * {
  margin: 0 5px 10px 0;
}

.cat-list > *.w5p {
  width: calc(5% - 20px);
}

.cat-list > *.w10p {
  width: calc(10% - 20px);
}

.cat-list > *.w15p {
  width: calc(15% - 20px);
}

.cat-list > *.w20p {
  width: calc(20% - 20px);
}

.cat-list > *.w25p {
  width: calc(25% - 20px);
}

.cat-list > *.w30p {
  width: calc(30% - 20px);
}

.cat-list > *.w35p {
  width: calc(35% - 20px);
}

.cat-list > *.w40p {
  width: calc(40% - 20px);
}

.cat-list > *.w45p {
  width: calc(45% - 20px);
}

.cat-list > *.w50p {
  width: calc(50% - 20px);
}

.cat-list > *.w55p {
  width: calc(55% - 20px);
}

.cat-list > *.w60p {
  width: calc(60% - 20px);
}

.cat-list > *.w65p {
  width: calc(65% - 20px);
}

.cat-list > *.w70p {
  width: calc(70% - 20px);
}

.cat-list > *.w75p {
  width: calc(75% - 20px);
}

.cat-list > *.w80p {
  width: calc(80% - 20px);
}

.cat-list > *.w85p {
  width: calc(85% - 20px);
}

.cat-list > *.w90p {
  width: calc(90% - 20px);
}

.cat-list > *.w95p {
  width: calc(95% - 20px);
}

.cat-list > *.w100p {
  width: calc(100% - 20px);
}

@media screen and (max-width: 767px) {
  .cat-list {
    flex-wrap: wrap;
    margin: 0 -5px -10px;
  }
  .cat-list > * {
    margin: 0 5px 10px;
  }
  .cat-list > *.w5p {
    width: calc(5% - 10px);
  }
  .cat-list > *.w5p-sp {
    width: calc(5% - 10px);
  }
  .cat-list > *.w10p {
    width: calc(10% - 10px);
  }
  .cat-list > *.w10p-sp {
    width: calc(10% - 10px);
  }
  .cat-list > *.w15p {
    width: calc(15% - 10px);
  }
  .cat-list > *.w15p-sp {
    width: calc(15% - 10px);
  }
  .cat-list > *.w20p {
    width: calc(20% - 10px);
  }
  .cat-list > *.w20p-sp {
    width: calc(20% - 10px);
  }
  .cat-list > *.w25p {
    width: calc(25% - 10px);
  }
  .cat-list > *.w25p-sp {
    width: calc(25% - 10px);
  }
  .cat-list > *.w30p {
    width: calc(30% - 10px);
  }
  .cat-list > *.w30p-sp {
    width: calc(30% - 10px);
  }
  .cat-list > *.w35p {
    width: calc(35% - 10px);
  }
  .cat-list > *.w35p-sp {
    width: calc(35% - 10px);
  }
  .cat-list > *.w40p {
    width: calc(40% - 10px);
  }
  .cat-list > *.w40p-sp {
    width: calc(40% - 10px);
  }
  .cat-list > *.w45p {
    width: calc(45% - 10px);
  }
  .cat-list > *.w45p-sp {
    width: calc(45% - 10px);
  }
  .cat-list > *.w50p {
    width: calc(50% - 10px);
  }
  .cat-list > *.w50p-sp {
    width: calc(50% - 10px);
  }
  .cat-list > *.w55p {
    width: calc(55% - 10px);
  }
  .cat-list > *.w55p-sp {
    width: calc(55% - 10px);
  }
  .cat-list > *.w60p {
    width: calc(60% - 10px);
  }
  .cat-list > *.w60p-sp {
    width: calc(60% - 10px);
  }
  .cat-list > *.w65p {
    width: calc(65% - 10px);
  }
  .cat-list > *.w65p-sp {
    width: calc(65% - 10px);
  }
  .cat-list > *.w70p {
    width: calc(70% - 10px);
  }
  .cat-list > *.w70p-sp {
    width: calc(70% - 10px);
  }
  .cat-list > *.w75p {
    width: calc(75% - 10px);
  }
  .cat-list > *.w75p-sp {
    width: calc(75% - 10px);
  }
  .cat-list > *.w80p {
    width: calc(80% - 10px);
  }
  .cat-list > *.w80p-sp {
    width: calc(80% - 10px);
  }
  .cat-list > *.w85p {
    width: calc(85% - 10px);
  }
  .cat-list > *.w85p-sp {
    width: calc(85% - 10px);
  }
  .cat-list > *.w90p {
    width: calc(90% - 10px);
  }
  .cat-list > *.w90p-sp {
    width: calc(90% - 10px);
  }
  .cat-list > *.w95p {
    width: calc(95% - 10px);
  }
  .cat-list > *.w95p-sp {
    width: calc(95% - 10px);
  }
  .cat-list > *.w100p {
    width: calc(100% - 10px);
  }
  .cat-list > *.w100p-sp {
    width: calc(100% - 10px);
  }
}

/* cat */
/* tag */
.tag {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  background-color: #FFF;
  color: #333333;
  padding: 5px 10px;
  line-height: 1.3;
  font-size: 13px;
  font-size: 0.9285714286rem;
  font-weight: 500;
  border-radius: 30px;
  transition: all 0.3s ease;
}

@media screen and (max-width: 767px) {
  .tag {
    font-size: 12px;
    font-size: 0.8571428571rem;
  }
}

.tag:before {
  content: "";
  width: 8px;
  height: 8px;
  margin-right: 5px;
  background-color: #00BDD7;
  border-radius: 50%;
}

.tag:hover {
  text-decoration: none;
  opacity: 0.7;
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -5px -10px 0;
}

.tag-list.center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tag-list.right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.tag-list.f-wrap {
  flex-wrap: wrap;
}

.tag-list > * {
  margin: 0 5px 10px 0;
}

.tag-list > *.w5p {
  width: calc(5% - 20px);
}

.tag-list > *.w10p {
  width: calc(10% - 20px);
}

.tag-list > *.w15p {
  width: calc(15% - 20px);
}

.tag-list > *.w20p {
  width: calc(20% - 20px);
}

.tag-list > *.w25p {
  width: calc(25% - 20px);
}

.tag-list > *.w30p {
  width: calc(30% - 20px);
}

.tag-list > *.w35p {
  width: calc(35% - 20px);
}

.tag-list > *.w40p {
  width: calc(40% - 20px);
}

.tag-list > *.w45p {
  width: calc(45% - 20px);
}

.tag-list > *.w50p {
  width: calc(50% - 20px);
}

.tag-list > *.w55p {
  width: calc(55% - 20px);
}

.tag-list > *.w60p {
  width: calc(60% - 20px);
}

.tag-list > *.w65p {
  width: calc(65% - 20px);
}

.tag-list > *.w70p {
  width: calc(70% - 20px);
}

.tag-list > *.w75p {
  width: calc(75% - 20px);
}

.tag-list > *.w80p {
  width: calc(80% - 20px);
}

.tag-list > *.w85p {
  width: calc(85% - 20px);
}

.tag-list > *.w90p {
  width: calc(90% - 20px);
}

.tag-list > *.w95p {
  width: calc(95% - 20px);
}

.tag-list > *.w100p {
  width: calc(100% - 20px);
}

@media screen and (max-width: 767px) {
  .tag-list {
    flex-wrap: wrap;
    margin: 0 -5px -10px;
  }
  .tag-list > * {
    margin: 0 5px 10px;
  }
  .tag-list > *.w5p {
    width: calc(5% - 10px);
  }
  .tag-list > *.w5p-sp {
    width: calc(5% - 10px);
  }
  .tag-list > *.w10p {
    width: calc(10% - 10px);
  }
  .tag-list > *.w10p-sp {
    width: calc(10% - 10px);
  }
  .tag-list > *.w15p {
    width: calc(15% - 10px);
  }
  .tag-list > *.w15p-sp {
    width: calc(15% - 10px);
  }
  .tag-list > *.w20p {
    width: calc(20% - 10px);
  }
  .tag-list > *.w20p-sp {
    width: calc(20% - 10px);
  }
  .tag-list > *.w25p {
    width: calc(25% - 10px);
  }
  .tag-list > *.w25p-sp {
    width: calc(25% - 10px);
  }
  .tag-list > *.w30p {
    width: calc(30% - 10px);
  }
  .tag-list > *.w30p-sp {
    width: calc(30% - 10px);
  }
  .tag-list > *.w35p {
    width: calc(35% - 10px);
  }
  .tag-list > *.w35p-sp {
    width: calc(35% - 10px);
  }
  .tag-list > *.w40p {
    width: calc(40% - 10px);
  }
  .tag-list > *.w40p-sp {
    width: calc(40% - 10px);
  }
  .tag-list > *.w45p {
    width: calc(45% - 10px);
  }
  .tag-list > *.w45p-sp {
    width: calc(45% - 10px);
  }
  .tag-list > *.w50p {
    width: calc(50% - 10px);
  }
  .tag-list > *.w50p-sp {
    width: calc(50% - 10px);
  }
  .tag-list > *.w55p {
    width: calc(55% - 10px);
  }
  .tag-list > *.w55p-sp {
    width: calc(55% - 10px);
  }
  .tag-list > *.w60p {
    width: calc(60% - 10px);
  }
  .tag-list > *.w60p-sp {
    width: calc(60% - 10px);
  }
  .tag-list > *.w65p {
    width: calc(65% - 10px);
  }
  .tag-list > *.w65p-sp {
    width: calc(65% - 10px);
  }
  .tag-list > *.w70p {
    width: calc(70% - 10px);
  }
  .tag-list > *.w70p-sp {
    width: calc(70% - 10px);
  }
  .tag-list > *.w75p {
    width: calc(75% - 10px);
  }
  .tag-list > *.w75p-sp {
    width: calc(75% - 10px);
  }
  .tag-list > *.w80p {
    width: calc(80% - 10px);
  }
  .tag-list > *.w80p-sp {
    width: calc(80% - 10px);
  }
  .tag-list > *.w85p {
    width: calc(85% - 10px);
  }
  .tag-list > *.w85p-sp {
    width: calc(85% - 10px);
  }
  .tag-list > *.w90p {
    width: calc(90% - 10px);
  }
  .tag-list > *.w90p-sp {
    width: calc(90% - 10px);
  }
  .tag-list > *.w95p {
    width: calc(95% - 10px);
  }
  .tag-list > *.w95p-sp {
    width: calc(95% - 10px);
  }
  .tag-list > *.w100p {
    width: calc(100% - 10px);
  }
  .tag-list > *.w100p-sp {
    width: calc(100% - 10px);
  }
}

/* tag */
/* form */
textarea {
  -webkit-appearance: none;
  max-width: 100%;
  box-sizing: border-box;
  outline: none;
  border-radius: 6px;
  transition: all 0.3s ease;
  position: relative;
  resize: vertical;
  border: 1px solid #666666;
  background: #FCFCFC;
  font-size: 14px;
  font-size: 1rem;
  padding: 10px;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  vertical-align: top;
}

textarea:focus {
  background-color: #FFF;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05);
}

textarea.h100 {
  height: 100px;
}

textarea::placeholder {
  color: #999999;
}

input[type="text"], input[type="email"], input[type="tel"], input[type="password"], input[type="number"], input[type="search"] {
  -webkit-appearance: none;
  height: 40px;
  line-height: 40px;
  max-width: 100%;
  box-sizing: border-box;
  outline: none;
  transition: all 0.3s ease;
  border-radius: 6px;
  border: 1px solid #666666;
  font-size: 14px;
  font-size: 1rem;
  position: relative;
  padding-left: 10px;
  background: #FCFCFC;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="password"]:focus, input[type="number"]:focus, input[type="search"]:focus {
  background-color: #FFF;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05);
}

input[type="text"].lg, input[type="email"].lg, input[type="tel"].lg, input[type="password"].lg, input[type="number"].lg, input[type="search"].lg {
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  font-size: 1.2857142857rem;
}

input[type="text"]::placeholder, input[type="email"]::placeholder, input[type="tel"]::placeholder, input[type="password"]::placeholder, input[type="number"]::placeholder, input[type="search"]::placeholder {
  color: #999999;
}

input[type="checkbox"] {
  display: none;
}

input[type="checkbox"]:checked + label:before {
  background-color: #E19965;
  border-color: #E19965;
}

input[type="checkbox"]:checked + label:after {
  opacity: 1;
  visibility: visible;
  transform: rotate(45deg);
  transform-origin: center center;
}

input[type="radio"] {
  display: none;
}

input[type="radio"]:checked + .radio:before {
  background-color: #E19965;
  border-color: #E19965;
}

input[type="radio"]:checked + .radio:after {
  opacity: 1;
  visibility: visible;
}

.form-input-text {
  -webkit-appearance: none;
  height: 40px;
  line-height: 40px;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  transition: all 0.3s ease;
  border-radius: 6px !important;
  border: 1px solid #666666;
  font-size: 14px;
  font-size: 1rem;
  position: relative;
  padding-left: 10px;
  background: #FCFCFC;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.form-input-text:focus {
  background-color: #FFF;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05);
}

.form-input-text.lg {
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  font-size: 1.2857142857rem;
}

.form-input-text::placeholder {
  color: #999999;
}

label.checkbox, input[type="checkbox"] + label {
  padding-left: 30px;
  min-height: 20px;
  cursor: pointer;
  margin: 0;
  display: -moz-inline-box;
  display: inline-block;
  font-weight: normal;
  position: relative;
  line-height: 1.5;
  font-size: 14px;
  font-size: 1rem;
  font-weight: 500;
}

label.checkbox.single, input[type="checkbox"] + label.single {
  width: 20px;
  padding-left: 0;
}

label.checkbox:before, input[type="checkbox"] + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: -moz-inline-box;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  background-color: #FCFCFC;
  border: 1px solid #666666;
  margin-top: 0px;
}

label.checkbox:after, input[type="checkbox"] + label:after {
  content: '';
  position: absolute;
  top: 4px;
  left: 8px;
  display: block;
  width: 5px;
  height: 10px;
  border-right: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  transform: rotate(60deg);
  transform-origin: center center;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  margin-top: 0px;
}

label.radio, input[type="checkbox"] + label.radio {
  padding-left: 30px;
  min-height: 24px;
  cursor: pointer;
  margin: 0;
  display: -moz-inline-box;
  display: inline-block;
  font-weight: normal;
  position: relative;
  line-height: 1.5;
  font-size: 14px;
  font-size: 1rem;
  font-weight: 500;
}

label.radio.single {
  width: 20px;
  padding-left: 0;
}

label.radio:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  display: -moz-inline-box;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #666666;
  box-sizing: border-box;
  background-color: #FCFCFC;
  border-radius: 50% 50% 50% 50%;
  margin-top: 0px;
}

label.radio:after {
  content: '';
  position: absolute;
  top: 6px;
  left: 6px;
  display: block;
  width: 8px;
  height: 8px;
  background-color: #FFF;
  border-radius: 50% 50% 50% 50%;
  opacity: 0;
  visibility: hidden;
  margin-top: 0px;
}

label.select, input[type="checkbox"] + label.select {
  position: relative;
  display: block;
  max-width: 100%;
}

label.select:after {
  position: absolute;
  content: "";
  display: block;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #DBDBDB transparent transparent transparent;
  right: 10px;
  top: 50%;
  margin-top: -3px;
  pointer-events: none;
}

.selectWrap:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 40px;
  height: 100%;
  pointer-events: none;
  right: 0;
  background: url(../img/common/arrow-down.svg) no-repeat center;
  border: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 40px;
  width: 100%;
  line-height: 40px;
  max-width: 100%;
  padding: 0 40px 0 10px;
  box-sizing: border-box;
  border: 1px solid #666666;
  outline: none;
  transition: all 0.3s ease;
  border-radius: 6px;
  background: #FCFCFC;
  cursor: pointer;
  font-size: 14px;
  font-size: 1rem;
  font-weight: normal;
  position: relative;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

select option {
  padding: 8px;
  border: none;
}

select.lg {
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  font-size: 1.2857142857rem;
}

select::-ms-expand {
  display: none;
}

.check-radios {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-bottom: -5px;
}

.check-radios > * {
  margin: 0 15px 5px 0;
}

.check-radios .horizontal-item {
  margin-left: 0;
}

.check-radios .horizontal-item + .horizontal-item {
  margin-left: 0;
}

.check-radios.vertical {
  -webkit-box-orient: vertical;
  flex-direction: column;
}

/* form */
/* table */
table {
  width: 100%;
  background-color: #FFF;
}

table th, table td {
  padding: 15px;
  border: 1px solid #DBDBDB;
  vertical-align: middle;
}

table th {
  background-color: #F1FCFF;
  font-weight: bold;
}

table thead th {
  background-color: #DBDBDB;
  color: #FFF;
}

@media screen and (max-width: 767px) {
  table.sp-column {
    display: block;
    border: 1px solid #DBDBDB;
  }
  table.sp-column thead, table.sp-column tbody, table.sp-column tr, table.sp-column th, table.sp-column td {
    display: block;
  }
  table.sp-column th, table.sp-column td {
    padding: 10px;
    border: none;
  }
}

/* table */
/* text */
.heading, .heading-lv02, .heading-lv01, .heading-bar {
  line-height: 1.4;
}

.heading:not(:last-child), .heading-lv02:not(:last-child), .heading-lv01:not(:last-child), .heading-bar:not(:last-child) {
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .heading:not(:last-child), .heading-lv02:not(:last-child), .heading-lv01:not(:last-child), .heading-bar:not(:last-child) {
    margin-bottom: 20px;
  }
}

.heading-lv01, .heading-bar {
  font-size: 16px;
  font-size: 1.1428571429rem;
  font-weight: bold;
  padding-left: 12px;
  position: relative;
}

.heading-lv01:after, .heading-bar:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: #00BDD7;
  border-radius: 2px;
}

.heading-lv02 {
  text-align: center;
  font-size: 28px;
  font-size: 2rem;
  font-weight: bold;
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
  .heading-lv02 {
    font-size: 26px;
    font-size: 1.8571428571rem;
  }
}

@media screen and (max-width: 767px) {
  .heading-lv02 {
    font-size: 24px;
    font-size: 1.7142857143rem;
  }
}

.heading-lv03 {
  font-size: 40px;
  font-size: 2.8571428571rem;
  font-weight: bold;
  text-align: center;
  color: #00BDD7;
  line-height: 1.3;
}

.heading-lv03:not(:last-child) {
  margin-bottom: 55px;
}

.heading-lv03 span {
  display: -moz-inline-box;
  display: inline-block;
  padding-bottom: 13px;
  background: url(../img/common/line-hd.svg) no-repeat center bottom;
}

@media screen and (max-width: 767px) {
  .heading-lv03 {
    font-size: 30px;
    font-size: 2.1428571429rem;
  }
  .heading-lv03:not(:last-child) {
    margin-bottom: 30px;
  }
}

.heading-bar {
  text-align: left;
  border: none;
  background-color: transparent;
  padding-top: 0;
  padding-bottom: 0;
}

.fs11 {
  font-size: 11px;
  font-size: 0.7857142857rem;
}

.fs12 {
  font-size: 12px;
  font-size: 0.8571428571rem;
}

.fs13 {
  font-size: 13px;
  font-size: 0.9285714286rem;
}

.fs14 {
  font-size: 14px;
  font-size: 1rem;
}

.fs15 {
  font-size: 15px;
  font-size: 1.0714285714rem;
}

.fs16 {
  font-size: 16px;
  font-size: 1.1428571429rem;
}

.fs17 {
  font-size: 17px;
  font-size: 1.2142857143rem;
}

.fs18 {
  font-size: 18px;
  font-size: 1.2857142857rem;
}

.fs19 {
  font-size: 19px;
  font-size: 1.3571428571rem;
}

.fs20 {
  font-size: 20px;
  font-size: 1.4285714286rem;
}

.fs21 {
  font-size: 21px;
  font-size: 1.5rem;
}

.fs22 {
  font-size: 22px;
  font-size: 1.5714285714rem;
}

.fs23 {
  font-size: 23px;
  font-size: 1.6428571429rem;
}

.fs24 {
  font-size: 24px;
  font-size: 1.7142857143rem;
}

.fs25 {
  font-size: 25px;
  font-size: 1.7857142857rem;
}

.fs26 {
  font-size: 26px;
  font-size: 1.8571428571rem;
}

.fs27 {
  font-size: 27px;
  font-size: 1.9285714286rem;
}

.fs28 {
  font-size: 28px;
  font-size: 2rem;
}

.fs29 {
  font-size: 29px;
  font-size: 2.0714285714rem;
}

.fs30 {
  font-size: 30px;
  font-size: 2.1428571429rem;
}

.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.text-none {
  background: #F3F5F6;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  font-size: 15px;
  font-size: 1.0714285714rem;
  font-weight: bold;
}

.text-sup {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 11px;
  font-size: 0.7857142857rem;
  font-weight: normal;
  color: #666666;
}

.text-red {
  color: #E62C2C;
}

.text-blue {
  color: #00BDD7;
}

.text-bold {
  font-weight: bold;
}

/* text */
/* etc */
.lh0 {
  line-height: 0;
}

.w10 {
  width: 10px;
}

.w20 {
  width: 20px;
}

.w30 {
  width: 30px;
}

.w40 {
  width: 40px;
}

.w50 {
  width: 50px;
}

.w60 {
  width: 60px;
}

.w70 {
  width: 70px;
}

.w80 {
  width: 80px;
}

.w90 {
  width: 90px;
}

.w100 {
  width: 100px;
}

.w110 {
  width: 110px;
}

.w120 {
  width: 120px;
}

.w130 {
  width: 130px;
}

.w140 {
  width: 140px;
}

.w150 {
  width: 150px;
}

.w160 {
  width: 160px;
}

.w170 {
  width: 170px;
}

.w180 {
  width: 180px;
}

.w190 {
  width: 190px;
}

.w200 {
  width: 200px;
}

.w210 {
  width: 210px;
}

.w220 {
  width: 220px;
}

.w230 {
  width: 230px;
}

.w240 {
  width: 240px;
}

.w250 {
  width: 250px;
}

.w260 {
  width: 260px;
}

.w270 {
  width: 270px;
}

.w280 {
  width: 280px;
}

.w290 {
  width: 290px;
}

.w300 {
  width: 300px;
}

.w310 {
  width: 310px;
}

.w320 {
  width: 320px;
}

.w330 {
  width: 330px;
}

.w340 {
  width: 340px;
}

.w350 {
  width: 350px;
}

.w360 {
  width: 360px;
}

.w370 {
  width: 370px;
}

.w380 {
  width: 380px;
}

.w390 {
  width: 390px;
}

.w400 {
  width: 400px;
}

.w410 {
  width: 410px;
}

.w420 {
  width: 420px;
}

.w430 {
  width: 430px;
}

.w440 {
  width: 440px;
}

.w450 {
  width: 450px;
}

.w460 {
  width: 460px;
}

.w470 {
  width: 470px;
}

.w480 {
  width: 480px;
}

.w490 {
  width: 490px;
}

.w500 {
  width: 500px;
}

.w510 {
  width: 510px;
}

.w520 {
  width: 520px;
}

.w530 {
  width: 530px;
}

.w540 {
  width: 540px;
}

.w550 {
  width: 550px;
}

.w560 {
  width: 560px;
}

.w570 {
  width: 570px;
}

.w580 {
  width: 580px;
}

.w590 {
  width: 590px;
}

.w600 {
  width: 600px;
}

.w610 {
  width: 610px;
}

.w620 {
  width: 620px;
}

.w630 {
  width: 630px;
}

.w640 {
  width: 640px;
}

.w650 {
  width: 650px;
}

.w660 {
  width: 660px;
}

.w670 {
  width: 670px;
}

.w680 {
  width: 680px;
}

.w690 {
  width: 690px;
}

.w700 {
  width: 700px;
}

.w710 {
  width: 710px;
}

.w720 {
  width: 720px;
}

.w730 {
  width: 730px;
}

.w740 {
  width: 740px;
}

.w750 {
  width: 750px;
}

.w760 {
  width: 760px;
}

.w770 {
  width: 770px;
}

.w780 {
  width: 780px;
}

.w790 {
  width: 790px;
}

.w800 {
  width: 800px;
}

.w810 {
  width: 810px;
}

.w820 {
  width: 820px;
}

.w830 {
  width: 830px;
}

.w840 {
  width: 840px;
}

.w850 {
  width: 850px;
}

.w860 {
  width: 860px;
}

.w870 {
  width: 870px;
}

.w880 {
  width: 880px;
}

.w890 {
  width: 890px;
}

.w900 {
  width: 900px;
}

.w910 {
  width: 910px;
}

.w920 {
  width: 920px;
}

.w930 {
  width: 930px;
}

.w940 {
  width: 940px;
}

.w950 {
  width: 950px;
}

.w960 {
  width: 960px;
}

.w970 {
  width: 970px;
}

.w980 {
  width: 980px;
}

.w990 {
  width: 990px;
}

.w1000 {
  width: 1000px;
}

.w150 {
  width: 150px;
}

.w200 {
  width: 200px;
}

.w250 {
  width: 250px;
}

.w300 {
  width: 300px;
}

.w350 {
  width: 350px;
}

.w400 {
  width: 400px;
}

.w450 {
  width: 450px;
}

.w500 {
  width: 500px;
}

.w550 {
  width: 550px;
}

.w600 {
  width: 600px;
}

.w650 {
  width: 650px;
}

.w700 {
  width: 700px;
}

.w750 {
  width: 750px;
}

.w800 {
  width: 800px;
}

.w850 {
  width: 850px;
}

.w900 {
  width: 900px;
}

.w950 {
  width: 950px;
}

.w1000 {
  width: 1000px;
}

.w5p {
  width: 5%;
}

.w10p {
  width: 10%;
}

.w15p {
  width: 15%;
}

.w20p {
  width: 20%;
}

.w25p {
  width: 25%;
}

.w30p {
  width: 30%;
}

.w35p {
  width: 35%;
}

.w40p {
  width: 40%;
}

.w45p {
  width: 45%;
}

.w50p {
  width: 50%;
}

.w55p {
  width: 55%;
}

.w60p {
  width: 60%;
}

.w65p {
  width: 65%;
}

.w70p {
  width: 70%;
}

.w75p {
  width: 75%;
}

.w80p {
  width: 80%;
}

.w85p {
  width: 85%;
}

.w90p {
  width: 90%;
}

.w95p {
  width: 95%;
}

.w100p {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .w10-sp {
    width: 10px;
  }
}

@media screen and (max-width: 767px) {
  .w20-sp {
    width: 20px;
  }
}

@media screen and (max-width: 767px) {
  .w30-sp {
    width: 30px;
  }
}

@media screen and (max-width: 767px) {
  .w40-sp {
    width: 40px;
  }
}

@media screen and (max-width: 767px) {
  .w50-sp {
    width: 50px;
  }
}

@media screen and (max-width: 767px) {
  .w60-sp {
    width: 60px;
  }
}

@media screen and (max-width: 767px) {
  .w70-sp {
    width: 70px;
  }
}

@media screen and (max-width: 767px) {
  .w80-sp {
    width: 80px;
  }
}

@media screen and (max-width: 767px) {
  .w90-sp {
    width: 90px;
  }
}

@media screen and (max-width: 767px) {
  .w100-sp {
    width: 100px;
  }
}

@media screen and (max-width: 767px) {
  .w110-sp {
    width: 110px;
  }
}

@media screen and (max-width: 767px) {
  .w120-sp {
    width: 120px;
  }
}

@media screen and (max-width: 767px) {
  .w130-sp {
    width: 130px;
  }
}

@media screen and (max-width: 767px) {
  .w140-sp {
    width: 140px;
  }
}

@media screen and (max-width: 767px) {
  .w150-sp {
    width: 150px;
  }
}

@media screen and (max-width: 767px) {
  .w160-sp {
    width: 160px;
  }
}

@media screen and (max-width: 767px) {
  .w170-sp {
    width: 170px;
  }
}

@media screen and (max-width: 767px) {
  .w180-sp {
    width: 180px;
  }
}

@media screen and (max-width: 767px) {
  .w190-sp {
    width: 190px;
  }
}

@media screen and (max-width: 767px) {
  .w200-sp {
    width: 200px;
  }
}

@media screen and (max-width: 767px) {
  .w210-sp {
    width: 210px;
  }
}

@media screen and (max-width: 767px) {
  .w220-sp {
    width: 220px;
  }
}

@media screen and (max-width: 767px) {
  .w230-sp {
    width: 230px;
  }
}

@media screen and (max-width: 767px) {
  .w240-sp {
    width: 240px;
  }
}

@media screen and (max-width: 767px) {
  .w250-sp {
    width: 250px;
  }
}

@media screen and (max-width: 767px) {
  .w260-sp {
    width: 260px;
  }
}

@media screen and (max-width: 767px) {
  .w270-sp {
    width: 270px;
  }
}

@media screen and (max-width: 767px) {
  .w280-sp {
    width: 280px;
  }
}

@media screen and (max-width: 767px) {
  .w290-sp {
    width: 290px;
  }
}

@media screen and (max-width: 767px) {
  .w300-sp {
    width: 300px;
  }
}

@media screen and (max-width: 767px) {
  .w310-sp {
    width: 310px;
  }
}

@media screen and (max-width: 767px) {
  .w320-sp {
    width: 320px;
  }
}

@media screen and (max-width: 767px) {
  .w330-sp {
    width: 330px;
  }
}

@media screen and (max-width: 767px) {
  .w340-sp {
    width: 340px;
  }
}

@media screen and (max-width: 767px) {
  .w350-sp {
    width: 350px;
  }
}

@media screen and (max-width: 767px) {
  .w360-sp {
    width: 360px;
  }
}

@media screen and (max-width: 767px) {
  .w370-sp {
    width: 370px;
  }
}

@media screen and (max-width: 767px) {
  .w380-sp {
    width: 380px;
  }
}

@media screen and (max-width: 767px) {
  .w390-sp {
    width: 390px;
  }
}

@media screen and (max-width: 767px) {
  .w400-sp {
    width: 400px;
  }
}

@media screen and (max-width: 767px) {
  .w410-sp {
    width: 410px;
  }
}

@media screen and (max-width: 767px) {
  .w420-sp {
    width: 420px;
  }
}

@media screen and (max-width: 767px) {
  .w430-sp {
    width: 430px;
  }
}

@media screen and (max-width: 767px) {
  .w440-sp {
    width: 440px;
  }
}

@media screen and (max-width: 767px) {
  .w450-sp {
    width: 450px;
  }
}

@media screen and (max-width: 767px) {
  .w460-sp {
    width: 460px;
  }
}

@media screen and (max-width: 767px) {
  .w470-sp {
    width: 470px;
  }
}

@media screen and (max-width: 767px) {
  .w480-sp {
    width: 480px;
  }
}

@media screen and (max-width: 767px) {
  .w490-sp {
    width: 490px;
  }
}

@media screen and (max-width: 767px) {
  .w500-sp {
    width: 500px;
  }
}

@media screen and (max-width: 767px) {
  .w150-sp {
    width: 150px;
  }
}

@media screen and (max-width: 767px) {
  .w200-sp {
    width: 200px;
  }
}

@media screen and (max-width: 767px) {
  .w250-sp {
    width: 250px;
  }
}

@media screen and (max-width: 767px) {
  .w300-sp {
    width: 300px;
  }
}

@media screen and (max-width: 767px) {
  .w350-sp {
    width: 350px;
  }
}

@media screen and (max-width: 767px) {
  .w400-sp {
    width: 400px;
  }
}

@media screen and (max-width: 767px) {
  .w450-sp {
    width: 450px;
  }
}

@media screen and (max-width: 767px) {
  .w500-sp {
    width: 500px;
  }
}

@media screen and (max-width: 767px) {
  .w5p-sp {
    width: 5%;
  }
}

@media screen and (max-width: 767px) {
  .w10p-sp {
    width: 10%;
  }
}

@media screen and (max-width: 767px) {
  .w15p-sp {
    width: 15%;
  }
}

@media screen and (max-width: 767px) {
  .w20p-sp {
    width: 20%;
  }
}

@media screen and (max-width: 767px) {
  .w25p-sp {
    width: 25%;
  }
}

@media screen and (max-width: 767px) {
  .w30p-sp {
    width: 30%;
  }
}

@media screen and (max-width: 767px) {
  .w35p-sp {
    width: 35%;
  }
}

@media screen and (max-width: 767px) {
  .w40p-sp {
    width: 40%;
  }
}

@media screen and (max-width: 767px) {
  .w45p-sp {
    width: 45%;
  }
}

@media screen and (max-width: 767px) {
  .w50p-sp {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .w55p-sp {
    width: 55%;
  }
}

@media screen and (max-width: 767px) {
  .w60p-sp {
    width: 60%;
  }
}

@media screen and (max-width: 767px) {
  .w65p-sp {
    width: 65%;
  }
}

@media screen and (max-width: 767px) {
  .w70p-sp {
    width: 70%;
  }
}

@media screen and (max-width: 767px) {
  .w75p-sp {
    width: 75%;
  }
}

@media screen and (max-width: 767px) {
  .w80p-sp {
    width: 80%;
  }
}

@media screen and (max-width: 767px) {
  .w85p-sp {
    width: 85%;
  }
}

@media screen and (max-width: 767px) {
  .w90p-sp {
    width: 90%;
  }
}

@media screen and (max-width: 767px) {
  .w95p-sp {
    width: 95%;
  }
}

@media screen and (max-width: 767px) {
  .w100p-sp {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  br.pc {
    display: none;
  }
}

br.tablet {
  display: none;
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
  br.tablet {
    display: inline;
  }
}

br.sp {
  display: none;
}

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

@media screen and (max-width: 767px) {
  img.pc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  img.sp {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .hidden-pc {
    display: none;
  }
}

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

/* etc */
.post .margin-bottom:not(:last-child):not([class^="mb"]), .post table:not(:last-child):not([class^="mb"]), .post .wp-caption:not(:last-child):not([class^="mb"]), .post blockquote:not(:last-child):not([class^="mb"]), .post ol:not(:last-child):not([class^="mb"]), .post ul:not(:last-child):not([class^="mb"]) {
  margin-bottom: 30px;
}

.post ul li {
  list-style-type: none;
  text-indent: -1em;
  padding-left: 1em;
}

.post ul li:before {
  content: "\0030fb";
  margin-right: 0.5em;
}

.post ol {
  padding-left: 1.5em;
}

.post ol li {
  list-style-type: decimal;
}

.post ol li:not(:last-child) {
  margin-bottom: 10px;
}

.post ol li:last-child {
  padding-bottom: 0;
}

.post strong {
  font-weight: bold;
}

.post em {
  font-style: italic;
}

.post del {
  text-decoration: line-through;
  color: #999999;
}

.post blockquote {
  display: block;
  padding: 15px;
  background-color: #F1FCFF;
  clear: both;
}

.post .h, .post h5, .post h4, .post h3, .post h2, .post h1 {
  line-height: 1.3;
  letter-spacing: 0.1em;
}

.post .h:not(:first-child), .post h5:not(:first-child), .post h4:not(:first-child), .post h3:not(:first-child), .post h2:not(:first-child), .post h1:not(:first-child) {
  margin-top: 30px;
}

.post .h:not(:last-child), .post h5:not(:last-child), .post h4:not(:last-child), .post h3:not(:last-child), .post h2:not(:last-child), .post h1:not(:last-child) {
  margin-bottom: 15px;
}

.post h1 {
  font-size: 27px;
  font-size: 1.9285714286rem;
  font-weight: bold;
}

.post h2 {
  font-size: 24px;
  font-size: 1.7142857143rem;
  font-weight: bold;
}

.post h3 {
  font-size: 21px;
  font-size: 1.5rem;
  font-weight: bold;
}

.post h4 {
  font-size: 19px;
  font-size: 1.3571428571rem;
  font-weight: bold;
}

.post h5 {
  font-size: 17px;
  font-size: 1.2142857143rem;
  font-weight: bold;
}

.post iframe {
  max-width: 100%;
}

.post a {
  color: #00BDD7;
  text-decoration: underline;
}

.post a:hover {
  text-decoration: none;
}

.post .aligncenter {
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.post .aligncenter:not(:first-child) {
  margin-top: 30px;
}

.post .aligncenter:not(:last-child) {
  margin-bottom: 30px;
}

.post .alignright {
  text-align: right;
  float: right;
  display: block;
  margin: 0 0 10px 15px;
}

.post .alignleft {
  text-align: left;
  float: left;
  margin: 0 15px 10px 0;
}

.post .wp-caption {
  max-width: 100%;
}

.post .wp-caption-text {
  color: #999999;
}

.post p:not(:last-child):not([class^="mb"]) {
  margin-bottom: 30px;
}

.post table td p:not(:last-child) {
  margin-bottom: 10px;
}

.post cite {
  border: 1px solid #DBDBDB;
  margin-top: 15px;
  padding: 10px;
  display: -moz-inline-box;
  display: inline-block;
}

.post cite:before, .post cite:after {
  content: "\00201d";
}

.post small {
  font-size: 12px;
  font-size: 0.8571428571rem;
}

.post .video-container {
  max-width: 640px;
  margin: 30px auto 0;
}

.post .video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.post .video iframe, .post .video object, .post .video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .post .alignright {
    max-width: 160px;
    height: auto;
    margin: 0 0 10px 10px;
  }
  .post .alignleft {
    max-width: 160px;
    height: auto;
    margin: 0 10px 10px 0;
  }
}

.post:after {
  clear: both;
  display: block;
  content: '';
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.eg-parent > *:not(.eg) {
  opacity: 0;
  visibility: hidden;
}

*[data-emergence], *.eg {
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  opacity: 0;
}

*[data-emergence=visible] {
  animation-name: fadeIn;
}

@supports (clip-path: polygon(0 0, 0 0, 0 0)) {
  *[data-anm="skew"] {
    -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    transition: 1s clip-path ease-out;
  }
  *[data-anm="skew"][data-emergence=visible] {
    animation-duration: 0.3s;
    transition-delay: 0.1s;
    -webkit-clip-path: polygon(0 0, 220% 0, 0 220%, 0 0);
    clip-path: polygon(0 0, 220% 0, 0 220%, 0 0);
  }
}

/* floating */
@keyframes floating {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(30%);
  }
  100% {
    transform: translateY(0%);
  }
}

@-webkit-keyframes floating {
  0% {
    -webkit-transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(30%);
  }
  100% {
    -webkit-transform: translateY(0%);
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes flipIn {
  0% {
    opacity: 0;
    -webkit-transform: perspective(2000px) rotateY(90deg);
    transform: perspective(2000px) rotateY(90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(2000px) rotateY(0);
    transform: perspective(2000px) rotateY(0);
  }
}

@keyframes flipIn {
  0% {
    opacity: 0;
    -webkit-transform: perspective(2000px) rotateY(90deg);
    -ms-transform: perspective(2000px) rotateY(90deg);
    transform: perspective(2000px) rotateY(90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(2000px) rotateY(0);
    -ms-transform: perspective(2000px) rotateY(0);
    transform: perspective(2000px) rotateY(0);
  }
}

.flipIn {
  -webkit-animation-name: flipIn;
  animation-name: flipIn;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
