.fnt-shippori {
  font-family: 'Shippori Mincho', serif;
}

.fnt-cinzel {
  font-family: 'Cinzel', serif;
}

.cl06 {
  color: #036db7;
}

.cl03 {
  color: #9556a0;
}

.fw-exl {
  font-weight: 200;
}

.fw-l {
  font-weight: 300;
}

.fw-r {
  font-weight: 400;
}

.fw-m {
  font-weight: 500;
}

.fw-sm {
  font-weight: 600;
}

.fw-b {
  font-weight: 700;
}

.fw-exb {
  font-weight: 800;
}

.fw-bl {
  font-weight: 900;
}

.fs-italic {
  font-style: italic;
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
.txt-vertical {
  cursor: vertical-text;
  writing-mode: vertical-rl;
  text-orientation: upright;
  word-wrap: break-word;
}

.txt-vertical .int {
  writing-mode: lr-tb;
  display: inline-block;
  text-align: center;
  line-height: 1;
}

.txt-vertical .txt-latin {
  cursor: vertical-text;
  direction: rtl;
  writing-mode: vertical-rl;
  text-orientation: sideways-right;
  letter-spacing: 0.25em;
}

.txt-vertical .txt-dot {
  cursor: vertical-text;
  direction: ltr;
  writing-mode: vertical-lr;
  -o-writing-mode: vertical-lr;
  -ms-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  -moz-writing-mode: vertical-lr;
  -webkit-writing-mode: vertical-lr;
  text-orientation: sideways-right;
  -o-text-orientation: sideways-right;
  -ms-text-orientation: upright;
  -ms-text-orientation: sideways-right;
  -moz-text-orientation: sideways-right;
  -webkit-text-orientation: sideways-right;
  line-height: 0.4;
  display: inline-block;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .txt-vertical-pc {
    cursor: vertical-text;
    writing-mode: vertical-rl;
    text-orientation: upright;
    word-wrap: break-word;
  }
  .txt-vertical-pc .int {
    writing-mode: lr-tb;
    display: inline-block;
    text-align: center;
    line-height: 1;
  }
  .txt-vertical-pc .txt-latin {
    cursor: vertical-text;
    direction: rtl;
    writing-mode: vertical-rl;
    text-orientation: sideways-right;
    letter-spacing: 0.25em;
  }
  .txt-vertical-pc .txt-dot {
    cursor: vertical-text;
    direction: ltr;
    writing-mode: vertical-lr;
    -o-writing-mode: vertical-lr;
    -ms-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    -moz-writing-mode: vertical-lr;
    -webkit-writing-mode: vertical-lr;
    text-orientation: sideways-right;
    -o-text-orientation: sideways-right;
    -ms-text-orientation: upright;
    -ms-text-orientation: sideways-right;
    -moz-text-orientation: sideways-right;
    -webkit-text-orientation: sideways-right;
    line-height: 0.4;
    display: inline-block;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 768px) {
  .txt-vertical-sp {
    cursor: vertical-text;
    writing-mode: vertical-rl;
    text-orientation: upright;
    word-wrap: break-word;
  }
  .txt-vertical-sp .int {
    writing-mode: lr-tb;
    display: inline-block;
    text-align: center;
    line-height: 1;
  }
  .txt-vertical-sp .txt-latin {
    cursor: vertical-text;
    direction: rtl;
    writing-mode: vertical-rl;
    text-orientation: sideways-right;
    letter-spacing: 0.25em;
  }
  .txt-vertical-sp .txt-dot {
    cursor: vertical-text;
    direction: ltr;
    writing-mode: vertical-lr;
    -o-writing-mode: vertical-lr;
    -ms-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    -moz-writing-mode: vertical-lr;
    -webkit-writing-mode: vertical-lr;
    text-orientation: sideways-right;
    -o-text-orientation: sideways-right;
    -ms-text-orientation: upright;
    -ms-text-orientation: sideways-right;
    -moz-text-orientation: sideways-right;
    -webkit-text-orientation: sideways-right;
    line-height: 0.4;
    display: inline-block;
    margin: 0 auto;
  }
}
body {
  font-family: 'Shippori Mincho', serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  color: #333333;
  letter-spacing: 0;
}

body > iframe {
  right: 100px !important;
}

@media screen and (max-width: 767px) {
  body > iframe {
    right: 0 !important;
    bottom: 64px !important;
  }
}

.title-common {
  text-align: center;
  font-size: 18px;
  line-height: 1.18;
  letter-spacing: 0.04em;
  font-weight: 500;
}
.title-common span {
  display: block;
  font-family: 'Cinzel', serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 1;
  letter-spacing: 0.04em !important;
  color: #036db7;
  margin: 0 0 4px;
  text-transform: uppercase;
}
.title-common span::first-letter {
  color: #74b2de;
}
.title-common.style-white {
  color: #fff;
}
.title-common.style-white span {
  color: #fff;
}
.title-common.style-white span::first-letter {
  color: inherit;
}
.title-common.style2 span {
  color: #9556a0;
}
.title-common.style2 span::first-letter,
.title-common.style2 span .first {
  color: #b58dbb;
  display: inline;
}
@media screen and (min-width: 768px) {
  .title-common.txt-vertical-pc {
    display: flex;
    flex-direction: column;
  }
  .title-common.txt-vertical-pc span {
    margin: 0 0 0 4px;
  }
}
@media screen and (max-width: 767px) {
  .title-common {
    font-size: 14px;
  }
  .title-common span {
    font-size: 40px;
  }
}

.img-ob {
  position: relative;
}
.img-ob img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
}

img {
  max-width: 100%;
  width: 100%;
}

.dib {
  display: inline-block;
}

#header {
  position: absolute;
  z-index: 99999999;
}
#header .header__main-container {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
#header .header__sub-container {
  margin: 0 0 0 32px;
  display: flex;
  align-items: center;
  gap: 24px;
}
#header .header__sub-container .header__logo {
  margin: 0;
  width: 259px;
}
#header .header__sub-container .header__logo a {
  display: block;
  line-height: 0;
}
#header .header__sub-container .header__text {
  font-size: 12px;
  line-height: 1.5;
}
@media screen and (max-width: 1100px) {
  #header .header__sub-container {
    margin-left: 15px;
    gap: 15px;
  }
  #header .header__sub-container .header__logo {
    width: 200px;
  }
  #header .header__sub-container .header__text {
    font-size: 10px;
  }
}
#header .header__nav {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 1100px) {
  #header .header__nav {
    gap: 15px;
  }
}
#header .header__nav .sns {
  display: flex;
  gap: 16px;
}
#header .header__nav .sns li {
  width: 40px;
}
#header .header__nav .sns a {
  display: block;
  line-height: 0;
}
@media screen and (max-width: 1100px) {
  #header .header__nav .sns {
    gap: 8px;
  }
  #header .header__nav .sns li {
    width: 30px;
  }
}
#header .header__nav .tel {
  text-align: center;
  margin: 0;
}
#header .header__nav .tel small {
  display: block;
  font-size: 14px;
  line-height: 1.18;
  margin: 0 0 8px;
}
#header .header__nav .tel span {
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: inherit;
  font-size: 20px;
}
#header .header__nav .tel span::before {
  content: '';
  background: url('../img/top/icon_tel.svg') no-repeat center/100% auto;
  width: 24px;
  height: 24px;
  margin-right: 4px;
}
#header .header__nav .tel span i {
  color: #9556a0;
  position: relative;
  top: -3px;
  margin-right: 3px;
}
#header .header__nav .btn-web {
  margin: 0;
}
#header .header__nav .btn-web a {
  width: 143px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #9556a0;
  height: 80px;
}
@media (hover: hover) {
  #header .header__nav .btn-web a:hover {
    opacity: 0.8;
  }
}
#header .header__nav .btn-web a::before {
  content: '';
  background: url('../img/top/icon_web.svg') no-repeat center/100% auto;
  width: 32px;
  height: 32px;
}
#header .header__nav .btn-web a span {
  font-size: 22px;
  line-height: 1.18;
}
#header .header__nav .btn-web a span small {
  font-size: 20px;
}
@media screen and (max-width: 1100px) {
  #header .header__nav .btn-web a {
    width: 100px;
  }
  #header .header__nav .btn-web a span {
    font-size: 18px;
  }
  #header .header__nav .btn-web a span small {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  #header {
    top: 0 !important;
    left: 0;
    width: 100%;
  }
  #header .header__main-container {
    flex-direction: row;
    height: 64px;
    padding-right: 72px;
  }
  #header .header__sub-container .header__logo {
    width: 151px;
  }
  #header .header__nav {
    width: auto;
  }
  #header .header__nav .sns {
    flex-direction: column;
    position: absolute;
    right: 20px;
    top: 88px;
  }
  #header .header__nav .sns li {
    width: 24px;
  }
  #header .header__nav .tel {
    width: 40px;
    line-height: 0;
  }
  #header .header__nav .tel a {
    display: block;
    line-height: 0;
  }
  .toggle-menu {
    position: fixed;
    z-index: 999999999;
    top: 0;
    right: 0;
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .toggle-menu .toggle-menu__trigger {
    width: 32px;
    height: 22px;
  }
  .toggle-menu .toggle-menu__trigger span {
    background-color: #036db7;
    height: 2px;
  }
  .toggle-menu .toggle-menu__trigger span:nth-child(2) {
    background-color: #008cce;
  }
}

@media screen and (max-width: 767px) {
  .header__text {
    padding: 72px 0 0 30px;
    font-size: 10px;
    line-height: 1.5;
    margin-bottom: 16px;
  }
}
#g_nav {
  display: flex;
  justify-content: center;
  position: absolute;
  z-index: 9999999;
  background: #fff;
  gap: 40px;
  top: 80px;
  left: 0;
  width: 100%;
}
#g_nav.fixed {
  position: fixed;
  top: 0;
}
@media screen and (max-width: 900px) {
  #g_nav {
    gap: 20px;
  }
}
#g_nav > li .up-menu {
  padding: 24px 0;
}
#g_nav > li .up-menu .menu-text {
  color: inherit;
  font-weight: 500;
  line-height: 1;
  display: block;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .menu-item-has-children .up-menu .menu-text {
    padding-right: 20px;
  }

  .menu-item-has-children .up-menu::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #333;
    border-left: 2px solid #333;
    margin-top: -7px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
  }

  .menu-item-has-children:hover .up-menu::after {
    margin-top: -3px;
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
}

#g_nav > li .up-menu .menu-text.active {
  color: #036db7;
}
@media (hover: hover) {
  #g_nav > li .up-menu .menu-text:hover {
    color: #036db7;
  }
}
#g_nav > li .sub-menu {
  background: #fff;
  padding: 24px;
  border-radius: 24px 0;
  width: -moz-max-content;
  width: max-content;
  top: 100%;
  box-shadow: 0px 2px 10px rgba(51, 51, 51, 0.25);
}
#g_nav > li .sub-menu li + li {
  margin-top: 10px;
}
#g_nav > li .sub-menu li .menu-text {
  display: flex;
  align-items: center;
  line-height: 1.5;
  color: inherit;
  gap: 8px;
}
#g_nav > li .sub-menu li .menu-text::before {
  content: '';
  background: url('../img/top/sub_arrow.svg') no-repeat center/100% 100%;
  width: 19px;
  height: 19px;
}
@media (hover: hover) {
  #g_nav > li .sub-menu li .menu-text:hover {
    color: #036db7;
  }
}
#g_nav > li .sub-menu li .menu-text.menu-link::before {
  background-image: url('../img/top/sub_arrow2.svg');
}
@media screen and (max-width: 900px) {
  #g_nav > li .menu-text {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  #g_nav {
    height: 100vh;
    position: fixed;
    opacity: 0;
    box-sizing: border-box;
    padding: 88px 0 0;
    display: none;
    overflow-y: auto;
    top: 0;
  }
  #g_nav > li:not(.box-contact) {
    margin: 0 30px;
  }
  #g_nav > li:not(.box-contact) + li:not(.box-contact) {
    margin-top: 32px;
  }
  #g_nav > li:not(.box-contact) .up-menu {
    padding: 0;
    position: relative;
  }
  #g_nav > li:not(.box-contact) .up-menu:after {
    border-color: #333333;
  }
  #g_nav > li:not(.box-contact) .menu-text {
    font-size: 20px;
  }
  #g_nav > li:not(.box-contact) .sub-menu {
    position: static;
    width: 100%;
    transform: none;
    box-shadow: none;
    border-radius: 0;
    padding: 24px 0 0;
    display: none;
    opacity: 1;
    visibility: visible;
    height: 0;
    backface-visibility: hidden;
    transition: all 0.5s;
  }
  #g_nav > li:not(.box-contact) .sub-menu .menu-text {
    font-size: 16px;
  }
  #g_nav > li:not(.box-contact).hover .sub-menu {
    height: auto;
    display: block;
  }
  #g_nav .box-contact {
    margin-top: 64px;
    padding-bottom: 150px;
  }
}

.nav-open #g_nav {
  display: block;
  opacity: 1;
}

.title-common2 {
  font-size: 32px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .title-common2 {
    font-size: 28px;
  }
}

.box-contact {
  color: #fff;
  background: url('../img/top/contact_bg.jpg') no-repeat center/cover;
  padding: 64px 0 0;
}
@media screen and (min-width: 768px) {
  .box-contact .container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0 20px;
  }
}
.box-contact .title-common {
  height: 333px;
  text-align: left;
}
.box-contact .group-content {
  margin: 40px 0 0 24px;
}
.box-contact .group-content .text {
  margin: 24px 0 0;
  line-height: 1.5;
}
@media screen and (max-width: 1150px) {
  .box-contact .group-content {
    margin-left: 0;
  }
}
@media screen and (max-width: 1000px) {
  .box-contact .group-content {
    width: 260px;
  }
}
.box-contact .group-btn {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  width: 398px;
  margin: 40px 0 0;
  max-width: 100%;
}
@media screen and (max-width: 850px) {
  .box-contact .group-btn {
    width: 330px;
    gap: 13px;
  }
}
.box-contact .group-btn .tel {
  width: 100%;
  margin: 0;
}
.box-contact .group-btn .tel a {
  text-decoration: none;
  border-radius: 24px 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 8px;
  font-size: 40px;
  line-height: 1;
  padding: 21px 0;
  background: #fff;
  color: #333333;
}
.box-contact .group-btn .tel a span {
  padding: 3px 0 0;
}
.box-contact .group-btn .tel a i {
  color: #9556a0;
  position: relative;
  top: -5px;
  margin-right: 3px;
}
.box-contact .group-btn .tel a::before {
  content: '';
  width: 48px;
  height: 48px;
  background: url('../img/top/icon_tel2.svg') no-repeat center/100% auto;
}
@media screen and (max-width: 850px) {
  .box-contact .group-btn .tel a {
    font-size: 32px;
    padding: 17px 0;
  }
  .box-contact .group-btn .tel a i {
    top: -3px;
  }
  .box-contact .group-btn .tel a:before {
    width: 40px;
    height: 40px;
  }
}
.box-contact .group-btn .btn-mail,
.box-contact .group-btn .btn-web {
  width: calc(50% - 8px);
  margin: 0;
}
.box-contact .group-btn .btn-mail a,
.box-contact .group-btn .btn-web a {
  display: flex;
  background: #fff;
  border-radius: 24px 0;
  justify-content: space-between;
  align-items: center;
  font-size: 22px;
  height: 90px;
  line-height: 1.18;
  padding: 0 16px;
  color: #333333;
  letter-spacing: 0;
  text-align: center;
}
.box-contact .group-btn .btn-mail a small,
.box-contact .group-btn .btn-web a small {
  display: block;
  font-size: 20px;
}
.box-contact .group-btn .btn-mail a::before,
.box-contact .group-btn .btn-web a::before {
  content: '';
  background: url('../img/top/icon_mail.svg') no-repeat center/100% auto;
  width: 32px;
  height: 32px;
}
.box-contact .group-btn .btn-mail a:after,
.box-contact .group-btn .btn-web a:after {
  content: '';
  background: url('../img/top/arrow2.svg') no-repeat center/100% 100%;
  width: 19px;
  height: 19px;
}
@media (hover: hover) {
  .box-contact .group-btn .btn-mail a:hover,
  .box-contact .group-btn .btn-web a:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 850px) {
  .box-contact .group-btn .btn-mail,
  .box-contact .group-btn .btn-web {
    width: calc(50% - 6.5px);
  }
  .box-contact .group-btn .btn-mail a,
  .box-contact .group-btn .btn-web a {
    font-size: 18px;
    padding: 0 13px;
    height: 74.5px;
  }
  .box-contact .group-btn .btn-mail a small,
  .box-contact .group-btn .btn-web a small {
    font-size: inherit;
  }
  .box-contact .group-btn .btn-mail a:before,
  .box-contact .group-btn .btn-web a:before {
    width: 26.5px;
    height: 26.5px;
  }
  .box-contact .group-btn .btn-mail a:after,
  .box-contact .group-btn .btn-web a:after {
    width: 16px;
    height: 16px;
  }
}
.box-contact .group-btn .btn-web a::before {
  background-image: url('../img/top/icon_web2.svg');
}
@media screen and (max-width: 767px) {
  .box-contact {
    background-image: url('../img/top/contact_bg_sp.jpg');
    padding: 64px 0;
  }
  .box-contact .title-common {
    text-align: center;
    height: auto;
  }
  .box-contact .group-content {
    width: 100%;
    margin: 24px 0 0;
  }
  .box-contact .group-content .text {
    margin: 8px 0 0;
  }
  .box-contact .group-btn {
    width: 100%;
    margin: 24px 0 0;
  }
}

.section-banner {
  padding: 48px 0 88px;
}
.section-banner a {
  display: block;
  line-height: 0;
}
.section-banner .bnr {
  display: flex;
  gap: 40px;
}
.section-banner .bnr2 {
  margin: 40px 0 0;
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 1000px) {
  .section-banner .bnr {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .section-banner {
    padding: 24px 7.5px 64px;
  }
  .section-banner .bnr {
    flex-wrap: wrap;
    gap: 15px;
  }
  .section-banner .bnr li {
    max-width: calc(50% - 7.5px);
  }
  .section-banner .bnr2 {
    margin: 15px 0 0;
    flex-wrap: wrap;
    gap: 15px;
  }
  .section-banner .bnr2 li {
    max-width: calc(50% - 7.5px);
  }
}

#footer {
  background: #f1f7fa;
  padding: 48px 0 80px;
}
#footer .footer__logo {
  width: 259px;
}
#footer .footer__logo a {
  display: block;
  line-height: 0;
}
#footer .address {
  font-size: 14px;
  line-height: 1.5;
  margin: 32px 0 24px;
}
#footer .sitemap {
  margin: 0 0 40px;
  font-size: 12px;
  line-height: 1.5;
}
#footer .sitemap a {
  display: inline-flex;
  color: #676f74;
  align-items: center;
  gap: 4px;
}
#footer .sitemap a::before {
  content: '';
  background: url('../img/top/sub_arrow.svg') no-repeat center/100% 100%;
  width: 19px;
  height: 19px;
}
@media (hover: hover) {
  #footer .sitemap a:hover {
    text-decoration: underline;
  }
}
#footer .copyright {
  color: #676f74;
  font-size: 10px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #footer {
    padding: 40px 0 100px;
  }
  #footer .footer__logo {
    width: 151px;
  }
}

.fixed-box {
  z-index: 99;
  width: auto;
}
@media screen and (max-width: 767px) {
  .fixed-box {
    width: 100%;
  }
}
.fixed-box .fixed-banner__pc ul {
  width: 100px;
  overflow: hidden;
  border-top-left-radius: 14px;
  border-bottom-left-radius: 14px;
  color: #fff;
  display: block;
}
.fixed-box .fixed-banner__pc ul a {
  color: inherit;
}
.fixed-box .fixed-banner__pc ul li {
  display: block;
}
.fixed-box .fixed-banner__pc ul .btn2 a {
  background: #a463ca;
  text-align: center;
  padding: 14px 0;
  font-size: 16px;
  line-height: 1.5;
  display: block;
  text-decoration: none;
}
.fixed-box .fixed-banner__pc ul .btn2 a:hover {
  opacity: 0.8;
}
.fixed-box .fixed-banner__pc ul .text {
  background: #b58dbb;
  text-align: center;
  padding: 14px 0;
  font-size: 16px;
  line-height: 1.5;
}
.fixed-box .fixed-banner__pc ul .text small {
  display: block;
  font-size: 12px;
  line-height: 1.28;
}
.fixed-box .fixed-banner__pc ul .btn-web a {
  background: #9556a0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 79px;
  line-height: 1.18;
}
.fixed-box .fixed-banner__pc ul .btn-web a::before {
  content: '';
  background: url('../img/top/icon_web.svg') no-repeat center/100% auto;
  width: 32px;
  height: 32px;
}
@media (hover: hover) {
  .fixed-box .fixed-banner__pc ul .btn-web a:hover {
    opacity: 0.8;
  }
}
.fixed-box .fixed-banner__pc ul .btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 70px;
  background: #ca638e;
}
.fixed-box .fixed-banner__pc ul .btn a span {
  font-size: 14px;
  line-height: 1.5;
}
@media (hover: hover) {
  .fixed-box .fixed-banner__pc ul .btn a:hover {
    opacity: 0.8;
  }
}
.fixed-box .fixed-banner__pc ul .instagram a {
  background: #fbf0fc;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 77px;
  line-height: 1.18;
  font-size: 14px;
  color: #333333;
}
.fixed-box .fixed-banner__pc ul .instagram a::before {
  content: '';
  background: url('../img/top/icon_insta2.png') no-repeat center/100% auto;
  width: 32px;
  height: 32px;
}
@media (hover: hover) {
  .fixed-box .fixed-banner__pc ul .instagram a:hover {
    opacity: 0.8;
  }
}
.fixed-box .fixed-banner__pc ul .line a {
  background: #06c755;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 77px;
  line-height: 1.18;
  font-size: 14px;
}
.fixed-box .fixed-banner__pc ul .line a::before {
  content: '';
  background: url('../img/top/icon_line2.png') no-repeat center/100% auto;
  width: 32px;
  height: 32px;
}
@media (hover: hover) {
  .fixed-box .fixed-banner__pc ul .line a:hover {
    opacity: 0.8;
  }
}
.fixed-box .fixed-banner__sp ul {
  display: flex;
  align-items: stretch;
  color: #fff;
}
.fixed-box .fixed-banner__sp ul a {
  color: inherit;
}
.fixed-box .fixed-banner__sp ul .text {
  background: #b58dbb;
  text-align: center;
  padding: 8px 0 9px;
  font-size: 14px;
  line-height: 1.5;
  width: 23%;
}
.fixed-box .fixed-banner__sp ul .text small {
  display: block;
  font-size: 10px;
  line-height: 1.28;
}
.fixed-box .fixed-banner__sp ul .tel {
  width: 25.6666666667%;
}
.fixed-box .fixed-banner__sp ul .tel a {
  background: #834b8d;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 64px;
  line-height: 1.18;
  font-size: 14px;
}
.fixed-box .fixed-banner__sp ul .tel a::before {
  content: '';
  background: url('../img/top/icon_tel3.svg') no-repeat center/100% auto;
  width: 32px;
  height: 32px;
}
.fixed-box .fixed-banner__sp ul .btn-web, .fixed-box .fixed-banner__sp ul .btn2 {
  width: 25.6666666667%;
}
.fixed-box .fixed-banner__sp ul .btn-web a {
  background: #9556a0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 64px;
  line-height: 1.18;
  font-size: 14px;
}
.fixed-box .fixed-banner__sp ul .btn2 a {
  background: #a463ca;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 64px;
  line-height: 1.18;
  font-size: 14px;
}
.fixed-box .fixed-banner__sp ul .btn-web a::before {
  content: '';
  background: url('../img/top/icon_web.svg') no-repeat center/100% auto;
  width: 32px;
  height: 32px;
}
.fixed-box .fixed-banner__sp ul .btn {
  width: 34px;
  position: absolute;
  bottom: calc(100% + 100px);
  right: 0;
}
.fixed-box .fixed-banner__sp ul .btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 190px;
  background: #ca638e!important;
  padding: 0 6.5px;
  line-height: 1.2;
  font-weight: inherit!important;
}
.fixed-box .fixed-banner__sp ul .btn a span {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

.cl-red {
  color: red;
}

.btn-link {
  width: 264px;
  max-width: 100%;
  margin: 0;
}
.btn-link a,
.btn-link > span {
  display: block;
  color: #fff;
  background: #036db7;
  position: relative;
  text-decoration: none;
  font-size: 18px;
  line-height: 1.5;
  padding: 11px 20px;
  font-weight: 500;
  border-radius: 50px;
}
.btn-link a:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  background: url('../img/top/arrow.svg') no-repeat center/100% 100%;
  width: 19px;
  height: 19px;
}
.btn-link .fnt-sawa {
  font-family: 'Sawarabi Mincho', serif;
}
@media (hover: hover) {
  .btn-link a:hover {
    opacity: 0.8;
  }
}
