@charset "UTF-8";
@-webkit-keyframes fadezoom {
  0% {
    opacity: 0;
  }
  16% {
    opacity: 1;
  }
  33% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    z-index: 2;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadezoom {
  0% {
    opacity: 0;
  }
  16% {
    opacity: 1;
  }
  33% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    z-index: 2;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes textfade {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  16% {
    opacity: 1;
    visibility: visible;
  }
  33% {
    opacity: 1;
  }
  40% {
    opacity: 0;
    z-index: 2;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes textfade {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  16% {
    opacity: 1;
    visibility: visible;
  }
  33% {
    opacity: 1;
  }
  40% {
    opacity: 0;
    z-index: 2;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
/* 共通
---------------------------------------------------------------------------- */
.l-pagebody {
  background: none;
}

.l-footer {
  margin-top: 0;
}

.p-person-bg {
  background: url(../../images/person/bg.png) no-repeat center top/cover;
  padding-bottom: 120px;
}

.p-txt {
  font-size: 1.6rem;
  line-height: 1.8125;
  letter-spacing: 0.06em;
}

.p-breadcrumb {
  padding: 20px 0;
}
.p-breadcrumb ol {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
          justify-content: flex-end;
}
.p-breadcrumb ol li {
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.p-breadcrumb ol li a {
  color: #000;
  text-decoration: underline;
  margin-right: 40px;
  display: inline-block;
  font-weight: bold;
  position: relative;
}
.p-breadcrumb ol li a::after {
  position: absolute;
  content: "";
  top: 50%;
  right: -20px;
  width: 3px;
  height: 3px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

@media screen and (max-width: 1440px) {
  .p-person-bg {
    padding-bottom: 8.33vw;
  }
}
@media screen and (max-width: 767px) {
  .p-person-bg {
    background: url(../../images/person/bg_sp.png) repeat center top/100%;
    padding-bottom: 16vw;
  }
  .p-txt {
    font-size: 4.2666666667vw;
  }
  .p-breadcrumb {
    padding: 2.6666666667vw 0;
  }
  .p-breadcrumb ol li {
    font-size: 2.6666666667vw;
  }
  .p-breadcrumb ol li a {
    margin-right: 5.8666666667vw;
  }
  .p-breadcrumb ol li a::after {
    right: -3.2vw;
    width: 0.8vw;
    height: 0.8vw;
  }
}
/* p-mv
---------------------------------------------------------------------------- */
.p-mv {
  position: relative;
}

.p-mv-img {
  width: 71.35vw;
  margin: -15px 0 0 auto;
  position: relative;
  z-index: 5;
}
.p-mv-img img {
  width: 100%;
}
.p-mv-img::before {
  position: absolute;
  content: "";
  left: -35.41vw;
  bottom: -13.02vw;
  width: 41.87vw;
  height: 30.98vw;
  background: url(../../images/person/img_mvcatch02.png) no-repeat center center/100%;
  z-index: -1;
}

.p-mv-content {
  position: absolute;
  top: 6.77vw;
  z-index: 5;
  left: 0;
  padding-left: 13.54vw;
}
.p-mv-content::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -12.5vw;
  width: 38.17vw;
  height: 36.09vw;
  width: 733px;
  height: 693px;
  background: url(../../images/person/img_mvcatch01.png) no-repeat center center/100%;
  z-index: -1;
}
.p-mv-content::after {
  position: absolute;
  content: "";
  width: 14.06vw;
  height: 13.9vw;
  bottom: -23vw;
  left: 12.44vw;
  background: url(../../images/person/img_mv_dot.png) no-repeat center center/100%;
  z-index: 5;
}

.p-mv-content4 {
  top: 4.77vw;
}

.p-mv-catch {
  font-size: 3rem;
  line-height: 1.1333333333;
  letter-spacing: 0.06em;
  font-weight: bold;
  color: #007236;
  margin-bottom: 15px;
}
.p-mv-catch span {
  background: #fff;
  display: inline-block;
  padding: 0.41vw 1.25vw;
  margin-bottom: 10px;
}

.p-mv-info {
  font-size: 1.6rem;
  line-height: 1.8125;
  letter-spacing: 0.06em;
  font-weight: bold;
  color: #004022;
  margin-bottom: 20px;
}

.p-mv-name {
  font-size: 2.4rem;
  line-height: 1.3333333333;
  letter-spacing: 0.06em;
  font-weight: bold;
  color: #004022;
}
.p-mv-name span {
  font-size: 1.8rem;
  line-height: 1.7777777778;
  letter-spacing: 0.06em;
  font-weight: bold;
}

@media screen and (max-width: 1440px) {
  .p-mv-img {
    margin: -1.04vw 0 0 auto;
  }
  .p-mv-content {
    padding-left: 7.54vw;
  }
  .p-mv-content::before {
    width: 50.9vw;
    height: 48.12vw;
  }
  .p-mv-content4 {
    top: 3.77vw;
  }
  .p-mv-catch {
    font-size: 2.5vw;
    margin-bottom: 1.04vw;
  }
  .p-mv-catch span {
    margin-bottom: 0.69vw;
    padding: 1vw 1.25vw;
  }
  .p-mv-info {
    font-size: 1.3vw;
    margin-bottom: 1.38vw;
  }
  .p-mv-name {
    font-size: 2.5vw;
  }
  .p-mv-name span {
    font-size: 1.3vw;
  }
}
@media screen and (max-width: 767px) {
  .p-mv {
    padding-top: 40vw;
  }
  .p-mv::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    background: url(../../images/person/bg_mv_catch_sp.png) no-repeat center bottom/100%;
    width: 100%;
    height: 54.4vw;
    z-index: 5;
  }
  .p-mv-img {
    width: 100%;
    margin: 0;
    z-index: 1;
  }
  .p-mv-img::before {
    display: none;
  }
  .p-mv-content {
    left: 50%;
    top: 5.3333333333vw;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    padding-left: 0;
  }
  .p-mv-content::before {
    display: none;
  }
  .p-mv-content::after {
    display: none;
  }
  .p-mv-catch {
    font-size: 4.8vw;
    margin-bottom: 0;
    white-space: nowrap;
    text-align: center;
  }
  .p-mv-catch span {
    padding: 2.6666666667vw;
    margin-bottom: 2.6666666667vw;
  }
  .p-mv-catch3 {
    font-size: 4.3vw;
  }
  .p-mv-catch4 {
    font-size: 3.6vw;
  }
  .p-mv-info {
    font-size: 3.4666666667vw;
    margin-bottom: 1.3333333333vw;
    text-align: center;
  }
  .p-mv-info span {
    margin-right: 5.3333333333vw;
  }
  .p-mv-info3 span {
    margin-right: 3vw;
  }
  .p-mv-name {
    font-size: 4.2666666667vw;
    text-align: center;
  }
  .p-mv-name span {
    font-size: 3.7333333333vw;
  }
}
/* p-profile-wrap
---------------------------------------------------------------------------- */
.p-profile-wrap {
  background: #F2F2ED;
  border-radius: 20px;
  padding: 50px 70px 43px 60px;
  margin-top: 20px;
  position: relative;
  z-index: 10;
}

.p-profile-ttl {
  font-family: "Montserrat", sans-serif;
  color: #007236;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.07em;
  font-weight: 900;
  margin-bottom: 8px;
}

@media screen and (max-width: 767px) {
  .p-profile-wrap {
    border-radius: 5.3333333333vw;
    padding: 8vw 5.3333333333vw;
    margin: 8vw 0 14.6666666667vw;
  }
  .p-profile-ttl {
    font-size: 5.3333333333vw;
    margin-bottom: 2.1333333333vw;
  }
}
/* p-page-cont
---------------------------------------------------------------------------- */
.p-page-cont-wrapper {
  max-width: 960px;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}

.p-page-cont {
  margin: 90px 0 0;
}

.p-page-mh {
  position: relative;
  margin-bottom: 15px;
}

.p-page-mh-num {
  font-family: "Montserrat", sans-serif;
  font-size: 4.7rem;
  line-height: 1.2127659574;
  letter-spacing: 0.07em;
  font-weight: bold;
  color: #fff;
  display: block;
  border-radius: 50%;
  background: #007236;
  width: 104px;
  height: 104px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}

.p-page-mh-ttl {
  font-size: 3rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: bold;
  color: #007236;
  background: #F2F2ED;
  display: block;
  width: 94.5%;
  margin-left: auto;
  padding: 15px 0 15px 80px;
}

.p-page-cont-img {
  text-align: center;
  margin: 30px 0 0;
}

.p-page-cont-flex {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.p-page-cont-left {
  max-width: 682px;
  width: 100%;
}

.p-page-cont-right {
  margin-left: 30px;
}
.p-page-cont-right img {
  width: 100%;
}

.p-float-img {
  display: none;
}

@media screen and (max-width: 767px) {
  .p-page-cont {
    margin: 12vw 0 0;
  }
  .p-page-cont .p-txt {
    padding: 0 5.3333333333vw;
  }
  .p-page-mh {
    margin-bottom: 4vw;
  }
  .p-page-mh-num {
    font-size: 8vw;
    width: 16vw;
    height: 16vw;
    line-height: 1;
  }
  .p-page-mh-ttl {
    font-size: 5.3333333333vw;
    width: 89.5%;
    padding: 3.4666666667vw 0 3.4666666667vw 10.6666666667vw;
  }
  .p-page-cont-img {
    margin: 8vw 0 0;
  }
  .p-page-cont-flex {
    display: block;
  }
  .p-page-cont-right {
    display: none;
  }
  .p-float {
    overflow: hidden;
  }
  .p-float-img {
    display: block;
    width: 36.5333333333vw;
    float: right;
    clear: both;
    margin: 0 0 0 4vw;
  }
  .p-space {
    float: right;
    height: 93vw;
    display: block;
  }
  .p-space2 {
    height: 73vw;
  }
  .p-space3 {
    height: 101vw;
  }
  .p-space4 {
    height: 105vw;
  }
  .p-space5 {
    height: 78vw;
  }
  .p-space6 {
    height: 194vw;
  }
}
/* p-holiday
---------------------------------------------------------------------------- */
.p-holiday {
  background: #F2F2ED;
  border-radius: 20px;
  margin: 100px 0 0;
  padding: 45px 50px;
}

.p-holiday-ttl {
  font-size: 3rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: bold;
  color: #007236;
  padding-left: 45px;
  margin-bottom: 10px;
  background: url(../../images/person/icn_holiday.png) no-repeat left center/24.5px;
}

@media screen and (max-width: 767px) {
  .p-holiday {
    border-radius: 5.3333333333vw;
    margin: 10.6666666667vw 0 0;
    padding: 8vw 5.3333333333vw;
  }
  .p-holiday-ttl {
    font-size: 5.3333333333vw;
    padding-left: 9.3333333333vw;
    margin-bottom: 2.6666666667vw;
    background: url(../../images/person/icn_holiday.png) no-repeat left center/6.4vw;
  }
}
/* p-archive
---------------------------------------------------------------------------- */
.p-archive {
  padding: 115px 0 90px;
  background: url(../../images/person/bg_archive.png) no-repeat center center/cover;
}

.p-archive-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-archive-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 204px;
          flex: 0 0 204px;
  margin-bottom: 40px;
}
.p-archive-item:not(:last-child) {
  margin-right: 20px;
}

.p-archive-item-link {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.p-archive-item-ttl {
  position: relative;
  color: #fff;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  background: #007236;
  padding: 0 15px;
  height: 41px;
  border-radius: 0 0 20px 20px;
}
.p-archive-item-ttl::after {
  content: "";
  background: url(../../images/top/icn_arrow-wht.svg) no-repeat center/contain;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: 1rem;
}

.p-archive-item-ttl-shop {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1.25;
  letter-spacing: 0.04em;
  margin-right: 10px;
}

.p-archive-item-ttl-name {
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1.25;
  letter-spacing: 0.06em;
  font-weight: bold;
  padding-left: 10px;
  position: relative;
}
.p-archive-item-ttl-name::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 20px;
  left: 0;
  top: 0;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .p-archive {
    padding: 17.3333333333vw 0 6.6666666667vw;
    background: #DDEBE2;
  }
  .p-archive-list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-archive-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 42.1333333333vw;
            flex: 0 0 42.1333333333vw;
    margin-bottom: 9.3333333333vw;
  }
  .p-archive-item:not(:last-child) {
    margin-right: 0;
  }
  .p-archive-item-link::before {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
    top: -4vw;
  }
  .p-archive-item-link img {
    width: 100%;
  }
  .p-archive-item-ttl {
    display: block;
    padding: 2.6666666667vw 2.6666666667vw 5.3333333333vw;
    height: auto;
    border-radius: 0 0 5.3333333333vw 5.3333333333vw;
  }
  .p-archive-item-ttl::after {
    top: 80%;
    width: 4vw;
    height: 4vw;
  }
  .p-archive-item-ttl-shop {
    display: block;
    margin: 0 auto;
    font-size: 3.2vw;
    margin-right: 0;
    text-align: center;
  }
  .p-archive-item-ttl-name {
    display: block;
    font-size: 4.2666666667vw;
    padding-left: 0;
    padding-top: 4.5333333333vw;
    text-align: center;
  }
  .p-archive-item-ttl-name::after {
    width: 5.0666666667vw;
    height: 0.2666666667vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 1.0666666667vw;
  }
}
.p-small-caution {
  font-size: 14px;
  font-weight: 700;
  vertical-align: top;
}