@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1:wght@200;300;400;500;600;700&display=swap');
:root {
  --color01: #002054;
  --color02: #e8dace;
  --color03: #fa227e;
  --color04: #cccccc;
  --color05: #dacda0;
  --color06: #eeeeee;
  --color07: #5c413d;
  --color08: ;
  --color09: ;
  --color10: ;
  --color11: ;
  --color12: ;
  --color13: ;
  --ff-mincho: "游明朝",
    "YuMincho",
    "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN",
    "HG明朝",
    "Sawarabi Mincho",
    serif;
  --ff-goshic: "游ゴシック",
    YuGothic,
    Hiragino Sans,
    "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic Pro",
    Hiragino Kaku Gothic ProN,
    "メイリオ",
    Meiryo,
    "ＭＳ Ｐゴシック",
    sans-serif;
}
.tit01 .jp {
  display: block;
  font-weight: 600 !important;
}
html {
  color: #666;
  /* font-family: 'Noto Serif JP', serif; */
   font-family: 'M PLUS 1', sans-serif; 
}
.fead-mv-new {
  -webkit-transition: opacity .5s cubic-bezier(0.39, 0.575, 0.565, 1) .6s;
  -ms-transition: opacity .5s cubic-bezier(0.39, 0.575, 0.565, 1) .6s;
  transition: opacity .5s cubic-bezier(0.39, 0.575, 0.565, 1) .6s;
  opacity: 0;
}
.fead-mv-new.mv{
  opacity: 1;
}
.l-h2 {
  line-height: 2;
}
@media (max-width: 1024px) {
  html {
    font-size: 14px;
  }
}
.txt {
  line-height: 2;
}
.tac {
  text-align: center;
}
.m20 {
  margin: 20px 0;
}
.fs24 {
  font-size: 24px;
}
.fs22 {
  font-size: 22px;
}
.fs14 {
  font-size: 14px;
}
.fs18 {
  font-size: 18px;
}
.fs36 {
  font-size: 36px;
}
.fs30 {
  font-size: 30px;
}
.mbem2 {
  margin-bottom: 2em;
}
.mb-5px{
  margin-bottom: -5px;
}
.yu-min {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
}
.h100-cmn {
  height: 100%;
}

.js-thumb img {
  cursor: pointer;
}

.up-fxd-even2 > *:nth-child(even) .up-d-flex,
.up-fxd-odd2 > *:nth-child(odd) .up-d-flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}

/* 片方のみブラウザ幅いっぱい（1000px基準） */
.up-left-1000 {
  margin-left: calc(50% - 500px);
}

.up-right-1000 {
  margin-right: calc(50% - 500px);
}

[class*=up-fxd-even] > .up-left-1000:nth-child(even),
[class*=up-fxd-odd] > .up-left-1000:nth-child(odd) {
  margin-left: 0;
  margin-right: calc(50% - 500px);
}

[class*=up-fxd-even] > .up-right-1000:nth-child(even),
[class*=up-fxd-odd] > .up-right-1000:nth-child(odd) {
  margin-right: 0;
  margin-left: calc(50% - 500px);
}

@media only screen and (max-width: 1024px) {
  .up-left-1000 {
    margin-left: 2%;
  }
  .up-right-1000 {
    margin-right: 2%;
  }
  [class*=up-fxd-even] > .up-left-1000:nth-child(even),
[class*=up-fxd-odd] > .up-left-1000:nth-child(odd) {
    margin-left: 0;
    margin-right: 2%;
  }
  [class*=up-fxd-even] > .up-right-1000:nth-child(even),
[class*=up-fxd-odd] > .up-right-1000:nth-child(odd) {
    margin-right: 0;
    margin-left: 2%;
  }
}
@media only screen and (max-width: 599px) {
  .fead-mv-new {
    -webkit-transition: opacity .5s cubic-bezier(0.39, 0.575, 0.565, 1) .6s;
    -ms-transition: opacity .5s cubic-bezier(0.39, 0.575, 0.565, 1) .6s;
    transition: opacity .5s cubic-bezier(0.39, 0.575, 0.565, 1) .6s;
    opacity: 0;
  }
  .up-left-1000 {
    margin-right: 2%;
  }
  .up-right-1000 {
    margin-left: 2%;
  }
  [class*=up-fxd-even] > .up-left-1000:nth-child(even),
[class*=up-fxd-odd] > .up-left-1000:nth-child(odd) {
    margin-left: 2%;
    margin-right: 2%;
  }
  [class*=up-fxd-even] > .up-right-1000:nth-child(even),
[class*=up-fxd-odd] > .up-right-1000:nth-child(odd) {
    margin-right: 2%;
    margin-left: 2%;
  }
}
@media (max-width: 1024px) {
  .contents-cmn\@tb {
    display: contents;
  }
}
@media (max-width: 599px) {
  .contents-cmn\@sp {
    display: contents;
  }
}
/* ---------------------------
カラー
----------------------------- */
.color01 {
  color: var(--color01);
}

.color02 {
  color: var(--color02);
}

.color03 {
  color: var(--color03);
}

.color04 {
  color: var(--color04);
}

.color05 {
  color: var(--color05);
}

.color06 {
  color: var(--color06);
}

.color07 {
  color: var(--color07);
}

.color08 {
  color: var(--color08);
}

.color09 {
  color: var(--color09);
}

.color10 {
  color: var(--color10);
}

.color11 {
  color: var(--color11);
}

.color12 {
  color: var(--color12);
}

.color13 {
  color: var(--color13);
}

/* ---------------------------
背景画像
----------------------------- */
.bgc01 {
  background-color: var(--color02);
}

.bgc02 {
  background-color: var(--color01);
}

.bgc03 {
  background-color: var(--color05);
}

.bgc04 {
  background-color: #fff;
}
.bgc04 img {
  opacity: 0.3;
}

.bgc05 {
  background-color: var(--color06);
}

.bgc06 {
  background-color: var(--color01);
}
.bgc06 img {
  opacity: 0.6;
}

.bgc07 {
  background-color: #000;
}
.bgc07 img {
  opacity: 0.6;
}

.bgc08 {
  background-color: #5c413d;
}

/* ---------------------------
セクション余白
----------------------------- */
.area {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media (max-width: 1024px) {
  .area {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 599px) {
  .area {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
/* ---------------------------
その他
----------------------------- */
.text-shadow01 {
  text-shadow: #fff 1px 1px 0, #fff -1px -1px 0, #fff -1px 1px 0, #fff 1px -1px 0, #fff 0px 1px 0, #fff -1px 0, #fff -1px 0 0, #fff 1px 0 0;
}

.text-shadow02 {
  text-shadow: 0px 0px 3px #000, 0px 0px 3px #000, 0px 0px 3px #000, 0 0 10px #000;
}

.border01 {
  border: 1px solid;
}

.border02 {
  border-top: 1px solid #002054;
}

.border03 {
  border-bottom: 1px solid #bfbfbf;
}

.border04 {
  border-bottom: 1px solid #eee;
}

.border05 {
  border: 5px solid #cfa972;
}

.border06 {
  border-bottom: 1px solid;
}

.border07 {
  border-bottom: 2px solid;
}

.dotted01 {
  border-top: dotted 3px;
}

.first-letter01:first-letter {
  font-size: 250%;
}

.first-letter02:first-letter {
  font-size: 150%;
}

.checklist01 li {
  padding-left: 1.5em;
  position: relative;
  margin: 1em 0;
}
.checklist01 li:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 100%;
}

/* ---------------------------
ボタン
----------------------------- */
.btn-cmn01 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: bold;
  font-size: 16px;
}
.btn-cmn01 a,
.btn-cmn01 span {
  display: block;
  /* border-bottom: 1px solid; */
}

.btn-cmn02 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 400px;
  max-width: 100%;
  font-weight: 600;
}
.btn-cmn02 a,
.btn-cmn02 button {
  display: block;
  /* border: 2px solid var(--color01); */
  padding: 15px;
  text-align: center;
  background-color: #fff;
}
.btn-cmn02.__brown {
  color: #fff;
      border: solid 2px #002054;
}
.btn-cmn02.__brown a,
.btn-cmn02.__brown button {
  background-color: var(--color01);
}
.btn-cmn02.__small {
  min-width: 200px;
}
.btn-cmn02.__small a,
.btn-cmn02.__small button {
  padding: 10px;
}

.btn-cmn03 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 200px;
  max-width: 100%;
  font-weight: bold;
}
.btn-cmn03 a,
.btn-cmn03 button {
  display: block;
  border: 0px solid;
  padding: 0.5em;
  text-align: center;
  width: 100%;
  background-color: inherit;
  line-height: 1.5;
}
.btn-cmn03 a:hover,
.btn-cmn02 a:hover,
.header-web a:hover,
.btn-cmn03 button:hover{
  opacity: 1;
}
.btn-cmn03 button:hover {
  color: #fff;
  background: #002054;
}
/* ---------------------------
見出し
----------------------------- */
.heading01 span {
  display: block;
}
.heading01 .en {
  font-size: 32px;
}
h3.heading01 .en {
  font-size: 26px;
}
.heading01 .ja {
  font-size: 14px;
}

.heading02 {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}
.heading02:before {
  content: "\f16d";
  font-family: "Font Awesome 5 Brands";
  font-weight: 900;
  margin-right: 30px;
  font-size: 27px;
}
.heading02 span {
  font-size: 32px;
}
.heading02:after {
  content: "";
  width: 10%;
  -webkit-box-flex: 1;
          flex-grow: 1;
  border-bottom: 1px solid;
  margin-left: 30px;
}

.heading03 {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}
.heading03 .en {
  padding: 0 1em ;
}
 .heading03:after {
  content: "";
  width: 10%;
  -webkit-box-flex: 1;
          flex-grow: 1;
  border-bottom: 1px solid;
} 
.heading03.__center:before {
  content: "";
  width: 10%;
  -webkit-box-flex: 1;
          flex-grow: 1;
  border-bottom: 1px solid;
}

.title01 {
  text-indent: -1em;
  padding-left: 1em;
}

.title02 {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}
.title02:after {
  content: "";
  border-bottom: 1px solid;
  width: 10%;
  -webkit-box-flex: 1;
          flex-grow: 1;
}

.title03 {
  padding-left: 2.5em;
  padding-bottom: 0.5em;
  position: relative;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
}
.title03:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0.5em;
}

.title04 {
  background: var(--color01);
  color: #fff;
  padding: 0.5em 1em;
}

@media (max-width: 1024px) {
  .btn-cmn02 {
    min-width: 300px;
  }
  .btn-cmn02 a,
.btn-cmn02 button {
    padding: 10px;
  }
}
@media (max-width: 599px) {
  h3.heading01 .ja {
    font-size: 14px;
    text-align: left;
}
  .heading03 .en{
    padding: 0 1em 0 0 ;
  }
  .heading03.sin .en{
    padding: 0 1em ;
  }
  .btn-cmn01 {
    font-size: 12px;
  }
  .heading01 .en {
    font-size: 24px;
  }
  h3.heading01 .en {
    font-size: 22px;
  }
  .heading01 .ja {
    font-size: 12px;
  }
  .btn-cmn02 {
    min-width: 200px;
  }
  .btn-cmn02 a,
.btn-cmn02 button {
    padding: 8px;
  }
  .btn-cmn03 {
    min-width: 150px;
  }
  .heading02:before {
    margin-right: 15px;
    font-size: 24px;
  }
  .heading02 span {
    font-size: 24px;
  }
  .heading02:after {
    margin-left: 15px;
  }
}
/* ---------------------------
トップページ
----------------------------- */
.pagettl {
  font-size: 12px;
}

.header-web {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 300px;
  max-width: 100%;
}
.header-web a {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  padding: 0.4em;
  border: 2px solid #666;
  text-align: center;
  font-weight: 600;
  min-height: 45px;
}
.header-web a:before {
  content: "\f108";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 3px;
}

.header-address {
  font-size: 12px;
  text-align: right;
  margin: 10px 0;
}

.header-schedule {
  font-size: 14px;
  text-align: left;
  margin: -15px 0 5px 50%;
}

.header-tel {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 200px;
  max-width: 100%;
  font-weight: 500;
  margin-left: auto;
  color: #fff;
}
.header-tel a {
  background-color: var(--color01);
  display: block;
  padding: 0.5em;
  text-align: center;
  font-size: 18px;
  min-height: 45px;
}

.header-logo {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.header-logo a {
  display: block;
}

.gnav.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
}

.glist {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.g-item {
  font-weight: 600;
}
.g-item > a,
.g-item dt {
  cursor: pointer;
  padding: 20px 10px;
  display: block;
}
.g-item .pull {
  position: relative;
}
.g-item .pulllist {
  visibility: hidden;
  opacity: 0;
  border-radius: 10px;
  position: absolute;
  -webkit-transform: translate(-50%, 60px);
          transform: translate(-50%, 60px);
  left: 50%;
  top: 10px;
  width: 200px;
  z-index: 10;
  padding: 10px;
  background: var(--color01);
}
.g-item .pulllist:before {
  bottom: 100%;
  left: 50%;
  content: "";
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  border: 6px solid transparent;
  border-bottom-color: var(--color01);
  position: absolute;
}
.g-item .pulllist li {
  color: #fff;
}
.g-item .pulllist a {
  display: block;
  padding: 10px;
  font-size: 16px;
  -webkit-transition: none;
  transition: none;
  text-align: center;
}
.g-item.pullbox:hover .pulllist {
  -webkit-transition: 0.6s all ease;
  transition: 0.6s all ease;
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.top-mv-box {
  position: relative;
}

.top-mv-box .slider {
  position: relative;
  padding-top: 48%;
}

.top-mv-box .slider .uk-slidenav-position {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.top-mv-box .slider .uk-slideshow {
  height: 100% !important;
}

.top-mv-box .slider .uk-slideshow * {
  height: 100% !important;
}

.top-mv-box .slider li > div {
  position: relative;
  display: block;
  width: 100%;
}

.top-mv-box .slider li img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.top-news-box {
  position: absolute;
  right: 0;
  bottom: -15px;
  z-index: 3;
  background-color: rgba(255, 255, 255, 0.8);
  max-width: 750px;
  width: 100%;
  padding: 1.5em;
  box-shadow: 3px 3px 3px #ddd;
}
.top-news-box .ttl {
  width: 140px;
  text-align: center;
  margin-bottom: 2em;
}
.top-news-box .ttl span {
  display: block;
}
.top-news-box ul {
  width: 10%;
  -webkit-box-flex: 1;
          flex-grow: 1;
  font-size: 16px;
}
.top-news-box ul dt {
  width: 95px;
}
.top-news-box ul dd {
  width: 10%;
  -webkit-box-flex: 1;
          flex-grow: 1;
}
.top-news-box .btn {
  width: 140px;
}

.bg01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

}
.bg01:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: -webkit-linear-gradient(right, white, rgba(255, 255, 255, 0));
  background: linear-gradient(to left, white, rgba(255, 255, 255, 0));
}

.top01 a {
  position: relative;
  padding: 1.5em;
}
.top01 .tbox {
  position: relative;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 1em;
  min-height: 260px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
          justify-content: space-evenly;
}
.top01 .ttl {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}

.top-blog-list .date {
  margin: 0.5em 0;
}
.top-blog-list .ttl {
  margin: 0.5em 0;
}

.top-staff-list .tbox {
  margin-top: 7em;
}
.top-staff-list .role {
  text-align: right;
  position: relative;
}
.top-staff-list .role:after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  border-bottom: 1px solid;
  height: 1px;
  width: 125%;
  content: "";
}
.top-staff-list .name {
  text-align: right;
  margin: 0.5em 0;
}

.bg02 {
  background-color: #fff;
}
.bg02 img {
  opacity: 0.3;
}

.balloon01 {
  font-weight: bold;
}
.balloon01 span {
  display: inline-block;
  -webkit-transform: rotate(-4deg);
          transform: rotate(-4deg);
}
.balloon01 span:after {
  content: "";
  display: block;
  width: 360px;
  height: 70px;
  background: url('/import/tenant_1/153.121.74.147/html/images/ballon01.png') center center/100% 100% no-repeat;
  -webkit-transform: rotate(4deg);
          transform: rotate(4deg);
  margin: 0 auto;
  margin-top: -1em;
  margin-bottom: 0.5em;
}
.z-1{
  z-index: 1;
}
.totop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 99;
  text-align: center;
}
.totop a {
  display: block;
  max-width: 140px;
}
.totop span {
  display: block;
  margin-left: 3em;
  margin-top: 0.25em;
  text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
}

.sp-fix-box {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 1em;
  font-weight: bold;
  font-size: 16px;
  display: none;
}
.sp-fix-box .sns {
  font-size: 24px;
}

[data-element-id] .sp-fix-box {
  display: block;
}

/* .footer {
  margin-top: 80px;
} */

/* ---------------------------
タブレット
----------------------------- */
#gnav p.toggle span.n {
  display: none;
}

@media (max-width: 1024px) {
  .pagettl {
    padding-right: 30px;
  }
  #gnav p.toggle {
    display: block;
    position: fixed;
    width: 38px;
    height: 38px;
    top: 6px;
    right: 10px;
    cursor: pointer;
    opacity: 0.8;
    margin: 2px;
    z-index: 251;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  #gnav p.toggle span.n {
    display: block;
    background: #323232;
    height: 2px;
    width: 26px;
    text-indent: 9999px;
    padding: 0;
    top: 50%;
    left: 6px;
    margin-top: -1px;
    position: absolute;
  }
  #gnav p.toggle span.n:before {
    display: block;
    content: "";
    background: #323232;
    height: 2px;
    width: 26px;
    position: absolute;
    top: -8px;
    left: 0;
  }
  #gnav p.toggle span.n:after {
    display: block;
    content: "";
    background: #323232;
    height: 2px;
    width: 26px;
    position: absolute;
    top: 8px;
    left: 0;
  }
  #gnav.action p.toggle span.n {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transition: ease 0.1s;
    transition: ease 0.1s;
  }
  #gnav.action p.toggle span.n:after,
#gnav.action p.toggle span.n:before {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    top: 0;
    left: 0;
  }
  #gnav .gnavinn {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    opacity: 0;
    -webkit-transition: height ease 0.1s, opacity ease 0.4s;
    transition: height ease 0.1s, opacity ease 0.4s;
    padding: 0;
    border: none;
    padding-bottom: 0;
    background: rgba(255, 255, 255, 0.95);
    overflow-y: auto;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    z-index: -10;
    padding: 60px 3% 80px;
  }
  #gnav.action .gnavinn {
    height: 100vh;
    opacity: 1;
    z-index: 250;
  }
  .glist {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  .g-item > a,
.g-item dt {
    padding: 10px;
  }
  .top-news-box {
    position: relative;
    bottom: 0;
    max-width: 100%;
    padding: 60px 1.5em;
    box-shadow: none;
  }
  .bg01 {
    max-width: 400px;
    max-height: 400px;
  }
  .totop {
    bottom: 60px;
  }
  .totop a {
    max-width: 90px;
  }
  .totop span {
    margin-left: 2em;
  }
  .sp-fix-box {
    display: block;
  }
  .copyright {
    padding: 15px 0 60px;
  }
  .footer {
    margin-top: 60px;
  }
}
@media (max-width: 599px) {
  .pagettl {
    padding-right: 40px;
  }
  .top-mv-box .slider {
    padding-top: 65%;
  }
  .top-news-box {
    padding: 40px 2%;
  }
  .top-news-box .ttl {
    width: 100%;
  }
  .top-news-box .btn {
    width: 100%;
  }
  .top-news-box ul {
    width: 100%;
    margin-bottom: 15px;
  }
  .top01 a {
    padding: 0.5em;
  }
  .top01 .tbox {
    padding: 0.5em;
    min-height: 200px;
  }
  .totop img {
    width: 50px;
  }
  .totop span {
    margin-left: 0;
  }
  .sp-fix-box {
    font-size: 14px;
  }
  .balloon01 span:after {
    width: 300px;
    height: 55px;
    margin-top: -0.5em;
  }
  .copyright {
    padding: 15px 0;
  }
  .footer {
    margin-top: 40px;
    padding-bottom: 200px;
  }
}
/* ---------------------------
concept
----------------------------- */
.concept02 li {
  padding: 2em 0 6em;
  position: relative;
}
.concept02 .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 500px;
}
.concept02 .tbox {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 3em;
  min-height: 400px;
  position: relative;
  z-index: 1;
  max-width: 700px;
  margin-left: auto;
}
.concept02.__even li:nth-of-type(even) .bg {
  left: auto;
  right: 0;
}
.concept02.__even li:nth-of-type(even) .tbox {
  margin-left: 0;
  margin-right: auto;
}
.concept02.__odd li:nth-of-type(odd) .bg {
  left: auto;
  right: 0;
}
.concept02.__odd li:nth-of-type(odd) .tbox {
  margin-left: 0;
  margin-right: auto;
}
.under-mv-box{
  overflow: hidden;
}
@media (max-width: 1024px) {
  .concept02 .tbox {
    max-width: 500px;
  }
}
@media (max-width: 599px) {
  .under-mv-box:after {
    padding-top: 60%;
  }
  .concept02 li {
    padding: 2em 1em;
  }
  .concept02 .tbox {
    padding: 2em 1em;
    min-height: auto;
  }
}
/* ---------------------------
salon_info
----------------------------- */
.info01 {
  position: relative;
  padding-top: 70%;
}

.info01 .uk-slidenav-position {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.info01 .uk-slideshow {
  height: 100% !important;
}

.info01 .uk-slideshow * {
  height: 100% !important;
}

.info01 li > div {
  position: relative;
  display: block;
  width: 100%;
}

.info01 li img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.menu01 li {
  color: #fff;
}
.menu01 a {
  display: block;
  background: #33120d;
  padding: 0.5em;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  height: 100%;
}

.menu02 .tbox {
  background-color: #fff;
  border: 1px solid;
  padding: 4em;
  margin-left: -100px;
  margin-top: 80px;
}

@media (max-width: 1024px) {
  .menu02 .tbox {
    margin-left: -60px;
    margin-top: 60px;
  }
}
@media (max-width: 599px) {
  .menu02 .tbox {
    margin-left: 0;
    margin-top: 15px;
    padding: 3em 1.5em;
  }
}
/* ---------------------------
coupon
----------------------------- */
.coupon01 {
  border: 1px solid;
  padding: 2em 1em;
  position: relative;
  height: 100%;
}
.coupon01:after {
  position: absolute;
  top: -3px;
  right: -3px;
  width: 45px;
  height: 45px;
  background: url('/import/tenant_1/153.121.74.147/html/images/label01.png') center center/100% 100% no-repeat;
  content: "";
}
.coupon01 .shopname {
  font-size: 16px;
  font-weight: bold;
}
.coupon01 .cat {
  padding: 0.25em 1em;
  border: 1px solid;
  border-radius: 1000px;
  color: #ccc;
  font-size: 16px;
}
.coupon01 .ttl {
  margin: 30px 0;
  font-weight: bold;
}
.coupon01 .price {
  padding-bottom: 0.25em;
  border-bottom: 1px dotted #494949;
  margin-bottom: 1em;
  letter-spacing: 2px;
  color: var(--color03);
  text-align: center;
  font-weight: bold;
  font-size: 20px;
}
.coupon01 .strikethrough {
  position: relative;
  display: inline-block;
  padding-right: 1.5em;
  overflow: hidden;
  font-size: 12px;
}
.coupon01 .strikethrough:before {
  position: absolute;
  top: 50%;
  right: 1.5em;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid;
  -webkit-transform: translate(0, -50%) rotate(-15deg);
          transform: translate(0, -50%) rotate(-15deg);
  content: "";
}
.coupon01 .strikethrough:after {
  position: absolute;
  content: "\f0da";
  font-weight: bold;
  font-family: "Font Awesome 5 Free";
  right: 0.5em;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

/* ---------------------------
catalog
----------------------------- */
.catalog-list dl {
  position: relative;
  overflow: hidden;
  padding: 0.5em;
  border: 1px solid;
}
.catalog-list dt {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
  padding: 0.5em;
  text-align: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  background: rgba(51, 18, 13, 0.7);
  color: #fff;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  visibility: hidden;
  opacity: 0;
}
.catalog-list a:hover {
  opacity: 1;
}
.catalog-list a:hover dt {
  visibility: visible;
  opacity: 1;
}

.pagenation li {
  margin: 0 10px;
}
.pagenation a,
.pagenation span {
  display: block;
  border: 2px solid var(--color01);
  width: 2em;
  height: 2em;
  font-weight: bold;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}
.pagenation .current a,
.pagenation .current span {
  color: #fff;
  background-color: var(--color01);
}
.pagenation .prev a {
  border: none;
}
.pagenation .prev a:before {
  content: "\f053";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.pagenation .next a {
  border: none;
}
.pagenation .next a:before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.catalog-table dl {
  border-bottom: 1px solid #ccc;
  padding: 1em 0;
}
.catalog-table dl:nth-of-type(1) {
  border-top: 1px solid #ccc;
}
.catalog-table dt {
  width: 6em;
}
.catalog-table dd {
  width: calc(100% - 6em);
}
.catalog-table li {
  width: 31%;
  padding: 0.25em 0.5em;
  border: 1px solid;
  text-align: center;
}
.catalog-table .長い ul li:nth-of-type(3),
.catalog-table .少ない ul li:nth-of-type(3),
.catalog-table .柔かい ul li:nth-of-type(3),
.catalog-table .普通 ul li:nth-of-type(2),
.catalog-table .短い ul li:nth-of-type(1),
.catalog-table .多い ul li:nth-of-type(1),
.catalog-table .硬い ul li:nth-of-type(1) {
  background-color: var(--color01);
  color: #fff;
}

@media (max-width: 1024px) {
  .catalog-table dt {
    width: 100%;
    font-weight: bold;
    margin-bottom: 5px;
  }
  .catalog-table dd {
    width: 100%;
  }
}
.flow01 .num {
  width: 50px;
  height: 50px;
  background: #fff;
  border: 1px solid;
  line-height: 50px;
  margin-right: 15px;
  font-weight: 700;
  font-size: 150%;
}
.flow01 .tbox {
  margin-top: 15px;
  width: 10%;
  -webkit-box-flex: 1;
          flex-grow: 1;
}
.flow01 .ttl {
  font-weight: bold;
}
.flow01 .text {
  margin-top: 10px;
}

.product01 {
  min-height: 440px;
}

.faqlist {
  padding-top: 40px;
}
.faqlist .q {
  font-size: 24px;
  width: 40px;
  height: 40px;
  background: var(--color01);
  color: #fff;
  font-weight: bold;
  margin-right: 20px;
}
.faqlist .question {
  width: 10%;
  -webkit-box-flex: 1;
          flex-grow: 1;
  margin-top: 10px;
  font-weight: bold;
  position: relative;
  padding-right: 50px;
  cursor: pointer;
}
.faqlist dd {
  padding: 2em 0 2em 2em;
  border-bottom: 1px solid;
}
.faqlist .a {
  font-size: 24px;
}
.faqlist .answer {
  width: 100%;
  margin-left: 20px;
  font-size: 16px;
  font-weight: bold;
}

@media (max-width: 599px) {
  .faqlist {
    padding-top: 1.5em;
  }
  .faqlist dd {
    padding: 1.5em 0 1.5em 1.5em;
  }
  .faqlist .a {
    margin-right: 10px;
  }
}
.rec01 {
  color: #fff;
  text-align: center;
  padding: 2.5em 1em;
}
.rec01 .ttl {
  font-size: 24px;
}
.rec01 .num {
  font-size: 24px;
  padding-bottom: 0.5em;
}
.rec01 .text {
  font-size: 18px;
  padding-top: 1.5em;
  line-height: 2;
}

.rec02 .fullyear {
  background: #d2d2d2;
  padding: 0.5em;
}
.rec02 .fullyear li {
  font-size: 24px;
  font-weight: 700;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  background: #fff;
  text-align: center;
}
.rec02 .menulist li {
  width: 24%;
  margin-top: 30px;
  padding-top: 30px;
  background: url('/import/tenant_1/153.121.74.147/html/images/doublearrow01.png') top center/contain no-repeat;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}
.rec02 .menulist li .inb {
  display: inline-block;
  text-align: left;
}

.rec03 dl {
  border: 1px solid;
}
.rec03 dt {
  padding: 2em 1.5em 1.5em;
  position: relative;
}
.rec03 dd {
  padding: 1.5em;
  border-top: 1px solid;
}
.rec03 .posi {
  padding: 0.25em 1em;
  background: #33120d;
  color: #fff;
  width: 130px;
  max-width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.rec03 .posi:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  background: -webkit-linear-gradient(top left, rgba(255, 255, 255, 0) 50%, #fff 50.5%) no-repeat top left/100% 100%;
  background: linear-gradient(to bottom right, rgba(255, 255, 255, 0) 50%, #fff 50.5%) no-repeat top left/100% 100%;
  height: 100%;
  width: 1em;
}

@media (max-width: 1024px) {
  .rec02 .fullyear li {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
  .rec02 .menulist li {
    font-size: 14px;
  }
}
@media (max-width: 599px) {
  .fs22 {
    font-size: 18px;
}
  .rec02 {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    flex-wrap: wrap;
    -webkit-box-align: center;
            align-items: center;
  }
  .rec02 .ttl {
    width: 100%;
  }
  .rec02 .fullyear li {
    margin: 5px 0;
  }
  .rec02 .menulist {
    width: calc(100% - 60px);
  }
  .rec02 .menulist ul {
    padding: 0.5em;
  }
  .rec02 .menulist li {
    width: 100%;
    margin-top: 0;
    margin-left: 0.5em;
    padding-top: 0;
    padding-left: 30px;
    background: url('/import/tenant_1/153.121.74.147/html/images/doublearrow02.png') left center/auto 100% no-repeat;
    height: 130px;
    margin-bottom: 5px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
    text-align: left;
  }
}
.category-box dt {
  text-align: center;
  color: #fff;
  background: var(--color01);
  width: 100%;
  padding: 0.5em 1em;
  margin-bottom: 1em;
  position: relative;
  cursor: pointer;
  font-size: 18px;
}
.category-box dt:after {
  position: absolute;
  top: 50%;
  right: 0.5em;
  -webkit-transform: translate(0, -50%) rotate(90deg);
          transform: translate(0, -50%) rotate(90deg);
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.category-box dt.is-parent:after {
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.category-box ul li {
}
.category-box ul li a {
  display: block;
  padding: 1em;
  border-bottom: 1px solid #bfbfbf;
}

.blog-detail .ttl {
  padding-bottom: 1em;
  /* border-bottom: 1px solid; */
  margin: 2em 0;
}
.b-b-g.border-anim:after {
  background:  #ddd;
}
.border-anim.bb:after {
  height: 2px;
}
.b-b-g{
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.blog-detail .day {
  color: #848a96;
  margin-bottom: 10px;
}

.detail-content h2 {
  font-size: 22px;
  margin-bottom: 20px;
  font-weight: bold;
  padding: 0.5em;
  border-bottom: 1px solid #ccc;
}

.detail-content h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #fff;
  padding: 0.5em 1em;
  background-color: var(--color01);
}

.detail-content h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.datebox {
  padding: 80px 1em;
  border-top: 1px solid;
  border-bottom: 1px solid;
}

.datelist * {
  font-weight: 700;
  text-align: center;
}
.datelist .day {
  font-size: 100px;
  line-height: 120%;
}

@media (max-width: 1024px) {
  .datebox {
    padding: 60px 1em;
  }
  .datelist .day {
    font-size: 80px;
  }
}
@media (max-width: 599px) {
  .datebox {
    padding: 40px 1em;
  }
  .datelist .day {
    font-size: 60px;
  }
}
.contact-form .require {
  margin-left: 5px;
  color: var(--color03);
}
.contact-form input[type=text],
.contact-form textarea {
  width: 100%;
  padding: 0.5em;
}
.contact-form textarea {
  min-height: 200px;
}

/* ---------------------------
下層ページ
----------------------------- */
/*# sourceMappingURL=style.css.map */
.logo-text a{
  display:flex;
  flex-direction:column;
  justify-content: flex-start;
  font-size:24px;
  color:#002054;
  font-weight:bold;
}

.logo-text a .logo-small{
  font-size:15px;
  font-weight:normal;
  margin-bottom:-5px;
}
.row3 {
  width: 31.333%;
  margin: 1%;
}
.ofiImg.tc {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  height: 100%;
  width: 100%;
}
.home02 .tfmp > .ofiImg.tc {
  left: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  max-width: 540px;
  /* max-height: 2000px; */
  max-height: 2400px;
  overflow: hidden;
}
.home02 .tfmp > .ofiImg.tc > div{
  transform: none;
  max-height: 2000px;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.home02 .tfmp > .ofiImg.tc > div:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: -webkit-gradient(linear, right top, left top, from(white), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(right, white, rgba(255, 255, 255, 0));
  background: linear-gradient(to left, white, rgba(255, 255, 255, 0));
  z-index: 1;
}

.home02cont .titbox * {
  text-shadow: #fff 1px 1px 0, #fff -1px -1px 0, #fff -1px 1px 0, #fff 1px -1px 0, #fff 0px 1px 0, #fff 0-1px 0, #fff -1px 0 0, #fff 1px 0 0;
  font-weight: 400;
  line-height: 1.5;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ofiImg img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100% !important;
  font-family: 'object-fit: cover; object-position: top center;';
}
.z1 {
  position: relative;
  z-index: 2;
}
.tfmp {
  position: relative;
  overflow: hidden;
}
.home02item {
  position: relative;
  padding: 1.5em;
  overflow: hidden;
}
.home02item a{
display: block;
height: 100%;
}
.home02item a:hover{
  opacity: 1;
}
.home02item .pic {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.home02item .tbox {
  padding: 1em;
  background: rgba(255, 255, 255, 0.8);
  min-height: 260px;
  position: relative;
  z-index: 1;
  height: 100%;
  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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.home02item .tbox dt, .view02 .btn {
    color: #002054;
    letter-spacing: 2px;
}
.fs34 {
  font-size: 34px;
}
.fs16 {
  font-size: 16px!important;
}
.home02item .tbox dt {
  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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}

.home02item .tbox dd {
  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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  letter-spacing: 1.5px;
}
.m80 {
  margin: 80px 0;
}
.Adorn {
  /* color: #002054; */
 color: #f39900;
  font-weight: 600 !important;
  font-family: 'M PLUS 1', sans-serif;
  letter-spacing: 2px;
  font-size: 46px;
}
.home03{
  position: relative;
}
.home03:before{
  content: '';
  position: absolute;
  top: 0px;
  left: 0;
  width: 120%;
  height: 100%;
  max-height: 800px;
  background: rgba(160, 216, 239, 0.6);
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transform-origin: top left;
  -webkit-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  z-index: 2;
}
.home03:after {
  content: '';
  position: absolute;
  top: 0px;
  right: 0;
  width: 120%;
  height: 100%;
  max-height: 800px;
  background: #eaf4fc;
  -webkit-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right;
  transform-origin: top right;
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
  z-index: -2;
}
.home03 .img{
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transform-origin: top left;
  width: 104%;
  height: 100%;
  overflow: hidden;
  max-height: 800px;
}
.home03 .home03cont{
  z-index: 2;
  position: relative;
}
/* .home03 .inner{
  padding-top: 140px;
  padding-bottom: 140px;
} */
  .home03 .img{
    height: 100%;
    object-fit: cover;
    width: 103%;
  }
.area.pt130{
  padding-top: 150px;
}
.h-100{
  height: 100%;
}
.h-100 > div{
  height: 100%;
}

@media (max-width: 1024px) {
  .home02item .tbox {
    min-height: 150px;
}
  .fs36 {
    font-size: 26px;
}
.home02item {
  width: 31%;
  padding: 1em;
}
}
@media (max-width: 599px) {
  .home02item {
    width: 48%;
  }
  .area.pt130 {
    padding-top: 100px;
}
  .home03 .img{
    width: 115%;
  }
  .fs24 {
    font-size: 20px;
}
  .m80 {
    margin: 40px 0;
}
.home02item {
  padding: 0.5em;
}
.home02item .tbox dt {
  font-size: 20px;
}
.home02item .tbox {
  padding: 0.5em;
}
}
.sub-cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.sub-cat span {
  font-size: 16px;
  color: #fff;
  padding: 5px 10px;
  background-color: #002054;
  border-radius: 20px;
  letter-spacing: 0;
  margin: 2px;
  white-space: nowrap;
}
.sub-cat span::before {
  content: '#';
  display: inline-block;
}
.home02listr .home02item{
width: 100%;
}
.gnav li a{
position: relative;
}

.gnav li a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 2.5%;
  width: 95%;
  height: 2px;
  background:#002054;
  transition: all .3s;
  transform: scale(0, 1);
  transform-origin: center top;
}
.gnav li li a::after{
  background:#fff;
  transform-origin: left top;
}
.gnav li.current a::after,
.gnav li a:hover::after {
  transform: scale(1, 1);
}
.g-item > a, .g-item dt{
  cursor: pointer;
    padding: 20px 10px 5px;
    display: block;
}
.footer li a{
  position: relative;
  padding-bottom: 5px;
  }
  
  .footer li a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 10%;
    width: 80%;
    height: 2px;
    background:#002054;
    transition: all .3s;
    transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    transform-origin: center top;
  }
  
  .footer li.current a::after,
  .footer li a:hover::after {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
  }
@media (max-width: 1024px) {
  .gnav li a::after {
    content: none;
  }
  #gnav .gnavinn .glist .pullbox dt {
    padding: 10px 10px 10px 20px;
    text-align: left;
    display: none;
}
#gnav.action li .pulllist{
  visibility: visible;
}
#gnav li .pulllist {
    width: 100%;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    position: static;
    left: 15px;
    opacity: 1;
    margin-bottom: 0;
    padding: 0;
        background: none;
}
#gnav li .pulllist:before {
    left: 27px;
    display: none;
}
#gnav li .pulllist li a {
   font-size: 14px;
   color: #666;
   padding: 20px 10px 5px;
}
}

.border-anim {
  position: relative;
  z-index: 1;
}
.border-anim:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 1px;
  background: #000;
  z-index: -1;
  transition: all 1.3s ease-out;
  -webkit-transition: all 1.3s ease-out;
}
.border-anim.isactive:after {
  width: 100%;
}

.border-mox-anim {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.border-mox-anim:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 1px;
  background: #000;
  z-index: -1;
  transition: all 1.3s ease-out;
  -webkit-transition: all 1.3s ease-out;
}
.border-mox-anim.isactive:after {
  width: 100%;
}


.border-mox-anim::before,
.border-mox-anim::after{
    content:"";
    position: absolute;
    background:#002054;
    width: 0;
    height:2px;
}
.border-mox-anim.new::before,
.border-mox-anim.new::after{
    content:"";
    position: absolute;
    background:#000;
    width: 0;
    height:2px;
}

.border-mox-anim::before{
  right: 0;
  bottom: 0;
}

.border-mox-anim::after{
  left: 0;
  top: 0;
}

.border-mox-anim span{
    display: block;
}
.pagenation .border-mox-anim span{
  display: flex;
}

.border-mox-anim span::before,
.border-mox-anim span::after{
  content:"";
  position: absolute;
  background: #002054;
  width:2px;
  height:0;
  transition: all 0.1s linear;
}
.border-mox-anim.new span::before,
.border-mox-anim.new span::after{
  content:"";
  position: absolute;
  background: #000;
  width:2px;
  height:0;
  transition: all 0.1s linear;
}

.border-mox-anim span::before{
  left: 0;
  bottom: 0;
}

.border-mox-anim span::after{
  right: 0;
  top: 0;
}

.border-mox-anim.isactive::before,
.border-mox-anim.isactive::after{
  width: 100%;
  z-index: 1;
}

.border-mox-anim.isactive::after{
  transition: all 1.3s ease-out;
  -webkit-transition: all 1.3s ease-out;
}

.border-mox-anim.isactive::before{
  transition: all 1.3s ease-out;
  -webkit-transition: all 1.3s ease-out;
}

.border-mox-anim.isactive span::before,
.border-mox-anim.isactive span::after{
  height: 100%;
  z-index: 1;
}

.border-mox-anim.isactive span::before{
  transition: all 1.3s ease-out;
  -webkit-transition: all 1.3s ease-out;
}

.border-mox-anim.isactive span::after{
  transition: all 1.3s ease-out;
  -webkit-transition: all 1.3s ease-out;
}
.f-ht a:hover{
  color:#002054;
  background: #fff;
}
.border-mox-anim a:hover{
  color:#fff;
  background: #002054;
}
.header-web a:hover{
  color: #fff;
  background: #666;
  
}
.hov_box{
  overflow:hidden; 
 }
 .hov_box img{
  transition:.6s ease;
  -webkit-transition:.6s ease;
 }
 .hov_box a:hover img{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
 }

.re img{
  transition: all .4s cubic-bezier(.165,.84,.44,1);
  transition-timing-function: cubic-bezier(.165,.84,.44,1);
  transform: rotateY(0);
  -webkit-transition: all .4s cubic-bezier(.165,.84,.44,1);
  -webkit-transition-timing-function: cubic-bezier(.165,.84,.44,1);
  -webkit-transform: rotateY(0);
}
.re a:hover img{
  transform: rotateY(360deg);
  -webkit-transform: rotateY(360deg);
}
.toggle_btn {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
	background: var(--color01);
	display: block;
	width: 24px;
	height: 24px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	border-radius: 50%;
}
.toggle_btn:before, .toggle_btn:after {
	display: block;
	content: '';
	background-color: #fff;
	position: absolute;
	width: 10px;
	height: 2px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.toggle_btn:before {
	width: 2px;
	height: 10px;
}
.is-parent .toggle_btn:before {
	content: none;
}
.faqlist dd{
  display: none;
}
.partner-wrap .anchor-contents {
  padding: 0 0 50px;
}
.partner .inner .anchor-wrap .anchor-link li a {
  font-size: 24px;
}
a.anchor {
  padding-left: 28px;
  background: url('/import/tenant_1/153.121.74.147/html/images/icon_anchor_arrow.png') no-repeat left top 0.4em;
  background-size: 17px 15px;
  display: inline-block;
}
.partner .inner .anchor-wrap {
  margin: 0 auto;
  border-top: 1px solid #E2E2E2;
  border-bottom: 1px solid #E2E2E2;
  padding: 40px 0;
}
.partner .inner .anchor-wrap .anchor-link li {
  width: 30%;
  text-align: center;
}
.partner .inner .anchor-wrap .anchor-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.partner-wrap .anchor-contents .inner h2 {
  font-size:24px;
  padding: 0.35em 0;
  color: #3B4043;
  border-bottom: 2px solid var(--color01);
  text-align: center;
}
.partner-wrap .anchor-contents .inner ul li {
  border-top: 1px solid #DDD;
  padding: 0.84375em 0;
}
.partner-wrap .anchor-contents .inner ul li:first-child {
  border-top: none;
}
.partner-wrap .anchor-contents .inner dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.partner-wrap .anchor-contents .inner dl dt {
  font-size: 18px;
  width: 27%;
  line-height: 1.5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 1em;
}
.partner-wrap .anchor-contents .inner dl dd {
  width: 73%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.partner-wrap .anchor-contents .inner dl dd .cate {
  width: 28%;
  font-size:16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items: center;
}
.partner-wrap .anchor-contents .inner dl dd .cate span.icon {
  background-color: var(--color01);
  color: #fff;
  width: 4em;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  line-height: 2;
  margin-right: 0.5em;
}
.partner-wrap .anchor-contents .inner dl dd .cate span {
  width: calc(100% - 4.5em);
}
.partner-wrap .anchor-contents .inner dl dd .address {
  width: 42.145%;
  font-size: 16px;
}
.partner-wrap .anchor-contents .inner dl dd .tel {
  padding-right: 0;
  font-size: 16px;
}
a.anchor-top {
  padding-left: 28px;
  background: url('/import/tenant_1/153.121.74.147/html/images/icon_anchor-top_arrow.png') no-repeat left center;
  background-size: 17px 15px;
}.partner-wrap .anchor-contents .anchor-pagetop {
  margin: 50px auto 0;
  text-align: right;
}
.partner-wrap .anchor-contents .inner ul {
  margin-top: 40px;
  border-bottom: 1px solid #DDD;
}
.partner-wrap .anchor-contents .inner dl dd .tel .icon {
  background-color: #959EA7;
  color: #fff;
  width: 4em;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  line-height: 2;
  margin-right: 0.5em;
}
.simpleParallax{
  height: 100%;
}
@media (max-width: 599px) {
  .home02cont .titbox .mbem2 span{
    text-shadow: none;
  }
  .partner-wrap .anchor-contents .inner dl dd .address {
    width: 100%;
    margin-top: 1em;
}
.partner-wrap .anchor-contents .inner dl dd .cate {
  display: block;
  width: 100%;
  margin-top: 1em;
}
.partner-wrap .anchor-contents .inner dl dd {
  display: block;
  width: 100%;
}
.partner-wrap .anchor-contents .inner dl dt{
  width: 100%;
}
.partner-wrap .anchor-contents .inner ul li {
  padding: 1.108em 0;
}
.partner-wrap .anchor-contents .inner ul {
  margin-top: 20px;
}
.partner .inner .anchor-wrap .anchor-link li a {
  font-size: 18px;
}
a.anchor {
  padding-left: 20px;
} 
.partner-wrap .anchor-contents .inner dl dd .tel{
  margin-top: 1em;
}
}
.post-side-area {
  width: 20%;
}
.post-side-area a{
  position: relative;
}
.post-side-area a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 100%;
  height: 2px;
  background: #002054;
  transition: all .3s;
  transform: scale(0, 1);
  transform-origin: center top;
}
.post-side-area a:hover::after{
  transform: scale(1, 1);
}
.post-list-area {
  width: 75%;
}
.flexb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.post-side-area h3 span.fs10 {
  line-height: 100%;
  padding-bottom: 10px;
}
.post-side-area h3 span.fs18 {
  display: block;
  line-height: 100%;
}
/* .bodd:before {
  content: "";
  display: block;
  background: #232323;
  width: 7%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.post-side-area .bodd:before {
  width: 40%;
} */
.bodd:after {
  content: "";
  display: block;
  background: #e5e5e5;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 1px;
}
.post-side-area h3 {
  margin-bottom: 30px;
}
.post-side-area .cat-area {
  margin-bottom: 100px;
}
.post-side-area ul li:before {
  content: "→";
  display: inline-block;
  padding-right: 15px;
}
.bodd {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 50px;
}
.mvttl{
      position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: rgb(255 255 255 / 80%);
    padding: 30px 100px;
    z-index: 1;
}
.under00box{
  position: relative;
}
.flexdd dd{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 599px) {
  .flexdd dd span{
        width: 50%;
    margin: 10px 0;
  }
  .mvttl{
    padding: 20px 40px;
    width: 90%;
  }
.post-list-area {
  width: 100%;
  margin-bottom: 10%;
}
.post-side-area {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.post-side-area .cat-area, .post-side-area .arc-area {
  width: 100%;
}
.post-side-area .cat-area {
  margin-bottom: 50px;
}
}

.pagenation a, .pagenation span{
  border: none;
}
.heading03.new.border-anim:after{
  position: initial;
}
.max700{
  max-width: 700px;
    margin: auto;
}
/* .heading03.new.border-anim.isactive:after{
  width: 80%;
  flex-grow: 1;
}
.heading03.new .en{
  padding:0;
  width: auto;
  padding-right: 20px;
}
.heading03.new{
  justify-content: flex-start;
  flex-wrap: nowrap;
}
.heading03.sin.border-anim:before {
  content: '';
  position: initial;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 1px;
  background: #000;
  z-index: -1;
  transition: all 1.3s ease-out;
  -webkit-transition: all 1.3s ease-out;
}
.heading03.sin.border-anim:after {
  content: '';
  position: initial;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 1px;
  background: #000;
  z-index: -1;
  transition: all 1.3s ease-out;
  -webkit-transition: all 1.3s ease-out;
}
.heading03.sin.border-anim.isactive:before,
.heading03.sin.border-anim.isactive:after {
  width: 100%;
}
.heading03.sin.border-anim .en{
  width: 315px;

  margin: auto;
}
@media (max-width: 599px) {
  .heading03.new.border-anim.isactive:after {
    width: 50%;
}
} */

.contents {
  position: relative;
  width: 100%;
}

.line {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 5px;
  background:var(--color01);
}
.breadcrumb {
  margin-top: 10px;
}
.breadcrumb .item {
  display: inline-block;
}
.breadcrumb .item:not(:last-of-type):after {
  content: '\f054';
  font-weight: 600;
  font-family: 'Font Awesome 5 Free';
  display: inline-block;
  margin-right: 5px;
  margin-left: 10px;
}
.breadcrumb .now {
  color: var(--color01);
}
.ab .header-web a{
    border: 2px solid #002054;
    color: #002054;
}
.ab .header-web a:hover {
    color: #fff;
    background: #002054;
}
.r-btn label{
    margin: 0 20px 0 10px;
    cursor: pointer;
}
.r-btn input{
  cursor: pointer;
}
[data-element-id] .fead-mv-new {
    opacity: 1
}
[data-element-id] .g-item .pulllist{
      visibility: visible;
    opacity: 1;
    -webkit-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
}
[data-element-id] .fead-order>*{
  opacity: 1;
      -webkit-transform: translateY(0);
    transform: translateY(0);
}
[data-element-id] .up-d-none{
  display: block;
}
[data-element-id] .glist{
  flex-wrap: wrap;
}
[data-element-id] .home03:before{
  pointer-events: none;
}
[data-element-id] .faqlist dd{
  display: block;
}
[data-element-id] .up-fxsh-0 {
    flex-shrink: initial;
}
.up-reader1 > div{
  text-overflow: ellipsis;
 white-space: nowrap;
 overflow: hidden;
}

.fead-up{
      -webkit-transform: translateY(80px);
    transform: translateY(80px);
}

.fead-order>* ,
.fead-orders>* {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px)
}

.fead-order>.mv,
.fead-orders>.mv{
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: .5s ease-out;
    transition: .5s ease-out
}

[data-element-id] .fead-order>* ,
[data-element-id] .fead-orders>* {
    opacity: 1;
    transform: unset;
}
[data-element-id] .fead-up{
    transform: unset;
}

/* 2023/02/08追記 */
.btn-follow-wrap {
    position: fixed;
    bottom: 5%;
    right: 2%;
    z-index: 98;
}

.btn-follow-wrap .btn-follow {
    width: 120px;
    height: 120px;
    margin: 2%;
    padding: 5px;
    text-align: center;
    border-radius: 50%;
}


.btn-follow-wrap .btn-follow a {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--color01);
    color: #fff;
    opacity: 0.8;
    border: 2px solid #ffff;
    font-size: 14px;
}


[data-element-id].btn-follow-wrap {
    position: relative;
}

[data-element-id].btn-follow-wrap .btn-follow {
    margin-left: auto;
}

@media (max-width:1024px) {
  .btn-follow-wrap {
    bottom: 7%;
  }
}

@media (max-width:599px) {
  .btn-follow-wrap .btn-follow {
      width: 110px;
      height: 110px;
  }
  
  .btn-follow-wrap {
      bottom: 10%;
  }
  
  
  .footer-logo {
      margin-right: auto;
      margin-left: 20px;
  }
}


/*波紋ボタン////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.btnripple {
    /*波紋の基点とするためrelativeを指定*/
    position: relative;
    /*波紋の形状*/
    display: inline-block;
    background: #c10329;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    outline: none;
    /*アニメーションの設定*/
    -webkit-transition: all 0.5;
    -webkit-transition: all 0.5;
    transition: all 0.5;
}

/*hoverした際の背景色の設定*/
.btnripple:hover {
    background: #fff;
    opacity:1;
}

/*波形を2つ設定*/
.btnripple::after,
.btnripple::before {
    content: '';
    /*絶対配置で波形の位置を決める*/
    position: absolute;
    left: -10%;
    top: -10%;
    /*波形の形状*/
   border: 1px solid #002054;
    background-color: #3e5a89;
    width: 120%;
    height: 120%;
    border-radius: 50%;
    /*はじめは不透明*/
    opacity:0.5;
    /*ループするアニメーションの設定*/
    -webkit-animation: 2s circleanime linear infinite;
    animation: 2s circleanime linear infinite;
    z-index: 20;
}

.btnripple:hover:after,
.btnripple:hover:before {
    border: 1px solid #002054;
    background-color: #3e5a89;
}




.move-btn2 .btnripple {
    /*波紋の基点とするためrelativeを指定*/
    position: relative;
    /*波紋の形状*/
    display: inline-block;
    background: #06c755;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    outline: none;
    /*アニメーションの設定*/
    -webkit-transition: all 0.5;
    -webkit-transition: all 0.5;
    transition: all 0.5;
}

/*hoverした際の背景色の設定*/
.move-btn2 .btnripple:hover {
    background: #fff;
    opacity:1;
    border: 2px solid #002054;
    color: #002054;
    border-radius: 50%;
    font-weight: 600;
}

/*波形を2つ設定*/
.move-btn2 .btnripple::after,
.move-btn2 .btnripple::before {
    content: '';
    /*絶対配置で波形の位置を決める*/
    position: absolute;
    left: -10%;
    top: -10%;
    /*波形の形状*/
    border: 1px solid #002054;
    background-color: #3e5a89;
    width: 120%;
    height: 120%;
    border-radius: 50%;
    /*はじめは不透明*/
    opacity:0.5;
    /*ループするアニメーションの設定*/
    -webkit-animation: 2s circleanime linear infinite;
    animation: 2s circleanime linear infinite;
    z-index: 20;
}

.move-btn2 .btnripple:hover:after,
.move-btn2 .btnripple:hover:before {
    border: 1px solid #fff;
    background-color: #fff;
}


/*波形の2つ目は0.5秒遅らせてアニメーション*/
.btnripple::before {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

/*波形のアニメーション*/
@-webkit-keyframes circleanime {
    0% {
        -webkit-transform: scale(0.68);
        transform: scale(0.68);
    }

    100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0;
    }
}

@keyframes circleanime {
    0% {
        -webkit-transform: scale(0.68);
        transform: scale(0.68);
    }

    100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0;
    }
}

.btnripple .move-btn-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 21;
}

.move-btn-inner {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    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;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.move-btn-inner span {
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    margin-top: 5px;
}

.btnripple:hover .move-btn-inner span {
    color: #c10329;
}

@media(max-width:1024px) {
    .move-btn2 {
        right: 0;
    }

    .btnripple {
        border-radius: 50% 0 0 0;
        width: 100px;
        height: 100px;
    }

    .btnripple::after,
    .btnripple::before {
        border-radius: 50% 0 0 0;
    }
    
        .move-btn2 .btnripple {
        border-radius: 50% 0 0 50%;
        width: 100px;
        height: 100px;
    }
}

@media(max-width:599px) {
        .move-btn2 {
        bottom:120px;
        z-index: 22;
    }

    .move-btn-inner .mail-logo {
        height: 30px;
        width: 30px;
    }

}

.badge-box {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}
.badge-box .badge {
    /* display: flex;
    align-items: center;
    justify-content: center; */
    width: 30%;
    margin: auto;
}
.badge-box .badge a img {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.news-box {
    width: 80%;
    margin: 50px auto;
}

.news-box .item{
    display: flex;
    column-gap: 30px;
    margin-bottom: 10px;
}

.news-box .date{
    flex-shrink: 0;
}

[data-element-id] .news-box .date{
    flex-shrink: unset;
    width: 30%;
}

.news-box .tit{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

@media(max-width:1024px){
  .badge-box {
    width: 80%;
  }
  .badge-box .badge {
    width: 30%;
    margin: auto;
  }
}

@media(max-width:599px){
  .news-box {
      width: 90%;
  }
    .news-box .item{
      column-gap: 10px;
  }
  .badge-box .badge {
    width: 100%;
    margin: 0 auto 20px;
  }
}

.home03cont a:hover {
  opacity: 1;
}

.flash {
	animation: flash 1.5s linear infinite;
	animation-delay: 1s;
}

a:hover .flash {
	animation: none;
}

@keyframes flash {
	0%,
	100% {
		opacity: 1;
	}

	50% {
		opacity: 0.5;
	}
}
.fead-text {
    display: flex;
    overflow: hidden;
    height: 50px;
    justify-content: center;
}
[data-element-id] .fead-text{
  height: auto;
}
.fead-text>* {
    opacity: 1 !important;
    transform: translateY(30px);
}

.fead-text .mv {
    opacity: 1;
    transition: .8s;
    transition-delay: 0.3s;
    transform: translateY(-15px);
}

.fead-rotate{
  transform:  rotateY(300deg);
  transition: 3s;
  transition-delay: .3s;
}
[data-element-id] .fead-rotate{
  transform: none;
}
.fead-rotate.mv{
  transform:  rotateY(720deg);
}

/*2023/05/18*/
.diagnose p {
  color: #002054;
  font-weight: bold !important;
}

.Adorn36 {
  font-size: 36px;
}
.diagnose .box02 , .diagnose .box03 {
  margin-top: 50px;
}
.diagnose .box02 ul {
  display: flex;
  flex-wrap: wrap;
}
.diagnose .box02 ul li {
  width: 23%;
  margin: auto;
}

@media(max-width:1024px){
  .Adorn36 {
    font-size: 32px;
  }
}

@media(max-width:599px){
  .diagnose .box02 ul li {
    width: 48%;
    margin: 5px auto;
  }
}

/*2023/07/21*/
.manga {
  position: fixed;
  bottom: 150px;
  left: 100px;
  z-index: 100;
}
.swiper {
  width: 30vw;
}
.js-open-modal {
  background: #002054;
  width: 205px;
  padding: 6%;
  color: #fff;
  border-radius: 20px;
}

/* モーダル */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
  pointer-events: none;
  opacity: 0;
  z-index: 110;
  background-color: rgba(120, 123, 131, 0.8);
}

/* [data-element-id].wrapper {
  padding-bottom: 1000px;
}

[data-element-id].modal {
  opacity: 1;
  position: absolute;
  bottom: 0;
} */

/* モーダルがactiveの時 */
.modal.is-active {
  opacity: 1;
  pointer-events: auto;
}

/* モーダル背景のオーバーレイ部分 */
.modal__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

/* モーダルのコンテンツ */
.modal__content {
  position: relative;
  background-color: #fff;
  width: 100%;
  max-width: 900px;
  padding: 20px;
}

/* モーダルを閉じるボタン */
.modal__close-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background: #fff;
  border: 1px solid #ccc;
  cursor: pointer;
  z-index: 10;
}

/* Swiperの矢印部分 */
@media (max-width: 768px) {
  .modal .swiper-button-next,
  .modal .swiper-button-prev {
    display: none;
  }
}
@media (max-width: 599px) {
  .manga {
    left: 70px;
    bottom: 160px;
  }
  .swiper {
    width: 100%;
  }
  .js-open-modal {
    width: 150px;
    padding: 2%;
    font-size: 12px;
  }
}
