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

    header

-----------------------------------------------------------------------*/
.page-header {
  width: 100%;
  height: 100px;
  position: absolute;
  z-index: 30;
}
.page-header .hd-wrap {
  align-items: center;
  width: 100%;
  height: 100px;
  padding: 0 35px;
}
.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-btn {
  width: 220px;
  height: 60px;
}

/* 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: 500px;
  margin: 0 auto;
  padding-top: 100px;
  background-color: #fcface;
  position: relative;
  z-index: 10;
  /* ▼key-vis */
  /* ▼key-cnt */
  /* ▼key-ttl */
}
.key-vis {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(50% + 440px);
  height: 100%;
  margin: 0 0 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-cnt {
  padding: 17px 30px;
  background-color: #fff;
  position: absolute;
  left: max(50% - 540px, 40px);
  text-align: center;
  z-index: 10;
}
.key-ttl {
  display: flex;
  justify-content: center;
  width: auto;
  position: absolute;
  left: calc(50% - 680px);
  z-index: 100;
  /* ▼key-ttl-sub */
}
.key-ttl-sub {
  font-size: 5rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.06em;
}
.key-ttl-sub .txt-sub {
  display: flex;
  align-items: center;
  margin: 0 0 6px;
  color: #edd228;
  font-size: 4rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: capitalize;
}
.key-ttl-sub .txt-sub::after {
  content: "";
  flex: 1;
  height: 1px;
  margin: 0 0 0 15px;
  background: url(../images/common/key/ttl-border01.png) repeat-x left;
}

#top .key {
  height: 930px;
  padding: 0;
  /* ▼key-vis */
}
#top .key-vis {
  width: 100%;
  margin: 0;
}

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

    nav

-----------------------------------------------------------------------*/
/* ▼global-nav */
.global-nav {
  margin: 0 39px 0 0;
  line-height: 1;
  color: #111111;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  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 span {
  display: block;
  margin: 6px 0 0;
  color: #ffee32;
  font-size: 1.5rem;
  letter-spacing: 0.08em;
  font-weight: 700;
}
.global-nav .hd-nav li a:hover,
.global-nav .hd-nav li a.current {
  opacity: 1;
  color: #edd228;
}

.hd-nav li.has-child {
  position: relative;
}
.hd-nav li.has-child .has-child-txt {
  display: flex;
  align-items: center;
  justify-content: center;
}
.hd-nav li.has-child .has-child-txt::after {
  content: "";
  width: 11px;
  height: 7px;
  margin: 0 0 0 8px;
  background-color: #ffee32;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.hd-nav li.has-child ul {
  width: 173px;
  text-align: left;
  position: absolute;
  top: calc(100% + 21px);
  left: 50%;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  transform: translateX(-50%);
}
.hd-nav li.has-child ul li {
  margin: 0;
  line-height: 1;
  color: #fff;
  text-align: center;
  position: relative;
}
.hd-nav li.has-child ul li:not(:last-child) {
  margin-bottom: 3px;
}
.hd-nav li.has-child ul li::after {
  content: none;
}
.hd-nav li.has-child ul li a {
  width: 100%;
  height: 41px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #ffee32;
  font-weight: 400;
}
.hd-nav li.has-child ul li a::before {
  content: "";
  width: 5px;
  height: 8px;
  margin: auto;
  background: url(../images/common/btn-arrow01.png) no-repeat center/contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -13px;
  z-index: 10;
}
.hd-nav li.has-child ul li a:hover {
  opacity: 1;
  color: #fff;
  background-color: #edd228;
  transform: translateX(10px);
}
.hd-nav li.has-child:hover > ul, .hd-nav li.has-child ul li:hover > ul, .hd-nav li.has-child:active > ul, .hd-nav li.has-child ul li:active > ul {
  visibility: visible;
  opacity: 1;
}

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

    footer

-----------------------------------------------------------------------*/
.page-footer {
  padding: 80px 0 20px;
  color: #fff;
  background-color: #111111;
  position: relative;
}

/* ▼footer-main */
.footer-main .footer-ttl {
  margin: 0 0 58px;
  text-align: center;
  line-height: 1;
}
.footer-main .footer-ttl a {
  display: inline-block;
}

/* ▼footer-detail */
.footer-detail-adr {
  margin: 0 0 55px;
  text-align: center;
}
.footer-detail .common-info {
  align-items: center;
}
.footer-detail .common-info-btn {
  width: 300px;
  height: 70px;
  margin-left: 50px;
}

/* footer-nav */
.footer-nav {
  margin: 80px 0 0;
  line-height: 1;
  font-size: 1.5rem;
  font-weight: 300;
}
.footer-nav ul.flex {
  justify-content: center;
}
.footer-nav ul.flex li:not(:last-child) {
  margin-right: 1em;
  padding-right: 1em;
  border-right: 1px solid;
}
.footer-nav ul.flex:not(:last-child) {
  margin-bottom: 12px;
}

/* ▼copyright */
.copyright {
  margin: 60px 0 0;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.08em;
}

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

    main

-----------------------------------------------------------------------*/
/*
    page-top
--------------------*/
/* ▼top_works */
.top_works {
  overflow: hidden;
  background: url(../images/top/works-bg.jpg) no-repeat center/cover;
}
.top_works-block {
  flex-direction: row-reverse;
}
.top_works-block-img {
  margin: 0 -220px 0 0;
}
.top_works-block-cnt {
  width: 600px;
}
.top_works-block-cnt-ttl {
  margin: 0 0 50px;
  font-size: 5rem;
  letter-spacing: -0.04em;
  line-height: 1.2;
}
.top_works-block-cnt-ttl .font-marker {
  padding: 0 10px;
}
.top_works-block-cnt-ttl .font-marker:nth-child(n+2) {
  margin-top: 20px;
}
.top_works-block:nth-of-type(even) {
  flex-direction: row;
}
.top_works-block:nth-of-type(even) .top_works-block-img {
  margin: 0 0 0 -220px;
}
.top_works-block:nth-of-type(n+2) {
  margin-top: 80px;
}
.top_works .common-btn {
  margin-top: 80px;
}

/* ▼top_environment */
.top_environment {
  padding-bottom: 0;
  overflow: hidden;
}
.top_environment .common-ttl {
  margin: 0 0 80px;
  text-align: left;
}
.top_environment .common-ttl .txt-main::before {
  content: none;
}
.top_environment-block {
  min-height: 300px;
  padding: 50px 0 0;
  position: relative;
  z-index: 10;
  counter-increment: top_environment-block;
}
.top_environment-block-img {
  width: 540px;
  position: absolute;
  right: 0;
  top: 50%;
  text-align: center;
  transform: translateY(-50%);
  z-index: -1;
}
.top_environment-block-cnt-ttl {
  margin: 0 0 20px;
  font-size: 5.5rem;
  letter-spacing: -0.02em;
}
.top_environment-block-cnt-ttl .txt-main {
  position: relative;
}
.top_environment-block-cnt-ttl .txt-main .txt-num {
  display: inline-block;
  color: #ece9e0;
  font-family: "Satisfy", cursive;
  line-height: 1;
  letter-spacing: 0.08em;
  font-size: 14rem;
  font-weight: 300;
  font-style: italic;
  position: absolute;
  right: 0;
  top: 15px;
  z-index: -1;
}
.top_environment-block-cnt-ttl .txt-main .txt-num::first-letter {
  font-size: 71.428571%;
}
.top_environment-block::before {
  content: "";
  width: calc(50vw - 160px);
  height: 100%;
  border-radius: 200px 0 0 200px;
  background-color: #edd228;
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(50% + 160px);
  z-index: -1;
}
.top_environment-block::after {
  content: "";
  width: 365px;
  height: 247px;
  background: url(../images/top/environment-block-deco01.png) no-repeat center/contain;
  position: absolute;
  right: -35%;
  bottom: 100%;
}
.top_environment-block:nth-of-type(n+2) {
  margin-top: 160px;
}
.top_environment-block:nth-of-type(even) {
  flex-direction: row-reverse;
}
.top_environment-block:nth-of-type(even)::before {
  left: auto;
  right: calc(50% + 160px);
  transform: scale(-1, 1);
}
.top_environment-block:nth-of-type(even)::after {
  right: auto;
  left: -35%;
  transform: scale(-1, 1);
}
.top_environment-block:nth-of-type(even) .top_environment-block-img {
  right: auto;
  left: 0;
}
.top_environment .common-btn {
  margin-top: 130px;
}

/* ▼top_recruit */
.top_recruit {
  padding: 130px 0 0;
  position: relative;
}
.top_recruit_wrap {
  padding: 0 500px 0 0;
}
.top_recruit::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/top/recruit-bg.png) no-repeat top/cover;
  position: absolute;
  top: -170px;
  left: 0;
  z-index: -1;
}
.top_recruit .common-ttl {
  font-size: 4rem;
  text-align: left;
}
.top_recruit-img {
  width: calc(50vw - 60px);
  height: 670px;
  position: absolute;
  top: 200px;
  right: 0;
}
.top_recruit-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left;
  border-radius: 20px 0 0 20px;
}
.top_recruit-head {
  margin: 0 0 20px;
}
.top_recruit-head .font-marker {
  font-size: 3rem;
  font-weight: 500;
  padding: 0px 10px;
  letter-spacing: -0.06em;
}
.top_recruit-head .txt-main {
  display: block;
  margin: 5px 0 0;
  font-size: 6rem;
  line-height: 1.3333;
  font-weight: 500;
  letter-spacing: 0;
}
.top_recruit .common-btn {
  margin: 60px 0 0;
}

/* ▼top_company */
.top_company {
  position: relative;
}
.top_company::before {
  content: "";
  width: 50%;
  height: 400px;
  background: url(../images/top/company-img02.png) no-repeat center/cover;
  position: absolute;
  z-index: 10;
  top: 200px;
  right: 0;
}
.top_company-img {
  width: calc(50vw + 240px);
  height: 400px;
  margin: 0 0 0 calc(-50vw + 540px);
}
.top_company-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 20px 20px 0;
}
.top_company-block {
  padding: 190px 0 0;
  position: relative;
  z-index: 20;
}
.top_company-block-illust {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-50%);
}
.top_company-block-ttl {
  font-size: 6rem;
  letter-spacing: 0;
  position: relative;
}
.top_company-block-ttl .txt-sub {
  display: inline-block;
  color: #ece9e0;
  font-size: 200%;
  font-weight: 300;
  letter-spacing: -0.04em;
  position: absolute;
  top: 0;
  left: 50px;
  transform: translateY(-50%) rotate(-5deg);
  z-index: -1;
}
.top_company .common-btn {
  margin: 60px 0 0;
}

/* ▼top_story */
.top_story_wrap {
  align-items: center;
  position: relative;
}
.top_story .common-ttl {
  display: inline-block;
  width: auto;
  font-size: 4rem;
  text-align: left;
}
.top_story-cnt {
  width: 800px;
  min-height: 283px;
}
.top_story .common-btn {
  width: 200px;
  height: 60px;
  position: absolute;
  top: 204px;
  left: 0;
}
.top_story .common-btn::after {
  width: 27px;
  height: 4px;
  right: 10px;
}

/* ▼common_contact */
.common_contact {
  background: url(../images/common/contact-bg.jpg) no-repeat center/cover;
}
.common_contact .common-ttl .txt-sub {
  color: #fff;
}
.common_contact .common-ttl .txt-main {
  font-size: 6rem;
}
.common_contact-txt {
  text-align: center;
}
.common_contact .common-info {
  margin: 60px 0 0;
  justify-content: center;
}
.common_contact .common-info-item:nth-child(n+2) {
  margin-left: 60px;
}

/*
    page-works
--------------------*/
/* ▼works_concept */
.works_concept {
  background: url(../images/works/concept-bg.jpg) no-repeat center/cover;
}
.works_concept-block {
  margin: 0 0 30px;
  padding: 40px 150px;
  color: #fff;
  background-color: #111111;
}
.works_concept-block-ttl {
  margin: 0 0 20px;
  text-align: center;
  font-size: 3rem;
  font-weight: 500;
}
.works_concept-block-list {
  justify-content: center;
}
.works_concept-block-list li {
  width: 380px;
  margin: 5px 5px;
  padding: 16px 0 16px;
  border: 1px solid;
  line-height: 1;
  text-align: center;
}
.works_concept-block-list li ruby {
  display: block;
  ruby-position: over;
  text-align: center;
  position: relative;
  font-size: 2rem;
  letter-spacing: 0.04em;
}
.works_concept-block-list li ruby rt {
  margin: 0 0 10px;
  color: #edd228;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  white-space: nowrap;
  text-align: center;
}
.works_concept-block-list li:nth-child(3) {
  width: 500px;
}
.works_concept-txt {
  text-align: center;
}

/* ▼works_service */
.works_service-block-cnt {
  width: 590px;
}
.works_service-block-cnt-ttl {
  margin: 0 0 20px;
  padding: 5px 17px 6px;
  color: #fff;
  background-color: #111111;
  font-size: 3rem;
  letter-spacing: 0;
}
.works_service-block:nth-of-type(n+2) {
  margin-top: 40px;
}

/*
    page-environment
--------------------*/
/* ▼environment_charm */
.environment_charm {
  overflow: hidden;
  padding-bottom: 150px;
  background: url(../images/environment/charm-bg.jpg) no-repeat center/cover;
}
.environment_charm-block {
  padding: 0 500px 0 0;
  position: relative;
}
.environment_charm-block-img {
  position: absolute;
  width: calc(50vw - 60px);
  height: 600px;
  position: absolute;
  top: 0;
  right: calc(-50vw + 540px);
}
.environment_charm-block-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px 0 0 20px;
}
.environment_charm-block-head {
  margin: 0 0 30px;
  font-size: 4rem;
  font-weight: 600;
}
.environment_charm-block-head .font-marker {
  padding: 4px 16px;
}
.environment_charm-block-head .font-marker:not(:last-child) {
  margin-bottom: 10px;
}

/* ▼environment_about */
.environment_about-list li {
  display: flex;
  align-self: stretch;
  flex-flow: column;
  width: 340px;
  padding: 20px;
  color: #edd228;
  background-color: #111111;
  letter-spacing: 0;
}
.environment_about-list li:nth-child(n+4) {
  margin-top: 30px;
}
.environment_about-list-ttl {
  width: 100%;
  margin: 0 0 20px;
  padding: 15px 0;
  font-size: 3rem;
  line-height: 1;
  text-align: center;
  color: #111111;
  background-color: #fff;
}
.environment_about-list-icon {
  text-align: center;
}
.environment_about-list-txt {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  width: calc(100% + 40px);
  margin: 0 -20px;
  font-size: 3rem;
  line-height: 1;
  text-align: center;
  letter-spacing: -0.02em;
}
.environment_about-list-txt .font-size {
  font-size: 166.6667%;
}
.environment_about-list-txt .txt-sub {
  font-size: 66.6667%;
}

/* ▼environment_model */
.environment_model {
  background: url(../images/environment/model-bg.jpg) no-repeat center/cover;
}
.environment_model .common-ttl .txt-sub {
  color: #111111;
}
.environment_model-block {
  align-items: center;
  width: 520px;
}
.environment_model-block-ttl {
  margin: 0 0 18px;
  padding: 14px 10px;
  color: #fff;
  background-color: #111111;
  text-align: center;
  font-size: 4rem;
}
.environment_model-block-table {
  width: 380px;
  font-size: 3rem;
  line-height: 1.5;
}
.environment_model-block-table tr {
  display: flex;
  border-bottom: 1px solid;
}
.environment_model-block-table .font-size {
  font-size: 166.667%;
  line-height: 0.5;
}
.environment_model-block:nth-child(n+3) {
  margin-top: 50px;
}

/*
    page-recruit
--------------------*/
/* ▼recruit_person */
.recruit_person {
  background: url(../images/recruit/person-bg.jpg) no-repeat center/cover;
}
.recruit_person-block-list {
  width: 510px;
}
.recruit_person-block-list li {
  display: flex;
  align-items: center;
  font-size: 2.5rem;
  line-height: 1.3;
}
.recruit_person-block-list li::before {
  content: "";
  width: 40px;
  height: 40px;
  background: url(../images/common/ico-check01.png) no-repeat center/contain;
  margin: 0 18px 0 0;
}
.recruit_person-block-list li:not(:last-child) {
  margin-bottom: 20px;
}
.recruit_person-desc {
  width: 100%;
  margin: 60px 0 0;
  padding: 30px 30px;
  background-color: #fff;
  font-size: 3rem;
  letter-spacing: 0;
  position: relative;
  z-index: 10;
}
.recruit_person-desc::before {
  content: "";
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  margin: auto;
  border: 1px solid #edd228;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.recruit_person-desc-ttl {
  width: 600px;
  margin: 0 auto 15px;
  padding: 10px 0;
  background-color: #ffee32;
  text-align: center;
}
.recruit_person-desc-txt {
  line-height: 1.6667;
  text-align: center;
}

/* ▼recruit_flow */
.recruit_flow-block {
  padding: 30px 30px;
  background-color: #111111;
}
.recruit_flow-block-ttl {
  margin: 0 0 20px;
  padding: 10px 10px;
  background-color: #fff;
  font-size: 3rem;
  text-align: center;
}
.recruit_flow-block-txt {
  color: #fff;
  text-align: center;
}
.recruit_flow-block-txt .font-size {
  font-size: 138.8889%;
  line-height: 1.6;
}
.recruit_flow-block .common-info {
  margin: 30px 0 0;
  color: #fff;
}
.recruit_flow-block .common-info-item:not(:last-child) {
  margin-right: 30px;
}
.recruit_flow-block:not(:last-child) {
  margin-bottom: 90px;
  position: relative;
}
.recruit_flow-block:not(:last-child)::after {
  content: "";
  width: 50px;
  height: 30px;
  margin: auto;
  background-color: #edd228;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 30px);
}

/* ▼recruit_main */
.recruit_main {
  background-color: #edd228;
}
.recruit_main .common-ttl .txt-sub {
  color: #111111;
}
.recruit_main-list li {
  width: 520px;
}
.recruit_main-list li a {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 10px 20px 10px 40px;
  color: #fff;
  background-color: #111111;
  font-size: 3rem;
  line-height: 1.3;
  letter-spacing: 0;
  position: relative;
}
.recruit_main-list li a::before {
  content: "";
  width: 16px;
  height: 31px;
  margin: auto;
  background: url(../images/common/ico-shape01.png) no-repeat center/contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 19px;
}
.recruit_main-list li:nth-child(n+3) {
  margin-top: 40px;
}
.recruit_main-block {
  margin: 60px 0 0;
}
.recruit_main-block-ttl {
  margin: 0 0 45px;
  padding: 8px 25px 10px;
  font-size: 4rem;
  letter-spacing: 0;
  position: relative;
  z-index: 10;
  color: #fff;
  background-color: #111;
}
.recruit_main-block-ttl::before {
  content: "";
  width: 100%;
  height: calc(100% + 10px);
  border-top: 1px solid #111;
  border-bottom: 1px solid #111;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
}
.recruit_main-block-table {
  width: 100%;
  font-size: 1.8rem;
  line-height: 1.6667;
}
.recruit_main-block-table tr {
  display: flex;
  background-color: #fff;
}
.recruit_main-block-table tr th {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  padding: 15px 0;
  color: #fff;
  background-color: #111111;
}
.recruit_main-block-table tr td {
  flex: 1;
  padding: 15px 30px;
}
.recruit_main-block-table tr:not(:last-child) th, .recruit_main-block-table tr:not(:last-child) td {
  border-bottom: 1px solid;
}

/*
    page-information
--------------------*/
/* ▼information_greeting */
.information_greeting {
  background: url(../images/information/greeting-bg.jpg) no-repeat center/cover;
}
.information_greeting-txt {
  width: 750px;
  margin: 0 auto;
  text-align: center;
}

/* ▼information_main */
.information_main {
  background-color: #edd228;
}
.information_main .common-ttl .txt-sub {
  color: #111111;
}
.information_main-block {
  padding: 30px 30px;
  background-color: #fff;
}

.information_main-map {
  width: 100%;
  height: 400px;
  margin: 60px 0 0;
  background-color: #ccc;
}

/*
    page-story
--------------------*/
/* ▼story */
.story_cnt {
  width: 100%;
  margin: 0 auto;
}

.story_post {
  transition: all 0.1s;
  border-bottom: 1px solid;
  padding-bottom: 20px;
}
.story_post:not(:last-child) {
  margin-bottom: 20px;
}

.story_post a {
  align-items: flex-start;
  justify-content: flex-start;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.08em;
  position: relative;
  font-weight: 600;
}

.story_post time {
  display: inline-block;
  margin: 0 6px 0 0;
  line-height: 1.6667;
  text-align: center;
}

.story_post .story_post-detail {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  margin: 2px 0 0;
}

.story_post .story_post-tag {
  display: flex;
  justify-content: flex-start;
  flex: 1;
}

.story_post .story_post-tag li {
  display: inline-block;
  margin: 0 0 7px 9px;
  padding: 0 0.9em;
  background-color: #ffee32;
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.06em;
  font-weight: bold;
  text-align: right;
}

.story_post .story_post-txt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  width: 100%;
  margin: 5px 0 0;
}

/*==========================================
一覧ぺージ用カテゴリ(セレクトボックス)
===========================================*/
.category-select {
  overflow: hidden;
  width: 300px;
  margin-left: auto;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  border-radius: 2px;
  border: 2px solid #ffee32;
  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 #ffee32;
  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: #ffee32;
  padding: 0 1em;
  border: 1px solid;
  border-radius: 8px;
}
.post-category ul li a:hover {
  opacity: 1;
  color: #fff;
  background-color: #ffee32;
}/*# sourceMappingURL=style.css.map */