@charset "UTF-8";
/*
Theme Name: oluolu 2023
*/
@import url("assets/scss/reset.css");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500&display=swap");
@import url("https://use.typekit.net/blr8dfu.css");
/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

@media screen and (max-width: 959px) {
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
}
@media screen and (min-width: 960px) {
  .pc_only {
    display: block;
    margin: 0 auto;
  }
  .sp_only {
    display: none;
  }
}
body {
  color: #333333 !important;
  letter-spacing: 0.05em;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  line-height: 1.4;
}
body input,
body button {
  font-family: inherit;
}
body a {
  color: inherit;
}
body p {
  line-height: 1.8;
}
body strong {
  font-weight: bold;
}
body .underline {
  text-decoration: underline;
}
body img {
  max-width: 100%;
  height: auto;
}
body iframe {
  max-width: 100%;
}
@media screen and (min-width: 960px) {
  body a:hover {
    opacity: 0.6;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
@media screen and (max-width: 959px) {
  body {
    font-size: 14px;
  }
}

.container {
  width: 1080px;
  max-width: 100%;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

.content-space {
  padding: 60px 0 60px;
}
@media screen and (max-width: 959px) {
  .content-space {
    padding: 50px 0 50px;
  }
}

ul.normal-list li {
  line-height: 1.8;
  padding-left: 1.4em;
  position: relative;
}
ul.normal-list li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0.5em;
}

ol.normal-list {
  list-style: decimal;
  padding-left: 2em;
}
ol.normal-list li {
  line-height: 1.8;
}

.logo-text {
  font-size: 36px;
}
.logo-text.white {
  color: #fff;
}
@media screen and (max-width: 959px) {
  .logo-text {
    font-size: 24px;
  }
}

.d-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.jc-sb {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

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

.fz-14 {
  font-size: 16px;
  color: #acacac;
  letter-spacing: 4px;
}

.no-wrap {
  white-space: nowrap;
}

.mb-20 {
  margin-bottom: 20px;
}

.d-flex__all {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flex-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.ta-center {
  text-align: center;
}

.button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  padding: 12px 0;
  letter-spacing: 2px;
}
.button__border {
  border: 1px solid #323a5e;
  width: 140px;
  margin: 0 0 0 auto;
  padding: 10px 0;
  display: block;
}
.button__gray {
  background-color: #f0f0f0;
}
.button__lightGray {
  background-color: #f0f3f9;
}
.button__brown {
  background-color: #9f906f;
  color: #fff;
}
.button__blue {
  background-color: #323a5e;
  color: #fff;
}
.button__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.button__icon {
  width: 14px;
  height: auto;
  margin-right: 6px;
}
.button__en {
  text-align: right;
  font-size: 12px;
  position: relative;
  padding-right: 16px;
  font-weight: 500;
  display: block;
}
.button__en::after {
  content: "";
  position: absolute;
  right: 4px;
  top: 18px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 4px;
  height: 4px;
  border: 0;
  border-top: solid 2px #19409a;
  border-right: solid 2px #19409a;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.button__more {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60%;
}
.button__mv {
  position: absolute;
  left: 0;
  bottom: -26%;
  width: 170px;
  font-family: "shippori-mincho", sans-serif;
  z-index: 1;
  font-size: 16px;
  padding: 10px 0 10px 20px;
  text-align: left;
}
@media screen and (max-width: 959px) {
  .button__mv {
    bottom: -38%;
  }
}
.button__mv a {
  position: relative;
  display: block;
}
.button__mv a:after {
  content: url(./assets/images/mv/arrow.svg);
  position: absolute;
  width: 8px;
  right: 10px;
  top: 4%;
}
.button__google {
  color: #acacac;
  padding: 2px 16px 2px 0 !important;
}
.button__google::after {
  top: 9px;
  border-top: solid 2px #acacac;
  border-right: solid 2px #acacac;
}
.button__salon {
  width: 33.3%;
}
.button__recruit {
  padding: 20px 10px;
  font-size: 14px;
  background-image: -webkit-linear-gradient(250deg, rgba(155, 212, 212, 0.25), rgba(136, 143, 177, 0.25));
  background-image: linear-gradient(200deg, rgba(155, 212, 212, 0.25), rgba(136, 143, 177, 0.25));
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  text-align: left;
  border-bottom: 1px solid #323a5e;
}
@media screen and (max-width: 959px) {
  .button__recruit {
    padding: 20px 0.4em;
  }
}
@media screen and (max-width: 329px) {
  .button__recruit {
    letter-spacing: 1px;
  }
}
.button__recruit:first-child {
  width: 100%;
  font-size: 18px;
  text-align: center;
}
.button__recruit:nth-child(2) {
  border-right: 1px solid #323a5e;
}
.button__recruit:after {
  position: absolute;
  content: url(./assets/images/recruit/button-arrow.png);
  right: 2%;
  top: 20%;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  pointer-events: none;
}
.button__recruit-career {
  width: 33.3333333333%;
}
@media screen and (max-width: 959px) {
  .button__recruit-career {
    font-size: 12px;
  }
}
.button__recruit-career:nth-child(3) {
  border-right: 1px solid #323a5e;
}
.button__recruit-career {
  background-image: -webkit-linear-gradient(250deg, rgba(185, 131, 154, 0.25), rgba(136, 152, 177, 0.25));
  background-image: linear-gradient(200deg, rgba(185, 131, 154, 0.25), rgba(136, 152, 177, 0.25));
}
.button__entry {
  font-family: "shippori-mincho", sans-serif;
  font-size: 24px;
  width: 40%;
  max-width: 400px;
  margin: 0 auto;
  padding: 1em 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 479px) {
  .button__entry {
    width: 100%;
  }
}

.right-0 {
  margin-right: calc(50% - 50vw);
}

.left-0 {
  margin-left: calc(50% - 50vw);
}

.header {
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: fixed;
  z-index: 10;
}
.header__wrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 3em 0;
  width: 94%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 479px) {
  .header__wrap {
    width: 92%;
    padding: 1em 0;
  }
}
.header__menu {
  margin-left: auto;
}
.header__instagram {
  width: 20px;
  height: auto;
  margin: 0 auto;
}
.header__instagram img {
  width: 100%;
}
@media screen and (max-width: 959px) {
  .header {
    padding: 15px 0 8px 0;
  }
}

.header-navi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.header-navi__item {
  margin-left: 30px;
  text-transform: uppercase;
  font-size: 14px;
}
.header-navi__item:first-child, .header-navi__item:last-child {
  display: none;
}

.menu-trigger {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 !important;
  width: 40px;
  position: relative;
  height: 12px;
  vertical-align: middle;
  margin-bottom: 14px;
  cursor: pointer;
}
.menu-trigger span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 40px;
  height: 1px;
  background-color: #707070;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  left: inherit;
  bottom: 0;
}
.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(4px) rotate(-45deg);
  transform: translateY(4px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  -webkit-transform: translateY(-7px) rotate(45deg);
  transform: translateY(-7px) rotate(45deg);
}

.sp-navi {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  position: fixed;
  padding-top: 10%;
  top: 0;
  z-index: 9;
  background: #fff;
  -webkit-transition: all 0.9s cubic-bezier(0.5, 0, 0, 1);
  transition: all 0.9s cubic-bezier(0.5, 0, 0, 1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
  pointer-events: none;
  letter-spacing: 2px;
}
@media screen and (max-width: 1047px) {
  .sp-navi {
    display: block;
  }
}
@media screen and (max-width: 479px) {
  .sp-navi {
    padding-top: 9em;
  }
}
.sp-navi.active {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  -webkit-transition: all 0.9s cubic-bezier(0.5, 0, 0, 1);
  transition: all 0.9s cubic-bezier(0.5, 0, 0, 1);
  opacity: 1;
  pointer-events: auto;
}
.sp-navi__item {
  display: block;
  padding: 18px 30px;
  border-top: 1px solid #eee;
  color: #333333;
  text-align: center;
  text-transform: uppercase;
}
.sp-navi__item:last-child {
  border-bottom: 1px solid #eee;
}

.form-table {
  font-size: 15px;
}
.form-table__wrap {
  position: relative;
}
.form-table__wrap::after {
  content: "";
  display: block;
  width: 300px;
  height: 100%;
  background-color: #f4f4f4;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.form-table div[data-formrun-show-if-error] {
  margin-top: 8px;
  color: red;
}
@media screen and (max-width: 959px) {
  .form-table div[data-formrun-show-if-error] {
    font-size: 12px;
  }
}
.form-table__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #bcbcbc;
  position: relative;
  z-index: 3;
}
.form-table__row:first-child {
  border-top: 1px solid #bcbcbc;
}
.form-table__row.block {
  display: block;
  text-align: center;
  margin-top: 60px;
  border-bottom: 0;
  border-top: 0;
}
.form-table__head {
  width: 300px;
  padding: 0 24px;
  line-height: 1.4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.form-table__head span {
  font-size: 10px;
  display: inline-block;
  border: 1px solid #87b4d0;
  padding: 2px 10px;
  border-radius: 100px;
  vertical-align: middle;
  margin-left: 12px;
  background-color: #87b4d0;
  color: #fff;
}
.form-table__body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.form-table__body.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 959px) {
  .form-table {
    font-size: 16px;
  }
  .form-table__wrap::after {
    display: none;
  }
  .form-table__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px 0;
  }
  .form-table__row.block {
    margin-top: 30px;
  }
  .form-table__head {
    width: 100%;
    font-size: 14px;
    padding: 0;
    margin-bottom: 12px;
  }
  .form-table__head span {
    font-size: 12px;
  }
  .form-table__body {
    width: 100%;
    padding: 0;
  }
}
.form-table label {
  display: block;
  margin-bottom: 12px;
}
.form-table label input[type=checkbox] {
  display: none;
}
.form-table label input[type=checkbox]:checked + span::after {
  opacity: 1;
}
.form-table label input[type=checkbox] + span {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 30px;
  position: relative;
  width: auto;
}
.form-table label input[type=checkbox] + span::before {
  background: #fff;
  border: 1px solid #333333;
  border-radius: 3px;
  content: "";
  display: block;
  height: 16px;
  left: 0;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  width: 16px;
}
.form-table label input[type=checkbox] + span::after {
  border-right: 3px solid #333333;
  border-bottom: 3px solid #333333;
  content: "";
  display: block;
  height: 9px;
  left: 6px;
  margin-top: -8px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 5px;
}
.form-table label input[type=radio] {
  display: none;
}
.form-table label input[type=radio]:checked + span::after {
  opacity: 1;
}
.form-table label input[type=radio] + span {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 30px;
  position: relative;
  width: auto;
}
.form-table label input[type=radio] + span::before {
  background: #fff;
  border: 1px solid #333333;
  border-radius: 100%;
  content: "";
  display: block;
  height: 18px;
  left: 0;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  width: 18px;
}
.form-table label input[type=radio] + span::after {
  content: "";
  display: block;
  left: 5px;
  margin-top: -5px;
  opacity: 0;
  position: absolute;
  top: 50%;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #333333;
}
.form-table input[type=text],
.form-table input[type=tel],
.form-table input[type=email],
.form-table textarea {
  font-size: 15px;
  padding: 15px 24px;
  border: 0;
  border-radius: 4px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: bold;
  background-color: #f4f4f4;
}
.form-table input[type=text]::-webkit-input-placeholder, .form-table input[type=tel]::-webkit-input-placeholder, .form-table input[type=email]::-webkit-input-placeholder, .form-table textarea::-webkit-input-placeholder {
  font-size: 15px;
  font-weight: bold;
  color: #ddd;
}
.form-table input[type=text]::-moz-placeholder, .form-table input[type=tel]::-moz-placeholder, .form-table input[type=email]::-moz-placeholder, .form-table textarea::-moz-placeholder {
  font-size: 15px;
  font-weight: bold;
  color: #ddd;
}
.form-table input[type=text]:-ms-input-placeholder, .form-table input[type=tel]:-ms-input-placeholder, .form-table input[type=email]:-ms-input-placeholder, .form-table textarea:-ms-input-placeholder {
  font-size: 15px;
  font-weight: bold;
  color: #ddd;
}
.form-table input[type=text]::-ms-input-placeholder, .form-table input[type=tel]::-ms-input-placeholder, .form-table input[type=email]::-ms-input-placeholder, .form-table textarea::-ms-input-placeholder {
  font-size: 15px;
  font-weight: bold;
  color: #ddd;
}
.form-table input[type=text]::placeholder,
.form-table input[type=tel]::placeholder,
.form-table input[type=email]::placeholder,
.form-table textarea::placeholder {
  font-size: 15px;
  font-weight: bold;
  color: #ddd;
}
@media screen and (max-width: 959px) {
  .form-table input[type=text],
  .form-table input[type=tel],
  .form-table input[type=email],
  .form-table textarea {
    font-size: 16px;
    padding: 18px 22px;
  }
  .form-table input[type=text]::-webkit-input-placeholder, .form-table input[type=tel]::-webkit-input-placeholder, .form-table input[type=email]::-webkit-input-placeholder, .form-table textarea::-webkit-input-placeholder {
    font-size: 16px;
  }
  .form-table input[type=text]::-moz-placeholder, .form-table input[type=tel]::-moz-placeholder, .form-table input[type=email]::-moz-placeholder, .form-table textarea::-moz-placeholder {
    font-size: 16px;
  }
  .form-table input[type=text]:-ms-input-placeholder, .form-table input[type=tel]:-ms-input-placeholder, .form-table input[type=email]:-ms-input-placeholder, .form-table textarea:-ms-input-placeholder {
    font-size: 16px;
  }
  .form-table input[type=text]::-ms-input-placeholder, .form-table input[type=tel]::-ms-input-placeholder, .form-table input[type=email]::-ms-input-placeholder, .form-table textarea::-ms-input-placeholder {
    font-size: 16px;
  }
  .form-table input[type=text]::placeholder,
  .form-table input[type=tel]::placeholder,
  .form-table input[type=email]::placeholder,
  .form-table textarea::placeholder {
    font-size: 16px;
  }
}

.wpcf7 form .wpcf7-response-output {
  border: 0 !important;
  padding: 20px !important;
  background-color: rgba(255, 0, 0, 0.3) !important;
  margin: 2em 0 0 0 !important;
  color: red !important;
}
.wpcf7 form.sent .wpcf7-response-output {
  color: #46b450 !important;
  background-color: rgba(70, 180, 80, 0.3) !important;
}

.normal-btn {
  display: inline-block;
  width: 300px;
  background-color: #333333;
  color: #fff;
  font-size: 12px;
  padding: 20px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  border-radius: 100px;
  position: relative;
  border: 1px solid #333333;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.normal-btn::after {
  content: "";
  display: block;
  width: 26px;
  height: 12px;
  background-image: url("./assets/images/arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.normal-btn:hover {
  background-color: #fff;
  color: #333333;
}
.normal-btn:hover::after {
  background-image: url("./assets/images/arrow--black.svg");
}

/* スライドする要素 */
.mv__content {
  height: 100vh;
  width: 1200px;
  -o-object-fit: cover;
     object-fit: cover;
}
.mv__content img {
  -webkit-backface-visibility: hidden;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 479px) {
  .mv__content {
    width: 100vw;
  }
  .mv__content img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

/* スライドレールの枠 */
.mv__wrap {
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100vh;
}

/* content4つをまとめたスライドブロック */
.mv__slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: loop-slide 30s infinite linear 1s both;
  animation: loop-slide 30s infinite linear 1s both;
}
@media screen and (max-width: 479px) {
  .mv__slide {
    -webkit-animation: loop-slide 20s infinite linear 1s both;
    animation: loop-slide 20s infinite linear 1s both;
  }
}

@-webkit-keyframes loop-slide {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes loop-slide {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.mv__wrap {
  width: 100vw;
  margin: 0 auto;
  position: relative;
}
.mv__logo {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 60vw;
  max-width: 380px;
  height: auto;
}
.mv__logo img {
  width: 100%;
}

.fadein-01 {
  -webkit-animation-name: fadein-01;
          animation-name: fadein-01;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
  opacity: 0;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.fadein-02 {
  -webkit-animation-name: fadein-02;
          animation-name: fadein-02;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
  opacity: 0;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.fadein-03 {
  -webkit-animation-name: fadein-03;
          animation-name: fadein-03;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
  opacity: 0;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes fadein-01 {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadein-01 {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadein-02 {
  from {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fadein-02 {
  from {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes fadein-03 {
  from {
    opacity: 0;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fadein-03 {
  from {
    opacity: 0;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.mv-navi {
  font-size: 12px;
  font-weight: 500;
  position: absolute;
  left: 20px;
  bottom: 8%;
  letter-spacing: 3px;
}
.mv-navi__item {
  padding-top: 14px;
}
.mv-navi__item:first-child, .mv-navi__item:last-child {
  display: none;
}

.concept-catch {
  font-family: "shippori-mincho", sans-serif;
  letter-spacing: 3px;
  margin-bottom: 30px;
  position: relative;
}
.concept-catch__en {
  color: #19409a;
  margin-bottom: 20px;
  font-size: 20px;
}
@media screen and (max-width: 959px) {
  .concept-catch__en {
    font-size: 18px;
  }
}
.concept-catch__ja {
  font-size: 28px;
  line-height: 1.6;
}
.concept-catch__ja span {
  font-size: 0.8em;
}
@media screen and (max-width: 959px) {
  .concept-catch__ja {
    font-size: 22px;
  }
}
.concept-catch__bg {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 66px;
  text-align: right;
  color: #323a5e;
  opacity: 0.1;
  line-height: 1.1;
  letter-spacing: 5px;
}
@media screen and (max-width: 959px) {
  .concept-catch__bg {
    font-size: 46px;
  }
}

#about .about__container {
  margin: 80px auto;
}
@media screen and (max-width: 479px) {
  #about .about__container {
    margin: 60px auto;
  }
}
#about .about__block {
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 479px) {
  #about .about__block {
    display: block;
  }
}
#about .about__box {
  width: 48%;
}
@media screen and (max-width: 959px) {
  #about .about__box {
    width: 100%;
  }
}
#about .about__catch-main {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 40px;
  letter-spacing: 6px;
  line-height: 1.8;
}
@media screen and (max-width: 479px) {
  #about .about__catch-main {
    font-size: 6vw;
  }
}
@media screen and (max-width: 479px) {
  #about .about__catch {
    margin-bottom: 80px;
  }
}
#about .about__img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#about .about__img-01 {
  margin-top: -10%;
}
#about .about__img-02 {
  margin-bottom: -10%;
}
#about .about__img-01, #about .about__img-02 {
  width: 48%;
}
#about .about__img img {
  width: 100%;
}

#pick-up-menu .pick-up-menu__block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 80px;
}
#pick-up-menu .pick-up-menu__block:nth-child(2) {
  -webkit-box-orient: inherit;
  -webkit-box-direction: inherit;
  -webkit-flex-direction: inherit;
      -ms-flex-direction: inherit;
          flex-direction: inherit;
}
@media screen and (max-width: 479px) {
  #pick-up-menu .pick-up-menu__block {
    display: block;
  }
}
#pick-up-menu .pick-up-menu__box {
  width: 48%;
  padding: 0 3em;
}
@media screen and (max-width: 479px) {
  #pick-up-menu .pick-up-menu__box {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 1em;
  }
}
#pick-up-menu .pick-up-menu__box a {
  cursor: pointer;
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 12px 0;
  letter-spacing: 2px;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  position: relative;
  max-width: 300px;
}
#pick-up-menu .pick-up-menu__box a::after {
  position: absolute;
  content: "";
  width: 6px; /* ボックスの横幅を指定する */
  height: 6px; /* ボックスの高さを指定する */
  border-top: 1px solid #333333; /* 境界線の上部を実線に指定する*/
  border-right: 1px solid #333333; /* 境界線の上部を実線に指定する*/
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); /* ボックスを回転させる（右向き矢印） */
  right: 30%;
  top: 0;
  bottom: 0;
  margin: auto 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#pick-up-menu .pick-up-menu__box a:hover::after {
  right: 28%;
}
@media screen and (max-width: 479px) {
  #pick-up-menu .pick-up-menu__img {
    margin-bottom: 30px;
  }
}
#pick-up-menu .pick-up-menu__heading {
  margin-bottom: 24px;
}
@media screen and (max-width: 479px) {
  #pick-up-menu .pick-up-menu__heading {
    margin-bottom: 20px;
  }
}
#pick-up-menu .pick-up-menu__heading .heading__en {
  font-family: "gill-sans-nova", sans-serif;
  font-size: 30px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 8px;
  position: relative;
}
@media screen and (max-width: 479px) {
  #pick-up-menu .pick-up-menu__heading .heading__en {
    font-size: 22px;
    font-weight: 400;
  }
}
#pick-up-menu .pick-up-menu__heading .heading__en:after {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  background: #333333;
  border-radius: 50%;
  left: -14px;
  top: 50%;
}
#pick-up-menu .pick-up-menu__heading .heading__ja {
  color: #acacac;
}
#pick-up-menu .pick-up-menu__text {
  margin-bottom: 24px;
}

#information .information__block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 479px) {
  #information .information__block {
    display: block;
  }
}
#information .information__box {
  width: 48%;
}
@media screen and (max-width: 479px) {
  #information .information__box {
    width: 100%;
  }
}
#information .information__box table {
  width: 100%;
  margin-bottom: 30px;
}
#information .information__box table tr {
  text-align: left;
  margin-bottom: 10px;
}
#information .information__box table th {
  width: 30%;
  letter-spacing: 2px;
}
#information .information__box table td {
  width: 70%;
}
#information .information__box table th,
#information .information__box table td {
  padding: 5px 0;
}
@media screen and (max-width: 479px) {
  #information .information__img {
    margin-bottom: 30px;
  }
}
#information .information__google iframe {
  width: 100%;
}

#menu .menu__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "gill-sans-nova", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 4px;
  font-size: 20px;
  padding-top: 20px;
  margin-bottom: 120px;
  margin: 0 auto 120px auto;
}
@media screen and (max-width: 479px) {
  #menu .menu__link {
    font-size: 16px;
  }
}
#menu .menu__link a {
  position: relative;
  width: 180px;
  text-align: center;
}
#menu .menu__link a::after {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #333333;
  margin: 0 auto;
  right: 0;
  left: 0;
  bottom: -10px;
}
#menu .menu__block {
  margin: 0 auto;
  padding: 60px 0;
}
#menu .menu__heading {
  text-align: center;
  position: relative;
  font-size: 30px;
  font-family: "gill-sans-nova", sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 8px;
  margin-bottom: 100px;
}
@media screen and (max-width: 479px) {
  #menu .menu__heading {
    font-size: 22px;
    margin-bottom: 40px;
  }
}
#menu .menu__heading::after {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #333333;
  bottom: -20%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#menu .menu__price {
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  width: 120px;
  height: 120px;
  margin: -10% 0 20px auto;
  border-radius: 50%;
  border: 1px solid #707070;
}
@media screen and (max-width: 479px) {
  #menu .menu__price {
    width: 80px;
    height: 80px;
  }
}
#menu .menu__price-inner {
  line-height: 0.8;
  letter-spacing: 2px;
  font-family: "gill-sans-nova", sans-serif;
  font-weight: 300;
  font-style: normal;
}
@media screen and (max-width: 479px) {
  #menu .menu__price-inner {
    font-size: 22px;
    line-height: 0;
  }
}
#menu .menu__price-inner span {
  font-size: 20px;
  line-height: 1.2;
}
@media screen and (max-width: 479px) {
  #menu .menu__price-inner span {
    font-size: 14px;
  }
}
#menu .menu__price-inner .small {
  font-size: 12px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 479px) {
  #menu .menu__price-inner .small {
    font-size: 10px;
  }
}
#menu .menu__price-inner .big {
  font-size: 30px;
}
@media screen and (max-width: 479px) {
  #menu .menu__price-inner .big {
    font-size: 22px;
  }
}
#menu .menu__heading-sub {
  margin-bottom: 40px;
  position: relative;
}
#menu .menu__heading-sub .heading__en {
  font-size: 30px;
  font-family: "gill-sans-nova", sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 8px;
}
@media screen and (max-width: 479px) {
  #menu .menu__heading-sub .heading__en {
    font-size: 22px;
    font-weight: 400;
  }
}
#menu .menu__heading-sub .heading__ja {
  font-size: 12px;
  color: #acacac;
  padding-bottom: 10px;
  border-bottom: 1px solid #707070;
  margin-bottom: 20px;
}
@media screen and (max-width: 479px) {
  #menu .menu__heading-sub .heading__ja {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 479px) {
  #menu .menu__heading-sub .heading__text {
    width: 74%;
  }
}
#menu .menu__heading-sub .menu__price {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 479px) {
  #menu .menu__heading-sub .menu__price {
    top: 15px;
    margin: unset;
  }
}
#menu .menu__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 60px;
}
@media screen and (max-width: 479px) {
  #menu .menu__flex {
    display: block;
  }
}
#menu .menu__flex::after {
  display: block;
  content: "";
  width: 30%;
}
#menu .menu__box {
  width: 30%;
  padding: 0 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 40px;
}
#menu .menu__box:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 479px) {
  #menu .menu__box {
    width: 100%;
  }
}
#menu .menu__box .img-padding {
  padding: 2em 4em;
}
#menu .menu__img {
  margin-bottom: 20px;
}
#menu .menu__name {
  font-size: 18px;
  margin-bottom: 10px;
  letter-spacing: 2px;
}
#menu .menu__text {
  font-size: 12px;
}
#menu .menu__topping .topping__wrap {
  padding: 0 2em;
}
@media screen and (max-width: 479px) {
  #menu .menu__topping .topping__wrap {
    padding: 0;
  }
}
#menu .menu__topping .topping__box {
  background-color: #f7f7f7;
  padding: 2em 4em;
  width: 54%;
}
@media screen and (max-width: 479px) {
  #menu .menu__topping .topping__box {
    padding: 1em 2em;
    width: 80%;
  }
}
#menu .menu__topping .topping__box:nth-child(2) {
  background-color: #fff;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  width: 44%;
  margin: -6% 0 0 auto;
}
@media screen and (max-width: 479px) {
  #menu .menu__topping .topping__box:nth-child(2) {
    width: 88%;
  }
}
#menu .menu__topping .topping__heading {
  margin-bottom: 16px;
  position: relative;
}
#menu .menu__topping .topping__heading .heading__en {
  font-family: "gill-sans-nova", sans-serif;
  font-size: 22px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 8px;
  position: relative;
}
@media screen and (max-width: 479px) {
  #menu .menu__topping .topping__heading .heading__en {
    font-size: 18px;
    letter-spacing: 4px;
  }
}
#menu .menu__topping .topping__heading .heading__en::before {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background: #333333;
  left: -14px;
}
#menu .menu__topping .topping__heading .heading__ja {
  color: #acacac;
  font-size: 12px;
}
#menu .menu__topping .topping__heading .heading__price {
  position: absolute;
  font-family: "gill-sans-nova", sans-serif;
  font-weight: 300;
  font-style: normal;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
  background-color: #f7f7f7;
  font-size: 20px;
  padding: 0 10px;
  height: 40px;
  line-height: 40px;
  letter-spacing: 2px;
}
@media screen and (max-width: 479px) {
  #menu .menu__topping .topping__heading .heading__price {
    font-size: 18px;
    right: -20px;
  }
}
#menu .menu__topping .topping__heading .heading__price span {
  font-size: 15px;
}
#menu .menu__topping .topping__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 30px;
}
#menu .menu__topping .topping__item::after {
  display: block;
  content: "";
  width: 30%;
}
#menu .menu__topping .topping__item > div {
  width: 30%;
  margin-bottom: 6px;
}
@media screen and (max-width: 479px) {
  #menu .menu__topping .topping__item > div {
    width: 48%;
  }
}

/*ラジオボタンを全て消す*/
input[name=tab-menu] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
/*選択されているタブを表示*/
/*選択されているタブのスタイル*/
#sbi_load .sbi_load_btn {
  border-radius: 0 !important;
  border: 1px solid #323a5e;
}

#privacy .privacy_container {
  max-width: 800px;
  margin: 0 auto;
}
#privacy .privacy_dis {
  margin-bottom: 40px;
}
#privacy .privacy_lead .number {
  color: #9f906f;
  font-size: 16px;
  margin-bottom: 20px;
  margin-top: 2.5em;
}
#privacy .privacy_lead h4 {
  font-family: "shippori-mincho", sans-serif;
  font-size: 22px;
  margin-bottom: 30px;
}
#privacy .privacy_lead p {
  margin-top: 1.5em;
  line-height: 2.4;
}
#privacy .privacy_lead ul {
  margin-top: 1em;
}
#privacy .privacy_lead ul li {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 2;
}
#privacy .privacy_box ul {
  margin-left: 1em;
}

#instagram .sbi_follow_btn {
  margin-left: 0 !important;
}
@media screen and (max-width: 479px) {
  #instagram .sbi_follow_btn {
    width: 100% !important;
  }
}
#instagram .sbi_follow_btn a {
  border-radius: unset !important;
  min-width: 240px !important;
  padding: 20px 0 !important;
  margin: 30px auto 0 auto !important;
  font-size: 14px !important;
}
@media screen and (max-width: 479px) {
  #instagram .sbi_follow_btn a {
    margin-top: 20px !important;
    width: 100% !important;
  }
}
#instagram .sbi_item {
  padding: 20px !important;
}
#instagram .sbi_photo_wrap {
  padding: 10px !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.footer__wrap {
  margin-top: 100px;
  width: 100%;
  padding-bottom: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 479px) {
  .footer__wrap {
    margin-top: 60px;
  }
}
.footer__img {
  width: 40%;
  margin-bottom: 20px;
}
@media screen and (max-width: 479px) {
  .footer__img {
    width: 70%;
  }
}
.footer__img img {
  width: 100%;
}
.footer__logo {
  width: 200px;
}
.footer__legal {
  text-align: center;
  font-size: 12px;
}
@media screen and (max-width: 959px) {
  .footer__logo {
    width: 120px;
  }
}

.to-top {
  display: block;
  width: 50px;
  height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 1px solid #707070;
  position: relative;
  background-color: #fff;
  margin: 0 auto;
}
.to-top::before, .to-top::after {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background-color: #707070;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.to-top::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  right: -14px;
}
.to-top::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: -14px;
}
.to-top:hover {
  opacity: 1;
}

.page {
  padding: 0px 0px 0px;
}
@media screen and (max-width: 959px) {
  .page {
    padding: 0px 0px 0px;
  }
}
.page__head {
  margin-bottom: 100px;
}
@media screen and (max-width: 959px) {
  .page__head {
    margin-bottom: 30px;
  }
}
.page__wrap {
  padding: 0 20px;
}
.page__wrap-100 {
  padding: 0;
}
.page__heading {
  margin-bottom: 60px;
}
.page__heading .heading__en {
  text-align: center;
  letter-spacing: 8px;
  font-size: 30px;
  font-family: "gill-sans-nova", sans-serif;
  font-weight: 300;
  font-style: normal;
  position: relative;
}
@media screen and (max-width: 479px) {
  .page__heading .heading__en {
    font-size: 22px;
  }
}
.page__heading .heading__en::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 30px;
  background: #888;
  right: 0;
  left: 0;
  margin: 0 auto;
  bottom: -40px;
}
@media screen and (max-width: 479px) {
  .page__heading .heading__en::after {
    height: 20px;
    bottom: -30px;
  }
}

.page-mv {
  height: 30vh;
  width: 100vw;
}
.page-mv > .container {
  width: 100%;
  height: 100%;
}
.page-mv > .container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-mv__content {
  position: absolute;
  line-height: 1.6;
  padding: 10px;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  margin: auto;
}
@media screen and (max-width: 959px) {
  .page-mv > .container {
    width: 100%;
    padding: 0;
  }
  .page-mv__content {
    padding: 15px 20px;
  }
  .page-mv__title {
    font-size: 22px;
  }
}

.pagenavi-mv {
  position: relative;
  z-index: 2;
  margin-top: -130px;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .pagenavi-mv {
    margin-top: -50px;
  }
}
.pagenavi-mv__wrap {
  width: 1080px;
  max-width: 100%;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

.pagenavi-menu {
  width: 1080px;
  max-width: 100%;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: calc(10px * -1);
}
.pagenavi-menu__item {
  margin-bottom: 10px;
  margin-right: 10px;
  width: calc((100% - 10px * (6 - 1)) / 6);
}
.pagenavi-menu__item:nth-of-type(6n) {
  margin-right: 0;
}
@media screen and (max-width: 959px) {
  .pagenavi-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: calc(10px * -1);
  }
  .pagenavi-menu__item {
    margin-bottom: 10px;
    margin-right: 10px;
    width: calc((100% - 10px * (3 - 1)) / 3);
  }
  .pagenavi-menu__item:nth-of-type(3n) {
    margin-right: 0;
  }
}
.pagenavi-menu__link {
  font-size: 20px;
}
.pagenavi-menu__sub {
  color: #323a5e;
}

.wysiwyg {
  font-weight: 500;
  line-height: 1.875;
}
.wysiwyg p,
.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4,
.wysiwyg table,
.wysiwyg dl,
.wysiwyg blockquote, .wysiwyg > ul, .wysiwyg > ol, .wysiwyg > figure, .wysiwyg > div {
  margin-bottom: 2em;
}
.wysiwyg h2 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.6;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 12px;
}
.wysiwyg h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 4px;
}
.wysiwyg h4 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
}
.wysiwyg p {
  font-size: 16px;
  line-height: 1.875;
}
.wysiwyg .wp-block-table {
  overflow-x: scroll;
}
.wysiwyg .wp-block-table::-webkit-scrollbar {
  width: 10px;
}
.wysiwyg .wp-block-table::-webkit-scrollbar-track {
  border-radius: 10px;
  border: 1px solid #e7e7e7;
}
.wysiwyg .wp-block-table::-webkit-scrollbar-thumb {
  background-color: #f2f2f2;
  border-radius: 10px;
}
.wysiwyg img {
  max-width: 100%;
}
.wysiwyg img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wysiwyg img.alignright {
  float: right;
  margin-left: 1.5em;
}
.wysiwyg img.alignleft {
  float: left;
  margin-right: 1.5em;
}
.wysiwyg table thead {
  background-color: #454545;
  color: #fff;
  text-align: right;
}
.wysiwyg table thead th {
  text-align: center;
}
.wysiwyg table th,
.wysiwyg table td {
  padding: 12px 12px;
  white-space: nowrap;
  position: relative;
}
.wysiwyg table th::after,
.wysiwyg table td::after {
  content: "";
  display: block;
  width: 2px;
  height: 1.6em;
  background-color: #e6e6e6;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.wysiwyg table th:last-child::after,
.wysiwyg table td:last-child::after {
  display: none;
}
.wysiwyg table tbody tr td {
  border-bottom: 2px solid #e6e6e6;
}
.wysiwyg table tbody tr td:first-child {
  background-color: #f2f2f2;
}
.wysiwyg table tbody tr td:first-child::after {
  display: none;
}
.wysiwyg table tbody tr th {
  background-color: #f2f2f2;
}
.wysiwyg dl {
  border: 1px solid #ccc;
}
.wysiwyg dt,
.wysiwyg dd {
  padding: 12px;
  line-height: 1.6;
}
.wysiwyg dt {
  background-color: #454545;
  color: #fff;
}
.wysiwyg blockquote {
  font-size: 16px;
  line-height: 1.875;
  background-color: #f2f2f2;
  padding: 48px;
  position: relative;
}
.wysiwyg blockquote::before {
  content: "“";
  position: absolute;
  top: 12px;
  left: 24px;
  color: #9e9b94;
  font-size: 24px;
}
.wysiwyg blockquote::after {
  content: "”";
  position: absolute;
  bottom: 12px;
  right: 24px;
  color: #9e9b94;
  font-size: 24px;
}
.wysiwyg blockquote cite {
  font-size: 14px;
  display: block;
  text-align: right;
  color: #6f6c67;
  position: relative;
}
.wysiwyg blockquote cite::before {
  content: "";
  display: inline-block;
  height: 1px;
  width: 28px;
  background-color: #707070;
  vertical-align: middle;
  margin-right: 1.5em;
}
.wysiwyg ul {
  list-style: disc;
}
.wysiwyg ol {
  list-style: decimal;
}
.wysiwyg ul,
.wysiwyg ol {
  padding-left: 1.3em;
}
.wysiwyg ul li,
.wysiwyg ol li {
  line-height: 1.8;
}
.wysiwyg strong {
  font-weight: bold;
}
@media screen and (max-width: 959px) {
  .wysiwyg h2 {
    font-size: 18px;
  }
  .wysiwyg h3 {
    font-size: 16px;
  }
  .wysiwyg h4 {
    font-size: 14px;
  }
  .wysiwyg p {
    font-size: 14px;
  }
  .wysiwyg blockquote {
    font-size: 14px;
    padding: 40px 32px;
  }
  .wysiwyg blockquote cite {
    font-size: 12px;
  }
}

.pagination-wrap {
  width: 100%;
  margin: 100px auto 0;
}

.pagination,
.page-numbers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination span,
.pagination a,
.page-numbers span,
.page-numbers a {
  margin: 0 10px;
  display: block;
  text-align: center;
  width: 40px;
  line-height: 40px;
  font-size: 18px;
  border-radius: 3px;
  border: 1px solid #333333;
}
.pagination span.current, .pagination span:hover,
.pagination a.current,
.pagination a:hover,
.page-numbers span.current,
.page-numbers span:hover,
.page-numbers a.current,
.page-numbers a:hover {
  background: #333333;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 1;
  color: #fff;
}
@media screen and (max-width: 959px) {
  .pagination,
  .page-numbers {
    margin-top: 65px;
  }
  .pagination span,
  .pagination a,
  .page-numbers span,
  .page-numbers a {
    font-size: 16px;
    width: 28px;
    line-height: 28px;
  }
}

.breadcrumb {
  margin-top: 20px;
}
.breadcrumb ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.breadcrumb li {
  white-space: nowrap;
}
.breadcrumb li::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 13px;
  background-image: url("./assets/images/arrow-right--mini.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 20px;
  color: #ebe4d8;
}
.breadcrumb li:last-child::after {
  display: none;
}
@media screen and (max-width: 959px) {
  .breadcrumb {
    overflow-x: scroll;
  }
}

.md-body {
  width: 720px;
  margin: auto;
  max-width: 100%;
}

.category-label {
  padding: 4px 10px;
  font-size: 14px;
  background: #fff;
  color: #888;
  border: 1px solid #ddd;
  display: inline-block;
  border-radius: 99px;
  line-height: 1.5;
}
@media screen and (max-width: 959px) {
  .category-label {
    font-size: 10px;
  }
}

.single__category {
  margin-bottom: 4px;
}
.single__title {
  line-height: 1.5;
  font-weight: bold;
  font-size: 32px;
  margin-bottom: 20px;
}
.single__date {
  font-size: 16px;
}
.single__terms {
  margin-top: 10px;
}
.single__thumbnail {
  margin-top: 60px;
}
.single__thumbnail img {
  width: 100%;
}
.single__content {
  margin-top: 40px;
}
@media screen and (max-width: 959px) {
  .single__title {
    font-size: 20px;
  }
  .single__date {
    font-size: 12px;
  }
  .single__terms a {
    font-size: 12px;
  }
}

.current {
  color: #323a5e;
  padding-bottom: 2px;
  border-bottom: 1px solid #323a5e;
}

.note {
  text-align: right;
}/*# sourceMappingURL=style.css.map */