@charset "UTF-8";
/*-----------------------------------------------------------------------

    header

-----------------------------------------------------------------------*/
.page-header {
  width: 100%;
  height: 100px;
  background-color: #fff;
  position: relative;
  z-index: 30;
}
.page-header .hd-wrap {
  align-items: center;
  width: 100%;
  min-width: 1280px;
  height: 100px;
  padding: 0 30px 0 40px;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
}
.page-header .hd-logo {
  align-self: center;
}
.page-header .hd-logo a {
  display: inline-block;
}
.page-header h1 {
  line-height: 1;
}
.page-header .header-detail {
  align-items: center;
  margin: 0 0 0 30px;
}
.page-header .header-detail .common-info {
  align-items: center;
  height: 60px;
  padding-left: 30px;
  margin-left: 30px;
  border-left: 1px solid #9e71b7;
}

/* pagetop */
.pagetop {
  position: fixed;
  bottom: 50px;
  right: 30px;
  z-index: 100;
}

.pagetop a {
  transition: all 0.3s;
}

.pagetop.fixed a {
  pointer-events: all;
  opacity: 1;
}

/*-----------------------------------------------------------------------

    key

-----------------------------------------------------------------------*/
.key {
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 550px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  /* ▼key-vis */
  /* ▼main-catch */
  /* ▼sub-catch */
}
.key-vis {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
.key-vis video {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.key-vis img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.key .main-catch {
  position: absolute;
  bottom: -34px;
  z-index: 10;
}
.key .sub-catch {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 603px;
  height: 135px;
  background: url(../images/common/key/catch-bg-deco.png) no-repeat center/contain;
  font-size: 3.8rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  position: absolute;
  left: calc(50% - 560px);
  z-index: 10;
  filter: drop-shadow(0 0 50px rgba(51, 51, 51, 0.12));
}
.key .sub-catch span::first-letter {
  color: #9e71b7;
}

#top .key {
  align-items: flex-start;
  justify-content: center;
  height: 760px;
  /* ▼key-vis */
}
#top .key-vis {
  width: 100%;
  margin: 0;
}

/*-----------------------------------------------------------------------

    nav

-----------------------------------------------------------------------*/
/* ▼global-nav */
.global-nav {
  line-height: 1;
  color: #333333;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  position: relative;
  z-index: 10;
}
.global-nav .hd-nav {
  justify-content: flex-end;
  font-weight: 600;
}
.global-nav .hd-nav li {
  display: flex;
  align-items: center;
  position: relative;
}
.global-nav .hd-nav li:not(:last-child) {
  margin-right: 2em;
}
.global-nav .hd-nav li a {
  position: relative;
  z-index: 10;
  font-weight: 700;
}
.global-nav .hd-nav li a::before {
  content: "";
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  background-color: #9e71b7;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  transition: all 0.2s;
}
.global-nav .hd-nav li a:hover,
.global-nav .hd-nav li a.current {
  opacity: 1;
  color: #9e71b7;
}
.global-nav .hd-nav li a:hover::before,
.global-nav .hd-nav li a.current::before {
  opacity: 0.15;
}

/*-----------------------------------------------------------------------

    footer

-----------------------------------------------------------------------*/
.page-footer {
  padding: 0 0 50px;
  background: url(../images/common/pattern/ft_bg.jpg);
  position: relative;
}

/* ▼footer-main */
.footer-main .footer-ttl {
  display: inline-block;
  width: auto;
  margin: 0 0 30px;
  text-align: left;
}
.footer-main .footer-ttl a {
  display: inline-block;
}
.footer-main-info {
  font-size: 1.5rem;
  line-height: 1.6667;
}
.footer-main-info-item:not(:last-child) {
  margin-bottom: 15px;
}
.footer-main-info-item .common-info-tel {
  font-size: 2rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}

/* ▼footer-detail */
.footer-detail {
  padding: 60px 0 0;
}
.footer-detail .common-info {
  justify-content: flex-end;
}

/* footer-nav */
.footer-nav {
  width: 540px;
  line-height: 1;
  margin: 40px 0 0;
  padding: 35px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  font-size: 1.5rem;
}
.footer-nav ul.flex {
  justify-content: flex-start;
}
.footer-nav ul.flex li:not(:last-child) {
  margin-right: 2em;
}
.footer-nav ul.flex:not(:last-child) {
  margin-bottom: 15px;
}

/* ▼copyright */
.copyright {
  display: block;
  margin: 65px 0 0;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
  text-align: right;
  letter-spacing: 0.05em;
}

/*-----------------------------------------------------------------------

    aside

-----------------------------------------------------------------------*/
.side-bnr {
  position: fixed;
  z-index: 100;
  right: 0;
  bottom: 65px;
}

/*-----------------------------------------------------------------------

    main

-----------------------------------------------------------------------*/
/*
    page-top
--------------------*/
/* ▼top_greeting */
.top_greeting {
  background-image: url(../images/common/pattern/Beige_bg.jpg);
}
.top_greeting-ttl {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin: 0 0 60px;
  text-align: center;
  font-size: 3.5rem;
  line-height: 1.5;
}
.top_greeting-ttl::before, .top_greeting-ttl::after {
  content: "";
  width: 24px;
  height: 48px;
  margin: 10px 0;
  background: url(../images/top/greeting-ttl-deco-left.png) no-repeat top/contain;
}
.top_greeting-ttl::after {
  align-self: flex-end;
  background-image: url(../images/top/greeting-ttl-deco-right.png);
}
.top_greeting-ttl .txt-main {
  padding: 0 40px;
}
.top_greeting-list ul.flex {
  justify-content: center;
}
.top_greeting-list-item:not(:last-child) {
  margin-right: 70px;
}
.top_greeting-list-capt {
  margin: 25px 0 0;
  padding: 0 0 23px;
  text-align: center;
  font-size: 2.5rem;
  line-height: 1.4;
  border-bottom: 1px solid;
  border-image: url(../images/top/greeting-list-bdr01.png) 1;
}
.top_greeting-lead {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 879px;
  height: 120px;
  margin: 57px auto 0;
  border-radius: 10px;
  background: url(../images/top/greeting-lead-bg-deco01.png) no-repeat top 20px left 10px, url(../images/top/greeting-lead-bg-deco01.png) no-repeat bottom 20px right 10px, url(../images/common/pattern/wa_purple_2.jpg);
  position: relative;
}
.top_greeting-lead::before {
  content: "";
  width: 30px;
  height: 17px;
  margin: auto;
  background-color: #9e71b7;
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  transform: rotate(180deg);
}
.top_greeting-lead::after {
  content: "";
  width: calc(100% + 48px);
  height: calc(100% - 18px);
  background: url(../images/top/greeting-lead-deco01.png) no-repeat top right, url(../images/top/greeting-lead-deco02.png) no-repeat bottom left;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  pointer-events: none;
}
.top_greeting-note {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin: 30px 0 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.6667;
  text-align: center;
  letter-spacing: 0.1em;
}
.top_greeting-note .font-color {
  color: #9e71b7;
}
.top_greeting-note::before, .top_greeting-note::after {
  content: "";
  width: 1px;
  height: 97px;
  background-color: #333333;
  transform: rotate(-45deg);
  transform-origin: bottom;
}
.top_greeting-note::after {
  transform: rotate(45deg);
}
.top_greeting-note .txt-main {
  padding: 0 25px;
}

/* ▼top_about */
.top_about {
  overflow: hidden;
}
.top_about-block {
  flex-direction: row-reverse;
}
.top_about-block-img {
  margin: 0 -355px 0 0;
}
.top_about-block-cnt {
  width: 550px;
}
.top_about-block-cnt-txt {
  letter-spacing: 0.07em;
}
.top_about-desc {
  margin: 117px 0 0;
}
.top_about-desc-ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 40px;
  position: relative;
  letter-spacing: 0.06em;
}
.top_about-desc-ttl::before, .top_about-desc-ttl::after {
  content: "";
  flex: 1;
  height: 7px;
  background: url(../images/top/about-desc-ttl-deco01.png) no-repeat center/100% 100%;
}
.top_about-desc-ttl .txt-sub {
  width: 100%;
  color: #9e71b7;
  font-size: 3rem;
  line-height: 1;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: calc(100% + 19px);
}
.top_about-desc-ttl .txt-main {
  display: inline-block;
  width: 421px;
  padding: 5px 0 6px;
  color: #fff;
  background-color: #9e71b7;
  border-radius: 8px;
  font-size: 3.5rem;
  text-align: center;
}
.top_about-desc-cnt {
  width: 540px;
}

/* ▼top_reason */
.top_reason {
  margin: 100px 0 0;
  padding: 60px 0;
  background: url(../images/common/pattern/Beige_bg.jpg);
  border-radius: 10px;
  position: relative;
}
.top_reason::before {
  content: "";
  width: 197px;
  height: 185px;
  background: url(../images/top/reason-deco01.png) no-repeat center/contain;
  position: absolute;
  top: -40px;
  left: -72px;
  z-index: 10;
}
.top_reason-ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 50px;
}
.top_reason-ttl::before, .top_reason-ttl::after {
  content: "";
  width: 24px;
  height: 48px;
  background: url(../images/top/reason-ttl-deco-left.png) no-repeat center/contain;
}
.top_reason-ttl::after {
  background-image: url(../images/top/reason-ttl-deco-right.png);
}
.top_reason-ttl .txt-main {
  padding: 0 60px;
}
.top_reason-list ul.flex {
  justify-content: center;
}
.top_reason-list-item:not(:last-child) {
  margin-right: 70px;
}
.top_reason-list-capt {
  margin: 22px 0 0;
  text-align: center;
  font-size: 2.3rem;
  line-height: 1.6957;
}
.top_reason .common-btn {
  width: 420px;
  margin: 70px auto -92px;
}

/* ▼top_guide */
.top_guide {
  background: url(../images/common/pattern/wa_purple.jpg);
}
.top_guide-list ul.flex {
  justify-content: center;
}
.top_guide-list-item {
  position: relative;
  transition: all 0.2s;
}
.top_guide-list-item:not(:last-child) {
  margin-right: 30px;
}
.top_guide-list-item:hover {
  transform: translateY(-15px);
}
.top_guide-list-capt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 308px;
  background: url(../images/top/guide-ttl-bg.png) no-repeat center/contain;
  font-size: 2.8rem;
  line-height: 1;
  position: absolute;
  top: 0;
  right: 30px;
  z-index: 10;
}

/* ▼top_info */
.top_info {
  overflow: hidden;
}
.top_info-block {
  position: relative;
  z-index: 10;
}
.top_info-block::before {
  content: "";
  width: 338px;
  height: 334px;
  background: url(../images/top/info-deco01.png) no-repeat center/contain;
  position: absolute;
  top: -171px;
  left: -134px;
  z-index: -1;
}
.top_info-block::after {
  content: "";
  width: 245px;
  height: 147px;
  background: url(../images/top/info-deco02.png) no-repeat center/contain;
  position: absolute;
  top: -65px;
  right: -124px;
  z-index: -1;
}
.top_info-block-map {
  width: 100%;
  height: 410px;
  margin: 50px 0 0;
}

/* ▼top_news */
.top_news {
  background: url(../images/top/news-bg-top.png) repeat-x top, url(../images/common/pattern/Beige_bg.jpg);
}
.top_news-block {
  position: relative;
}
.top_news-block .common-ttl {
  width: 230px;
  margin: -17px 0 0;
}
.top_news-block-cnt {
  width: 770px;
  min-height: 264px;
}
.top_news-block .common-btn {
  width: 230px;
  position: absolute;
  left: 0;
  top: 157px;
}

/* ▼top_app */
.top_app {
  margin: 100px 0 0;
  background: url(../images/top/app-bg-top.png) no-repeat center top 15px, url(../images/top/app-bg-top.png) no-repeat center bottom 15px, url(../images/common/pattern/bg.jpg);
  padding: 85px 90px 90px;
  border-radius: 10px;
  position: relative;
  z-index: 10;
}
.top_app::before {
  content: "";
  width: 393px;
  height: 474px;
  background: url(../images/top/app-illust01.png) no-repeat center/contain;
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 51px;
}
.top_app-cnt {
  width: 523px;
  margin: 0 0 0 auto;
}
.top_app-cnt-ttl {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin: 0 0 31px;
}
.top_app-cnt-ttl::before, .top_app-cnt-ttl::after {
  content: "";
  width: 1px;
  height: 97px;
  background-color: #333333;
  transform: rotate(-45deg);
  transform-origin: bottom;
}
.top_app-cnt-ttl::after {
  transform: rotate(45deg);
}
.top_app-cnt-ttl .txt-main {
  padding: 0 35px;
}
.top_app-cnt-lead {
  text-align: center;
  font-size: 2.5rem;
  letter-spacing: 0.06em;
  line-height: 2.28;
  text-align: center;
}
.top_app-cnt-lead .font-marker {
  margin: 0 0.3em;
  padding: 4px 9px 5px;
}
.top_app-cnt .common-btn {
  margin-top: 44px;
}

/*
    page-about
--------------------*/
/* ▼about_greeting */
.about_greeting {
  background: url(../images/about/greeting-bg-left.png) no-repeat top left calc(50% - 450px);
}
.about_greeting-block {
  position: relative;
  z-index: 10;
}
.about_greeting-block::before {
  content: "";
  width: 318px;
  height: 318px;
  background: url(../images/about/greeting-bg-right.png) no-repeat center/contain;
  position: absolute;
  top: -140px;
  right: -100px;
  z-index: -1;
}
.about_greeting-block-img {
  margin: 0 0 0 -100px;
}
.about_greeting-block-cnt {
  width: 540px;
}
.about_greeting-app {
  margin: 70px 0 0;
  padding: 60px 60px;
  border-radius: 10px;
  background: url(../images/about/app-bg-right.png) no-repeat bottom right, url(../images/common/pattern/washi_purple.jpg);
  position: relative;
  z-index: 10;
}
.about_greeting-app::after {
  content: "";
  width: 305px;
  height: 368px;
  background: url(../images/about/app-illust.png) no-repeat center/contain;
  position: absolute;
  bottom: 0;
  right: 108px;
  z-index: 10;
}
.about_greeting-app-cnt {
  width: 515px;
}
.about_greeting-app-cnt-ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 30px;
  font-size: 3.5rem;
  letter-spacing: 0.06em;
}
.about_greeting-app-cnt-ttl::before, .about_greeting-app-cnt-ttl::after {
  content: "";
  width: 24px;
  height: 48px;
  background: url(../images/about/app-ttl-deco-left.png) no-repeat center/contain;
}
.about_greeting-app-cnt-ttl::after {
  background-image: url(../images/about/app-ttl-deco-right.png);
}
.about_greeting-app-cnt-ttl .txt-main {
  padding: 0 36px;
}
.about_greeting-app-cnt-ttl .txt-main .font-marker {
  padding: 0 10px;
  color: #333333;
  background-color: #f0c943;
  display: inline-block;
}
.about_greeting-app-cnt-lead {
  padding: 6px 0;
  text-align: center;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-image: url(../images/about/app-lead-bdr.png) 1;
  font-size: 2rem;
  font-weight: 700;
}
.about_greeting-app-cnt-note {
  margin: 24px 0 0;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
}
.about_greeting-app-cnt .common-info-btn {
  margin-top: 16px;
}

/* ▼about_concept */
.about_concept {
  background: url(../images/common/pattern/Beige_bg.jpg);
}
.about_concept-block {
  flex-direction: row-reverse;
}
.about_concept-block-img {
  margin: 0 -60px 0 0;
}
.about_concept-block-cnt {
  width: 550px;
}
.about_concept-desc {
  margin: 100px 0 0;
  padding: 0 0 80px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-image: url(../images/common/pattern/bg.jpg);
  border-radius: 10px;
  position: relative;
  z-index: 10;
}
.about_concept-desc::before {
  content: "";
  width: 128px;
  height: 209px;
  background: url(../images/about/about-desc-illust01.png) no-repeat center/contain;
  position: absolute;
  top: -49px;
  left: 106px;
  z-index: 10;
}
.about_concept-desc::after {
  content: "";
  width: 323px;
  height: 181px;
  background: url(../images/about/about-desc-illust02.png) no-repeat center/contain;
  position: absolute;
  top: -22px;
  right: -62px;
  z-index: 10;
}
.about_concept-desc-ttl {
  margin: -14px 0 37px;
  text-align: center;
}
.about_concept-desc-txt {
  text-align: center;
}

/* ▼about_reason */
.about_reason-list {
  justify-content: flex-start;
}
.about_reason-block {
  width: 320px;
}
.about_reason-block:not(:last-child) {
  margin-right: 60px;
}
.about_reason-block-cnt {
  margin: 21px 0 0;
}
.about_reason-block-cnt-ttl {
  margin: 0 0 38px;
  text-align: center;
  font-size: 2.5rem;
  line-height: 1.8;
}
.about_reason-block-cnt-ttl .font-marker {
  padding: 4px 5px;
}

/* ▼about_info */
.about_info {
  background-image: url(../images/common/pattern/Beige_bg.jpg);
}
.about_info-block {
  position: relative;
  z-index: 10;
}
.about_info-block::before {
  content: "";
  width: 245px;
  height: 147px;
  background: url(../images/about/info-deco01.png) no-repeat center/contain;
  position: absolute;
  top: -87px;
  right: -72px;
  z-index: -1;
}
.about_info-block-map {
  width: 100%;
  height: 410px;
  margin: 50px 0 0;
}

/*
    page-menu
--------------------*/
/* ▼menu_main */
.menu_main-block:not(:last-child) {
  margin-bottom: 80px;
}
.menu_main-block-list-item {
  margin: 0 0 18px;
  padding: 0 90px 18px;
  border-bottom: 1px solid;
  border-image: url(../images/common/deco-border01.png) 1;
}
.menu_main-block-list-item .txt-main {
  flex: 1;
  margin: 0 30px 0 0;
}

/* ▼menu_app */
.menu_app {
  margin: 80px 0 0;
  padding: 60px 20px;
  background: url(../images/menu/app-bg-deco01.png) no-repeat top left, url(../images/menu/app-bg-deco02.png) no-repeat bottom right, url(../images/common/pattern/Beige_bg.jpg);
  border-radius: 10px;
  position: relative;
}
.menu_app::before {
  content: "";
  width: 174px;
  height: 250px;
  background: url(../images/menu/app-illust01.png) no-repeat center/contain;
  position: absolute;
  bottom: 0;
  left: 56px;
  z-index: 10;
}
.menu_app::after {
  content: "";
  width: 168px;
  height: 234px;
  background: url(../images/menu/app-illust02.png) no-repeat center/contain;
  position: absolute;
  bottom: 0;
  right: 69px;
  z-index: 10;
}
.menu_app-ttl {
  text-align: center;
  font-size: 3.5rem;
  letter-spacing: 0.02em;
}
.menu_app-lead {
  font-size: 3.5rem;
  text-align: center;
}
.menu_app-lead .font-size {
  font-size: 228.5714%;
  line-height: 1;
}
.menu_app-lead .font-line {
  background-image: linear-gradient(rgba(240, 201, 67, 0.35), rgba(240, 201, 67, 0.35));
}
.menu_app .common-info-btn {
  margin-top: 24px;
}

/*
    page-concept
--------------------*/
/* ▼concept_greeting */
.concept_greeting-block-img {
  margin: -33px 0 0 -30px;
}
.concept_greeting-block-cnt {
  width: 548px;
}
.concept_greeting-art {
  margin: 100px 0 0;
  position: relative;
  z-index: 10;
}
.concept_greeting-art-ttl {
  display: flex;
  align-items: center;
  margin: 0 0 18px;
  padding: 0 0 12px;
  font-size: 2.5rem;
  border-bottom: 1px solid;
  border-image: url(../images/common/deco-border01.png) 1;
  letter-spacing: 0.06em;
}
.concept_greeting-art-ttl::before {
  content: "";
  width: 35px;
  height: 35px;
  flex: 0 0 auto;
  margin: 0 15px 0 0;
  background: url(../images/common/deco-maru01.png) no-repeat center/contain;
}
.concept_greeting-art:nth-of-type(1)::before {
  content: "";
  width: 197px;
  height: 185px;
  background: url(../images/concept/article-deco01.png) no-repeat center/contain;
  position: absolute;
  top: 0;
  right: -100px;
}
.concept_greeting-art:nth-of-type(2)::before {
  content: "";
  width: 338px;
  height: 334px;
  background: url(../images/concept/article-deco02.png) no-repeat center/contain;
  position: absolute;
  bottom: 0;
  right: -100px;
}

/*
    page-voice
--------------------*/
/* ▼voice_main */
.voice_main-block:not(:last-child) {
  margin-bottom: 90px;
}
.voice_main-block-img {
  width: 280px;
  margin: 0 50px 0 0;
}
.voice_main-block-img .c_ofi {
  padding-top: 100%;
}
.voice_main-block-cnt {
  flex: 1;
}
.voice_main-block-cnt-ttl {
  display: flex;
  align-items: center;
  margin: 0 0 28px;
  padding: 0 0 12px;
  font-size: 2.5rem;
  border-bottom: 1px solid;
  border-image: url(../images/common/deco-border01.png) 1;
}
.voice_main-block-cnt-ttl::before {
  content: "";
  width: 35px;
  height: 35px;
  flex: 0 0 auto;
  margin: 0 25px 0 0;
  background: url(../images/common/deco-maru01.png) no-repeat center/contain;
}

/*
    common-news
--------------------*/
/* ▼common-news */
.common-news_cnt {
  width: 100%;
  margin: 0 auto;
}

.common-news_post {
  transition: all 0.1s;
  padding-bottom: 24px;
  border-bottom: 1px solid;
  border-image: url(../images/common/deco-border01.png) 1;
}

.common-news_post:not(:last-child) {
  margin-bottom: 15px;
}

.common-news_post a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.7rem;
  line-height: 1;
  letter-spacing: 0.06em;
  position: relative;
  font-weight: 500;
}

.common-news_post .common-news_post-detail {
  display: flex;
  justify-content: flex-start;
  width: 100%;
}

.common-news_post-img {
  width: 120px;
}

.common-news_post-img .c_ofi {
  padding-top: 100%;
}

.common-news_post-cnt {
  width: 100%;
}

.common-news_post-cnt.diff-style {
  width: calc(100% - 150px);
}

.common-news_post-time {
  display: inline-block;
  text-align: center;
  color: #9e71b7;
  font-weight: 700;
}

.common-news_post .common-news_post-tag {
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  flex: 1;
  mask-image: linear-gradient(to right, black, black 70%, transparent 97%);
  -webkit-mask-image: linear-gradient(to right, black, black 70%, transparent 97%);
}

.common-news_post .common-news_post-tag li {
  display: inline-block;
  flex: 0 0 auto;
  margin: 4px 0 0;
  margin-left: 1.3em;
  padding-left: 1.3em;
  border-left: 1px solid;
  font-size: 1.3rem;
}

.common-news_post .common-news_post-txt {
  width: 100%;
  margin: 19px 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*
    page-news
--------------------*/
/*==========================================
一覧ぺージ用カテゴリ(セレクトボックス)
===========================================*/
.category-select {
  overflow: hidden;
  width: 300px;
  margin-left: auto;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  border-radius: 2px;
  border: 2px solid #9e71b7;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.category-select:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  /* Safari用 */
  transform: translateY(-50%);
  z-index: 10;
  right: 0.8em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #9e71b7;
  pointer-events: none;
}

.category-select select {
  width: 100%;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 5px 38px 5px 20px;
  color: #4c372c;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

.post-category {
  margin: 0 0 20px;
}
.post-category ul li {
  margin: 10px;
}
.post-category ul li a {
  color: #9e71b7;
  padding: 0 1em;
  border: 1px solid;
  border-radius: 8px;
}
.post-category ul li a:hover {
  opacity: 1;
  color: #fff;
  background-color: #9e71b7;
}/*# sourceMappingURL=style.css.map */