@charset "UTF-8";
/*　最大幅設定　*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  line-height: 1;
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  line-height: 1;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

main {
  background-color: transparent;
}
main p.s-btn-link01 a {
  position: relative;
  padding-left: 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 232px;
  height: 78px;
  border-radius: 39px;
  background-color: #522C1E;
  max-width: 100%;
  -webkit-transition: 0.35s ease-out;
  transition: 0.35s ease-out;
  z-index: 2;
}
@media screen and (min-width: 1100px) {
  main p.s-btn-link01 a:hover {
    opacity: 1;
    background-color: #3f261c;
  }
  main p.s-btn-link01 a:hover::after {
    -webkit-transform: translateX(4px) translateY(-50%);
            transform: translateX(4px) translateY(-50%);
  }
}
@media screen and (max-width: 600px) {
  main p.s-btn-link01 a {
    width: 204px;
    height: 55px;
  }
}
main p.s-btn-link01 a span {
  margin-top: -2px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  color: #FFFFFF;
}
@media screen and (max-width: 600px) {
  main p.s-btn-link01 a span {
    padding-top: 0.25em;
    font-size: 1.2rem;
  }
}
main p.s-btn-link01 a::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 22px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 26px;
  height: 6px;
  background: url(../img/ponpoko/icn_arrow_right01_w.svg) no-repeat;
  background-size: contain;
  -webkit-transition: 0.35s ease-out;
  transition: 0.35s ease-out;
}
main .breadcrumb {
  position: absolute;
  top: 0;
  left: 0;
  padding: 25px 0 25px 62px;
}
@media screen and (max-width: 767px) {
  main .breadcrumb {
    padding: 20px 0 20px 25px;
  }
}
@media screen and (max-width: 600px) {
  main .breadcrumb {
    padding: 14px 5% 14px 5%;
  }
}
main .breadcrumb ul li {
  color: #CCCCCC;
}
main .breadcrumb ul li:not(:last-child)::after {
  background-image: url(../img/common/icn_pannav_arrow_w.svg);
}
.wrapper-mv {
  position: relative;
  overflow-x: clip;
}
.wrapper-mv .bg-image {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100svh;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .wrapper-mv .bg-image {
    height: 120vh;
    height: 120svh;
  }
}
.wrapper-mv .bg-image .inner-bg-image {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
@-webkit-keyframes ani-MvBGImage {
  0% {
    -webkit-filter: brightness(110%) saturate(130%);
            filter: brightness(110%) saturate(130%);
    -webkit-transform: translateY(-50%) translateX(-50%) scale(1.2);
            transform: translateY(-50%) translateX(-50%) scale(1.2);
  }
  100% {
    -webkit-filter: none;
            filter: none;
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
  }
}
@keyframes ani-MvBGImage {
  0% {
    -webkit-filter: brightness(110%) saturate(130%);
            filter: brightness(110%) saturate(130%);
    -webkit-transform: translateY(-50%) translateX(-50%) scale(1.2);
            transform: translateY(-50%) translateX(-50%) scale(1.2);
  }
  100% {
    -webkit-filter: none;
            filter: none;
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
  }
}
.wrapper-mv .bg-image .inner-bg-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%) scale(1.2);
          transform: translateY(-50%) translateX(-50%) scale(1.2);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  -webkit-animation: ani-MvBGImage 3.3s cubic-bezier(0.04, 1.02, 0.61, 0.99) 0.03s both;
          animation: ani-MvBGImage 3.3s cubic-bezier(0.04, 1.02, 0.61, 0.99) 0.03s both;
}
.wrapper-mv .con-mv {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100vh;
  height: 100svh;
}
.wrapper-mv .con-mv .box-logo {
  position: absolute;
  top: calc(50% + 0px);
  left: calc(50% + 0px);
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  width: 328px;
}
@media screen and (max-width: 999px) {
  .wrapper-mv .con-mv .box-logo {
    width: 280px;
  }
}
@media screen and (max-width: 767px) {
  .wrapper-mv .con-mv .box-logo {
    width: 230px;
  }
}
@-webkit-keyframes ani-MvTitle01 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
            transform: translate3d(0, 40px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes ani-MvTitle01 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
            transform: translate3d(0, 40px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.wrapper-mv .con-mv .box-logo h1 {
  -webkit-transform: translate3d(0, 60px, 0);
          transform: translate3d(0, 60px, 0);
  -webkit-animation: ani-MvTitle01 1.2s cubic-bezier(0.13, 0.92, 0.71, 1.01) 0.33s both;
          animation: ani-MvTitle01 1.2s cubic-bezier(0.13, 0.92, 0.71, 1.01) 0.33s both;
}
.wrapper-mv .con-about {
  padding-top: 20px;
  padding-bottom: 146px;
}
@media screen and (max-width: 767px) {
  .wrapper-mv .con-about {
    padding-bottom: 120px;
  }
}
.wrapper-mv .con-about > .inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1280px) {
  .wrapper-mv .con-about > .inner {
    width: 92%;
  }
}
@media screen and (max-width: 767px) {
  .wrapper-mv .con-about > .inner {
    width: 92%;
  }
}
.wrapper-mv .con-about > .inner .box-about {
  max-width: 620px;
  margin-inline: auto;
}
.wrapper-mv .con-about > .inner .box-about h2 {
  margin-bottom: 33px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.6rem;
  color: #ffffff;
  letter-spacing: 0.04em;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .wrapper-mv .con-about > .inner .box-about h2 {
    font-size: 2.8rem;
  }
}
.wrapper-mv .con-about > .inner .box-about p.txt-desc {
  font-size: 1.6rem;
  color: #ffffff;
  line-height: 2;
  letter-spacing: -0.02em;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .wrapper-mv .con-about > .inner .box-about p.txt-desc {
    font-size: 1.5rem;
  }
}
.wrapper-mv .con-about > .inner .box-about p.btn-link {
  margin-top: 26px;
}
@media screen and (max-width: 600px) {
  .wrapper-mv .con-about > .inner .box-about p.btn-link {
    margin-top: 28px;
  }
}
.wrapper-mv .con-about > .inner .box-about p.btn-link a {
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 262px;
  height: 78px;
  border-radius: 39px;
  background-color: #522C1E;
  max-width: 100%;
  -webkit-transition: 0.35s ease-out;
  transition: 0.35s ease-out;
  z-index: 2;
}
@media screen and (min-width: 1100px) {
  .wrapper-mv .con-about > .inner .box-about p.btn-link a:hover {
    opacity: 1;
    background-color: #3f261c;
  }
  .wrapper-mv .con-about > .inner .box-about p.btn-link a:hover::after {
    -webkit-transform: translateY(calc(-50% + 3px));
            transform: translateY(calc(-50% + 3px));
  }
}
@media screen and (max-width: 600px) {
  .wrapper-mv .con-about > .inner .box-about p.btn-link a {
    width: 204px;
    height: 55px;
  }
}
.wrapper-mv .con-about > .inner .box-about p.btn-link a span {
  margin-top: -2px;
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  color: #FFFFFF;
}
@media screen and (max-width: 600px) {
  .wrapper-mv .con-about > .inner .box-about p.btn-link a span {
    padding-top: 0.25em;
    font-size: 1.2rem;
  }
}
.wrapper-mv .con-about > .inner .box-about p.btn-link a::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 27px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  height: 16px;
  background: url(../img/ponpoko/icn_arrow_down01_w.svg) no-repeat;
  background-size: contain;
  -webkit-transition: 0.35s ease-out;
  transition: 0.35s ease-out;
}

.con-feature {
  padding-top: 120px;
  padding-bottom: 100px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .con-feature {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 767px) {
  .con-feature > .inner {
    width: 88%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 600px) {
  .con-feature > .inner {
    width: 94%;
  }
}
.con-feature > .inner .box-title {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .con-feature > .inner .box-title {
    margin-bottom: 40px;
  }
}
.con-feature > .inner .box-title h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.7rem;
  color: #522c1e;
  letter-spacing: 0.04em;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .con-feature > .inner .box-title h2 {
    font-size: 2.3rem;
  }
}
.con-feature > .inner .secs-feature section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .con-feature > .inner .secs-feature section {
    padding: 24px 5.5% 40px;
    display: block;
    position: relative;
    z-index: 2;
  }
}
.con-feature > .inner .secs-feature section:not(:last-child) {
  margin-bottom: 190px;
}
@media screen and (max-width: 767px) {
  .con-feature > .inner .secs-feature section:not(:last-child) {
    margin-bottom: 50px;
  }
}
.con-feature > .inner .secs-feature section:nth-child(odd) .block-detail::after {
  right: 0;
}
.con-feature > .inner .secs-feature section:nth-child(odd) .block-detail .inner-block-detail {
  padding-left: 96px;
  padding-right: 28%;
}
@media only screen and (max-width: 1200px) {
  .con-feature > .inner .secs-feature section:nth-child(odd) .block-detail .inner-block-detail {
    padding-left: 70px;
    padding-right: 16%;
  }
}
@media screen and (max-width: 999px) {
  .con-feature > .inner .secs-feature section:nth-child(odd) .block-detail .inner-block-detail {
    padding-left: 50px;
    padding-right: 10%;
  }
}
@media screen and (max-width: 767px) {
  .con-feature > .inner .secs-feature section:nth-child(odd) .block-detail .inner-block-detail {
    padding-left: 0;
    padding-right: 0;
  }
}
.con-feature > .inner .secs-feature section:nth-child(even) .block-image {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.con-feature > .inner .secs-feature section:nth-child(even) .block-detail::after {
  left: 0;
}
.con-feature > .inner .secs-feature section:nth-child(even) .block-detail .inner-block-detail {
  padding-left: 30%;
  padding-right: 90px;
}
@media only screen and (max-width: 1200px) {
  .con-feature > .inner .secs-feature section:nth-child(even) .block-detail .inner-block-detail {
    padding-left: 22%;
    padding-right: 70px;
  }
}
@media screen and (max-width: 999px) {
  .con-feature > .inner .secs-feature section:nth-child(even) .block-detail .inner-block-detail {
    padding-left: 10%;
    padding-right: 50px;
  }
}
@media screen and (max-width: 767px) {
  .con-feature > .inner .secs-feature section:nth-child(even) .block-detail .inner-block-detail {
    padding-left: 0;
    padding-right: 0;
  }
}
.con-feature > .inner .secs-feature section p.txt-num {
  margin-bottom: 54px;
  font-family: "Barlow", sans-serif;
  font-size: 11.2rem;
  color: #522c1e;
  line-height: 0.8;
  -webkit-transform: translateX(-0.2em);
          transform: translateX(-0.2em);
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 999px) {
  .con-feature > .inner .secs-feature section p.txt-num {
    margin-bottom: 50px;
    font-size: 9.2rem;
  }
}
@media screen and (max-width: 767px) {
  .con-feature > .inner .secs-feature section p.txt-num {
    margin-bottom: 20px;
    font-size: 5.4rem;
    -webkit-transform: none;
            transform: none;
    text-align: center;
  }
}
.con-feature > .inner .secs-feature section h3.title-feature {
  margin-bottom: 36px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.6rem;
  color: #ffffff;
  letter-spacing: 0em;
  font-weight: 600;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 999px) {
  .con-feature > .inner .secs-feature section h3.title-feature {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .con-feature > .inner .secs-feature section h3.title-feature {
    margin-bottom: 22px;
    font-size: 2.2rem;
    text-align: center;
  }
}
.con-feature > .inner .secs-feature section .block-image {
  width: 55.625%;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 999px) {
  .con-feature > .inner .secs-feature section .block-image {
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  .con-feature > .inner .secs-feature section .block-image {
    width: 100%;
  }
}
.con-feature > .inner .secs-feature section .block-image .image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 890/530;
}
.con-feature > .inner .secs-feature section .block-image .image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.con-feature > .inner .secs-feature section .block-detail {
  margin-top: 54px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  z-index: 2;
  padding: 0px 0 40px;
}
@media only screen and (max-width: 1200px) {
  .con-feature > .inner .secs-feature section .block-detail {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .con-feature > .inner .secs-feature section .block-detail {
    margin-top: 0;
    position: static;
    padding: 20px 0px 0px;
  }
}
.con-feature > .inner .secs-feature section .block-detail::after {
  content: "";
  display: block;
  position: absolute;
  top: 42px;
  width: calc(100% + 110px);
  height: calc(100% + 20px);
  background-color: #AA8C81;
}
@media screen and (max-width: 767px) {
  .con-feature > .inner .secs-feature section .block-detail::after {
    top: 0;
    width: 100%;
    height: 100%;
  }
}
.con-feature > .inner .secs-feature section .block-detail .inner-block-detail {
  position: relative;
  z-index: 2;
}
.con-feature > .inner .secs-feature section .block-detail .inner-block-detail p.txt-desc {
  font-size: 1.6rem;
  color: #ffffff;
  line-height: 2;
  letter-spacing: 0.06em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .con-feature > .inner .secs-feature section .block-detail .inner-block-detail p.txt-desc {
    font-size: 1.45rem;
  }
}
.con-feature > .inner .secs-feature section .block-detail .inner-block-detail p.s-btn-link01 {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .con-feature > .inner .secs-feature section .block-detail .inner-block-detail p.s-btn-link01 {
    margin-top: 26px;
  }
}
@media screen and (max-width: 767px) {
  .con-feature > .inner .secs-feature section .block-detail .inner-block-detail p.s-btn-link01 a {
    margin-inline: auto;
  }
}
.con-information {
  padding-top: 90px;
  padding-bottom: 124px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .con-information {
    padding-top: 30px;
    padding-bottom: 80px;
  }
}
.con-information > .inner {
  max-width: 1290px;
  margin: 0 auto;
}
@media only screen and (max-width: 1370px) {
  .con-information > .inner {
    width: 90%;
  }
}
.con-information > .inner .items-information {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 55px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 0px 55px;
}
@media screen and (max-width: 767px) {
  .con-information > .inner .items-information {
    gap: 60px 55px;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
  }
}
.con-information > .inner .items-information .item h3 {
  margin-bottom: 25px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  color: #333333;
  letter-spacing: 0.12em;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .con-information > .inner .items-information .item h3 {
    margin-bottom: 20px;
    font-size: 1.7rem;
  }
}
.con-information > .inner .items-information .item table.tbl-schedule {
  width: 100%;
}
.con-information > .inner .items-information .item table.tbl-schedule tbody tr th,
.con-information > .inner .items-information .item table.tbl-schedule tbody tr td {
  color: #333333;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  background-color: #fff;
  padding: 18px 10px 16px;
  border-top: 1px solid #666666;
  border-bottom: 1px solid #666666;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .con-information > .inner .items-information .item table.tbl-schedule tbody tr th,
  .con-information > .inner .items-information .item table.tbl-schedule tbody tr td {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 600px) {
  .con-information > .inner .items-information .item table.tbl-schedule tbody tr th,
  .con-information > .inner .items-information .item table.tbl-schedule tbody tr td {
    font-size: 1.3rem;
    letter-spacing: 0em;
    padding: 10px 10px 12px;
  }
}
.con-information > .inner .items-information .item table.tbl-schedule tbody tr th {
  position: relative;
  width: 38%;
  line-height: 1.5;
  font-weight: 500;
  vertical-align: middle;
}
@media screen and (max-width: 600px) {
  .con-information > .inner .items-information .item table.tbl-schedule tbody tr th {
    width: 31%;
  }
}
.con-information > .inner .items-information .item table.tbl-schedule tbody tr th::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22px 22px 0 0;
  border-color: #AA8C81 transparent transparent transparent;
}
.con-information > .inner .items-information .item table.tbl-schedule tbody tr th a {
  color: #5FCBA9;
  text-decoration: underline;
}
@media screen and (min-width: 1100px) {
  .con-information > .inner .items-information .item table.tbl-schedule tbody tr th a:hover {
    opacity: 1;
    text-decoration: none;
  }
}
.con-information > .inner .items-information .item table.tbl-schedule tbody tr td {
  padding-left: 35px;
  position: relative;
  line-height: 1.8;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .con-information > .inner .items-information .item table.tbl-schedule tbody tr td {
    padding-left: 18px;
  }
}
@media screen and (max-width: 600px) {
  .con-information > .inner .items-information .item table.tbl-schedule tbody tr td {
    padding-right: 0;
  }
}
.con-information > .inner .items-information .item table.tbl-schedule tbody tr td a {
  color: #AA8C81;
  text-decoration: underline;
}
@media screen and (min-width: 1100px) {
  .con-information > .inner .items-information .item table.tbl-schedule tbody tr td a:hover {
    opacity: 1;
    text-decoration: none;
  }
}
.con-information > .inner .items-information .item table.tbl-schedule tbody tr td::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: calc(100% - 40px);
  background-color: #666666;
}
@media screen and (max-width: 600px) {
  .con-information > .inner .items-information .item table.tbl-schedule tbody tr td::after {
    height: calc(100% - 25px);
  }
}
.con-information > .inner .items-information .item p.txt-attention {
  margin-top: 15px;
  font-size: 1.6rem;
  color: #aa8c81;
  line-height: 1.88;
  letter-spacing: 0em;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .con-information > .inner .items-information .item p.txt-attention {
    font-size: 1.4rem;
  }
}

.con-magazine {
  padding-top: 66px;
  padding-bottom: 80px;
  position: relative;
  background-color: #F2F2EC;
}
.con-magazine > .inner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  z-index: 1;
}
@media only screen and (max-width: 1280px) {
  .con-magazine > .inner {
    width: 90%;
  }
}
.con-magazine > .inner .wrap-title {
  margin-bottom: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .con-magazine > .inner .wrap-title {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .con-magazine > .inner .wrap-title {
    margin-bottom: 24px;
  }
}
.con-magazine > .inner .wrap-title .box-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .con-magazine > .inner .wrap-title .box-title {
    display: block;
  }
}
.con-magazine > .inner .wrap-title .box-title h2 {
  padding-right: 22px;
  font-family: "EB Garamond", serif;
  font-size: 4rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .con-magazine > .inner .wrap-title .box-title h2 {
    padding-right: 0;
    font-size: 3.65rem;
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  .con-magazine > .inner .wrap-title .box-title h2 {
    margin-bottom: 4px;
    font-size: 2.4rem;
  }
}
.con-magazine > .inner .wrap-title .box-title p.txt-desc {
  padding-top: 9px;
  font-family: "Shippori Mincho B1", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 1.8rem;
  line-height: 1.23;
  letter-spacing: 0.2em;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .con-magazine > .inner .wrap-title .box-title p.txt-desc {
    font-size: 1.6rem;
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  .con-magazine > .inner .wrap-title .box-title p.txt-desc {
    padding-top: 0;
    font-size: 1.2rem;
  }
}
.con-magazine > .inner .wrap-title p.txt-link {
  padding-bottom: 3px;
}
@media screen and (max-width: 767px) {
  .con-magazine > .inner .wrap-title p.txt-link {
    display: none;
  }
}
.con-magazine > .inner .wrap-title p.txt-link a span {
  position: relative;
  padding-right: 31px;
  font-size: 1.8rem;
  color: #522C1E;
}
.con-magazine > .inner .wrap-title p.txt-link a span::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 25px;
  height: 6px;
  background: url(../img/common/icn_link_arrow_brown.svg) no-repeat;
  background-size: contain;
  -webkit-transition: 0.35s ease-out;
  transition: 0.35s ease-out;
}
@media screen and (min-width: 1100px) {
  .con-magazine > .inner .wrap-title p.txt-link a:hover span::after {
    -webkit-transform: translateX(4px) translateY(-50%);
            transform: translateX(4px) translateY(-50%);
  }
}
.con-magazine > .inner p.s-btn-link01 {
  display: none;
}
@media screen and (max-width: 767px) {
  .con-magazine > .inner p.s-btn-link01 {
    display: block;
  }
}
.con-magazine > .inner p.s-btn-link01 a {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .con-magazine > .inner p.s-btn-link01 a {
    width: 204px;
  }
}
.con-topic {
  padding-top: 100px;
  padding-bottom: 60px;
  background-color: #fff;
}
@media screen and (max-width: 600px) {
  .con-topic {
    padding-top: 70px;
  }
}
.con-topic > .inner {
  max-width: 1410px;
  margin: 0 auto;
}
.con-topic > .inner h2 {
  display: none;
  margin-bottom: 18px;
  font-family: "EB Garamond", serif;
  font-size: 3rem;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .con-topic > .inner h2 {
    margin-bottom: 12px;
    font-size: 1.8rem;
  }
}
.con-topic > .inner .container-slider-topic {
  position: relative;
}
.con-topic > .inner .container-slider-topic ul.slider-topic li {
  margin: 0 18px;
}
@media screen and (max-width: 600px) {
  .con-topic > .inner .container-slider-topic ul.slider-topic li {
    margin: 0 7px;
  }
}
.con-topic > .inner .container-slider-topic ul.slider-topic li a {
  display: block;
}
.con-topic > .inner .container-slider-topic ul.slider-topic li a .image {
  padding-bottom: 55.8139534884%;
  background-position: center center;
  background-size: cover;
}
.con-topic > .inner .container-slider-topic .arrow {
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  height: 82px;
  background-color: #522C1E;
  z-index: 99;
  opacity: 1;
  -webkit-transition: 0.35s ease-out;
  transition: 0.35s ease-out;
}
@media screen and (min-width: 1100px) {
  .con-topic > .inner .container-slider-topic .arrow:hover {
    opacity: 0.9;
  }
}
.con-topic > .inner .container-slider-topic .arrow > .inner {
  position: relative;
  height: 100%;
}
.con-topic > .inner .container-slider-topic .arrow > .inner::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 11px;
  height: 18px;
  background: url(../img/index/icn_slider_arrow_left.svg) no-repeat;
  background-size: contain;
}
.con-topic > .inner .container-slider-topic .arrow.prev {
  left: 0;
}
.con-topic > .inner .container-slider-topic .arrow.next {
  right: 0;
}
.con-topic > .inner .container-slider-topic .arrow.next > .inner::after {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(180deg);
          transform: translateX(-50%) translateY(-50%) rotate(180deg);
}
.con-topic > .inner .container-slider-topic ul.slick-dots {
  position: absolute;
  bottom: -52px;
  text-align: center;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 999px) {
  .con-topic > .inner .container-slider-topic ul.slick-dots {
    bottom: -36px;
    margin-top: 10px;
  }
}
.con-topic > .inner .container-slider-topic ul.slick-dots li {
  display: inline-block;
  margin: 0 8px;
}
@media screen and (max-width: 600px) {
  .con-topic > .inner .container-slider-topic ul.slick-dots li {
    margin: 0 6px;
  }
}
.con-topic > .inner .container-slider-topic ul.slick-dots li::after {
  display: none;
}
.con-topic > .inner .container-slider-topic ul.slick-dots li button {
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 12px;
  height: 12px;
}
@media screen and (max-width: 600px) {
  .con-topic > .inner .container-slider-topic ul.slick-dots li button {
    width: 9px;
    height: 9px;
  }
}
.con-topic > .inner .container-slider-topic ul.slick-dots li button:hover:before, .con-topic > .inner .container-slider-topic ul.slick-dots li button:focus:before {
  opacity: 1;
  background-color: #522C1E;
}
.con-topic > .inner .container-slider-topic ul.slick-dots li button::before {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 50%;
  background-color: #c1c1c1;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.con-topic > .inner .container-slider-topic ul.slick-dots li.slick-active button::before {
  background-color: #522C1E;
}

.con-news {
  padding-top: 130px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .con-news {
    padding-top: 100px;
  }
}
@media screen and (max-width: 600px) {
  .con-news {
    padding-top: 70px;
  }
}
.con-news > .inner {
  max-width: 1000px;
  margin: 0 auto;
}
@media only screen and (max-width: 1080px) {
  .con-news > .inner {
    width: 90%;
  }
}
.con-news > .inner .wrap-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .con-news > .inner .wrap-news {
    display: block;
  }
}
.con-news > .inner .wrap-news .box-title {
  margin-right: 88px;
}
@media screen and (max-width: 767px) {
  .con-news > .inner .wrap-news .box-title {
    margin-right: 0;
    margin-bottom: 22px;
  }
}
.con-news > .inner .wrap-news .box-title h2 {
  margin-bottom: 12px;
  font-family: "EB Garamond", serif;
  font-size: 3.4rem;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .con-news > .inner .wrap-news .box-title h2 {
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  .con-news > .inner .wrap-news .box-title h2 {
    margin-bottom: 4px;
    font-size: 2.4rem;
  }
}
.con-news > .inner .wrap-news .box-title p.txt-desc {
  font-family: "Shippori Mincho B1", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 1.8rem;
  line-height: 1.23;
  letter-spacing: 0.05em;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .con-news > .inner .wrap-news .box-title p.txt-desc {
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  .con-news > .inner .wrap-news .box-title p.txt-desc {
    font-size: 1.2rem;
  }
}
.con-news > .inner .wrap-news p.s-btn-link01 {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .con-news > .inner .wrap-news p.s-btn-link01 {
    margin-top: 50px;
  }
}
@media screen and (max-width: 600px) {
  .con-news > .inner .wrap-news p.s-btn-link01 {
    margin-top: 26px;
  }
}
@media screen and (max-width: 999px) {
  .con-news > .inner .wrap-news p.s-btn-link01 a {
    margin-inline: auto;
  }
}
.con-news > .inner .wrap-news .box-news {
  padding-top: 14px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 600px) {
  .con-news > .inner .wrap-news .box-news {
    padding-top: 0;
  }
}
.con-news > .inner .wrap-news .box-news > ul {
  border-top: 1px solid #a7a7a7;
}
.con-news > .inner .wrap-news .box-news > ul > li {
  padding: 12px 0 18px;
  border-bottom: 1px solid #a7a7a7;
}
.con-news > .inner .wrap-news .box-news > ul > li a {
  position: relative;
  display: block;
  padding-right: 50px;
}
@media screen and (min-width: 1100px) {
  .con-news > .inner .wrap-news .box-news > ul > li a:hover .block-title p.txt-title::after {
    -webkit-transform: translateX(4px) translateY(-50%);
            transform: translateX(4px) translateY(-50%);
  }
}
.con-news > .inner .wrap-news .box-news > ul > li a .block-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.con-news > .inner .wrap-news .box-news > ul > li a .block-info p.date {
  padding-top: 2px;
  margin-right: 14px;
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  color: #BFBFBF;
  font-weight: 600;
}
@media screen and (max-width: 600px) {
  .con-news > .inner .wrap-news .box-news > ul > li a .block-info p.date {
    margin-right: 12px;
    font-weight: 500;
    font-size: 1.2rem;
  }
}
.con-news > .inner .wrap-news .box-news > ul > li a .block-info ul.list-cat li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 3px;
  padding: 6px 16px 3px;
  background-color: #522C1E;
}
@media screen and (max-width: 600px) {
  .con-news > .inner .wrap-news .box-news > ul > li a .block-info ul.list-cat li {
    padding: 3px 12px 1px;
  }
}
.con-news > .inner .wrap-news .box-news > ul > li a .block-info ul.list-cat li span {
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  color: #FFFFFF;
  line-height: 1;
}
@media screen and (max-width: 600px) {
  .con-news > .inner .wrap-news .box-news > ul > li a .block-info ul.list-cat li span {
    font-size: 1.1rem;
  }
}
.con-news > .inner .wrap-news .box-news > ul > li a .block-title {
  padding-top: 8px;
}
@media screen and (max-width: 600px) {
  .con-news > .inner .wrap-news .box-news > ul > li a .block-title {
    padding-top: 8px;
  }
}
.con-news > .inner .wrap-news .box-news > ul > li a .block-title p.txt-title {
  position: relative;
  font-size: 1.6rem;
  color: #707070;
  font-weight: 500;
}
@media screen and (max-width: 600px) {
  .con-news > .inner .wrap-news .box-news > ul > li a .block-title p.txt-title {
    position: static;
    font-size: 1.2rem;
  }
}
.con-news > .inner .wrap-news .box-news > ul > li a .block-title p.txt-title::after {
  position: absolute;
  content: "";
  top: 50%;
  right: -44px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 26px;
  height: 6px;
  background: url(../img/common/icn_link_arrow_gray.svg) no-repeat;
  background-size: contain;
  -webkit-transition: 0.35s ease-out;
  transition: 0.35s ease-out;
}
@media screen and (max-width: 600px) {
  .con-news > .inner .wrap-news .box-news > ul > li a .block-title p.txt-title::after {
    right: 0;
    width: 18px;
    height: 18px;
    background-image: url(../img/common/icn_link_button_gray.svg);
  }
}

.con-gallery {
  padding-top: 155px;
  padding-bottom: 110px;
  background-color: #fff;
}
@media screen and (max-width: 600px) {
  .con-gallery {
    padding-top: 90px;
    padding-bottom: 88px;
  }
}
.con-gallery > .inner .wrap-title {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
@media only screen and (max-width: 1280px) {
  .con-gallery > .inner .wrap-title {
    width: 90%;
  }
}
.con-gallery > .inner .wrap-title .box-title {
  margin-bottom: 50px;
}
@media screen and (max-width: 600px) {
  .con-gallery > .inner .wrap-title .box-title {
    margin-bottom: 24px;
  }
}
.con-gallery > .inner .wrap-title .box-title h2 {
  margin-bottom: 12px;
  font-family: "EB Garamond", serif;
  font-size: 4.05rem;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .con-gallery > .inner .wrap-title .box-title h2 {
    font-size: 3.65rem;
  }
}
@media screen and (max-width: 600px) {
  .con-gallery > .inner .wrap-title .box-title h2 {
    margin-bottom: 4px;
    font-size: 2.4rem;
  }
}
.con-gallery > .inner .wrap-title .box-title p.txt-desc {
  font-family: "Shippori Mincho B1", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 1.65rem;
  line-height: 1.23;
  letter-spacing: 0.05em;
  text-align: center;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .con-gallery > .inner .wrap-title .box-title p.txt-desc {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 600px) {
  .con-gallery > .inner .wrap-title .box-title p.txt-desc {
    font-size: 1.2rem;
  }
}
.con-gallery > .inner .wrap-title p.btn-link {
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 600px) {
  .con-gallery > .inner .wrap-title p.btn-link {
    display: none;
  }
}
.con-gallery > .inner .wrap-title p.btn-link a {
  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;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background-color: #5fccaa;
  -webkit-transition: 0.35s ease-out;
  transition: 0.35s ease-out;
}
@media screen and (min-width: 1100px) {
  .con-gallery > .inner .wrap-title p.btn-link a:hover {
    opacity: 1;
    background-color: #000;
  }
}
.con-gallery > .inner .wrap-title p.btn-link a span {
  padding-top: 2px;
}
.con-gallery > .inner .wrap-title p.btn-link a span img {
  width: 32px;
}
.con-gallery > .inner .box-insta .slider-instagram-container01,
.con-gallery > .inner .box-insta .slider-instagram-container02 {
  margin-bottom: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.con-gallery > .inner .box-insta .slider-instagram-container01 .instagram-item,
.con-gallery > .inner .box-insta .slider-instagram-container02 .instagram-item {
  width: 300px;
  margin-right: 1px;
}
@media screen and (max-width: 600px) {
  .con-gallery > .inner .box-insta .slider-instagram-container01 .instagram-item,
  .con-gallery > .inner .box-insta .slider-instagram-container02 .instagram-item {
    width: 150px;
  }
}
.con-gallery > .inner .box-insta .slider-instagram-container01 .instagram-item a.instagram-card,
.con-gallery > .inner .box-insta .slider-instagram-container02 .instagram-item a.instagram-card {
  display: block;
  position: relative;
}
.con-gallery > .inner .box-insta .slider-instagram-container01 .instagram-item a.instagram-card .instagram-card__img,
.con-gallery > .inner .box-insta .slider-instagram-container02 .instagram-item a.instagram-card .instagram-card__img {
  position: relative;
  overflow: hidden;
  height: 300px;
}
@media screen and (max-width: 600px) {
  .con-gallery > .inner .box-insta .slider-instagram-container01 .instagram-item a.instagram-card .instagram-card__img,
  .con-gallery > .inner .box-insta .slider-instagram-container02 .instagram-item a.instagram-card .instagram-card__img {
    height: 150px;
  }
}
.con-gallery > .inner .box-insta .slider-instagram-container01 .instagram-item a.instagram-card .instagram-card__img img,
.con-gallery > .inner .box-insta .slider-instagram-container02 .instagram-item a.instagram-card .instagram-card__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.35s ease-out;
  transition: 0.35s ease-out;
}
.con-gallery > .inner .box-insta .slider-instagram-container01 .instagram-item a.instagram-card .instagram-card__img video,
.con-gallery > .inner .box-insta .slider-instagram-container02 .instagram-item a.instagram-card .instagram-card__img video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.35s ease-out;
  transition: 0.35s ease-out;
}
.con-gallery > .inner .box-insta .slider-instagram-container01 .instagram-item a.instagram-card .instagram-card__badge,
.con-gallery > .inner .box-insta .slider-instagram-container02 .instagram-item a.instagram-card .instagram-card__badge {
  position: absolute;
  top: 8px;
  left: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  font-size: 14px;
  color: #fb5373;
  font-weight: bold;
}
.con-gallery > .inner .box-insta .slider-instagram-container01 .instagram-item a.instagram-card .instagram-icon,
.con-gallery > .inner .box-insta .slider-instagram-container02 .instagram-item a.instagram-card .instagram-icon {
  display: block;
  width: 20px;
  height: 20px;
  fill: #fb5373;
}
.con-gallery > .inner p.style-btn-link01 {
  margin-top: 30px;
  display: none;
}
@media screen and (max-width: 600px) {
  .con-gallery > .inner p.style-btn-link01 {
    display: block;
  }
}
.con-gallery > .inner p.style-btn-link01 a {
  margin: 0 auto;
  width: 250px;
}