*,
*::before,
*::after {
  box-sizing: border-box
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0
}

ul[role=list],
ol[role=list] {
  list-style: none
}

html:focus-within {
  scroll-behavior: smooth
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  outline: none
}

a:not([class]) {
  text-decoration-skip-ink: auto
}

img,
picture {
  max-width: 100%;
  display: block
}

input,
button,
textarea,
select {
  font: inherit
}

@media(prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto
  }

  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
    scroll-behavior: auto !important
  }
}

.icon {
  position: relative;
  display: inline-flex;
  vertical-align: middle
}

.icon::after {
  content: ""
}

.icon.icon-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid;
  border-radius: 50%;
  box-sizing: border-box;
  width: 25px;
  height: 25px
}

.icon.icon-arrow::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain
}

.icon-arrow.icon-arrow__white {
  border-color: #fff
}

.icon-arrow.icon-arrow__white::after {
  background-image: url("/wp-content/uploads/arrow_right_white.svg")
}

.icon-arrow.icon-arrow__green {
  border-color: #25504b
}

.icon-arrow.icon-arrow__green::after {
  background-image: url("/wp-content/uploads/arrow_right_green.svg")
}

.icon-arrow.icon-arrow__25 {
  width: 25px;
  height: 25px
}

.icon-arrow.icon-arrow__25::after {
  width: 12px;
  height: 12px;
  margin-left: 4px
}

.icon-arrow.icon-arrow__30 {
  width: 30px;
  height: 30px
}

.icon-arrow.icon-arrow__30::after {
  width: 12px;
  height: 12px;
  margin-left: 4px
}

@media(max-width: 767.98px) {
  .icon-arrow.icon-arrow__36 {
    width: 30px;
    height: 30px
  }

  .icon-arrow.icon-arrow__36::after {
    width: 12px;
    height: 12px;
    margin-left: 4px
  }
}

@media(min-width: 768px) {
  .icon-arrow.icon-arrow__36 {
    width: 36px;
    height: 36px
  }

  .icon-arrow.icon-arrow__36::after {
    width: 14px;
    height: 14px;
    margin-left: 4px
  }
}

@media(max-width: 767.98px) {
  .icon-arrow.icon-arrow__40 {
    width: 30px;
    height: 30px
  }

  .icon-arrow.icon-arrow__40::after {
    width: 12px;
    height: 12px;
    margin-left: 4px
  }
}

@media(min-width: 768px) {
  .icon-arrow.icon-arrow__40 {
    width: 40px;
    height: 40px
  }

  .icon-arrow.icon-arrow__40::after {
    width: 16px;
    height: 16px;
    margin-left: 5px
  }
}

.badge {
  border-radius: 8px;
  padding: 2px 8px;
  color: #fff;
  font-size: 14px;
  font-weight: 400
}

.badge-green {
  background: rgba(37, 80, 75, .8)
}

button:focus,
button:focus-visible {
  outline: none
}

.btn-wrap {
  display: grid;
  gap: 12px
}

.btn-wrap__col1 {
  grid-template-columns: 1fr
}

@media(max-width: 767.98px) {
  .btn-wrap__col2 {
    grid-template-columns: 1fr
  }
}

@media(min-width: 768px) {
  .btn-wrap__col2 {
    grid-template-columns: 1fr 1fr
  }
}

.btn-wrap__center {
  justify-items: center
}

.btn-wrap__left {
  justify-items: start
}

.btn-wrap__right {
  justify-items: end
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 700;
  line-height: 1;
  transition: opacity .2s ease, transform .2s ease;
  width: 100%
}

a.card {
  transition: none
}

a.card .card-img {
  overflow: hidden
}

a.card .card-img img {
  transition: transform .45s cubic-bezier(0.2, 0, 0, 1);
  transform: scale(1)
}

a.card .card-header,
a.card .card-title,
a.card .card-body,
a.card .card-meta,
a.card .icon {
  transition: opacity .45s cubic-bezier(0.2, 0, 0, 1)
}

a.card:hover {
  opacity: 1
}

a.card:hover .card-img img {
  transform: scale(1.1)
}

a.card:hover .card-header,
a.card:hover .card-title,
a.card:hover .card-text,
a.card:hover .card-meta,
a.card:hover .icon {
  opacity: .8
}

.card-home-philo-wrap {
  display: grid
}

@media(max-width: 767.98px) {
  .card-home-philo-wrap {
    grid-template-columns: 1fr;
    gap: 0px 0
  }
}

@media(min-width: 768px) {
  .card-home-philo-wrap {
    grid-template-columns: repeat(3, 1fr);
    gap: 0 0px
  }
}

.card-home-philo {
  position: relative;
  display: grid
}

@media(max-width: 767.98px) {
  .card-home-philo {
    grid-template-columns: 80px auto;
    border-top: 1px solid hsla(0, 0%, 100%, .4);
    border-left: 1px solid hsla(0, 0%, 100%, .4);
    border-right: 1px solid hsla(0, 0%, 100%, .4)
  }
}

@media(min-width: 768px) {
  .card-home-philo {
    grid-template-columns: 60px auto;
    border-right: 1px solid hsla(0, 0%, 100%, .4)
  }
}

@media(min-width: 1024px) {
  .card-home-philo {
    grid-template-columns: 80px auto
  }
}

.card-home-philo .card-header {
  display: grid;
  grid-template-columns: 1fr
}

@media(max-width: 767.98px) {
  .card-home-philo .card-header {
    border-right: 1px solid hsla(0, 0%, 100%, .4);
    padding: 30px 0 25px 0
  }
}

@media(min-width: 768px) {
  .card-home-philo .card-header {
    border-right: 1px solid hsla(0, 0%, 100%, .4);
    padding: 30px 0 25px 0
  }
}

.card-home-philo .card-header .card-title {
  align-self: flex-start;
  justify-self: center
}

.card-home-philo .card-header .icon {
  align-self: flex-end;
  justify-self: center
}

.card-home-philo .card-title {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  writing-mode: vertical-rl;
  line-height: 1.5
}

.card-home-philo .card-title .en {
  font-weight: 400;
  font-family: "Roboto Condensed", sans-serif;
  font-size: clamp(14px, 14px + 0vw, 14px)
}

.card-home-philo .card-title .ja {
  font-weight: 400;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(18px, 18px + 0vw, 18px);
  letter-spacing: .4em
}

.card-home-philo .card-img {
  overflow: hidden;
  border-radius: 40px 0 80px 0
}

.card-home-philo .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right
}

.card-home-philo:first-child {
  border-top: none
}

@media(min-width: 768px) {

  .card-home-philo:first-child::after,
  .card-home-philo:last-child::after {
    content: "";
    position: absolute;
    overflow: hidden;
    width: 1px;
    height: calc(100% + 70px);
    top: 0px;
    background: hsla(0, 0%, 100%, .4)
  }
}

@media(min-width: 768px) {
  .card-home-philo:first-child::after {
    left: 0
  }
}

@media(min-width: 768px) {
  .card-home-philo:last-child::after {
    right: -1px
  }
}

.card-home-cont-wrap {
  display: grid
}

@media(max-width: 767.98px) {
  .card-home-cont-wrap {
    grid-template-columns: 1fr;
    gap: 30px 0
  }
}

@media(min-width: 768px) {
  .card-home-cont-wrap {
    grid-template-columns: repeat(3, 1fr);
    gap: 0 30px
  }
}

@media(min-width: 1200px) {
  .card-home-cont-wrap {
    gap: 0 75px
  }
}

.card-home-cont {
  position: relative;
  display: flex;
  flex-direction: column
}

@media(max-width: 767.98px) {
  .card-home-cont {
    gap: 15px
  }
}

@media(min-width: 768px) {
  .card-home-cont {
    gap: 20px
  }
}

@media(min-width: 768px) {
  .card-home-cont::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 50%;
    bottom: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1' height='2' viewBox='0 0 1 2'%3E%3Ccircle cx='0.5' cy='0.5' r='0.5' fill='%2325504b'/%3E%3C/svg%3E");
    background-repeat: repeat-y;
    background-size: 1px 2px;
    background-position: center top;
    right: -17px
  }
}

@media(min-width: 1200px) {
  .card-home-cont::after {
    right: -37px
  }
}

.card-home-cont:last-child::after {
  display: none
}

.card-home-cont .card-img {
  overflow: hidden;
  border-radius: 48px 0 64px 0
}

.card-home-cont .card-header {
  display: grid;
  align-items: center;
  grid-template-columns: auto 1fr
}

.card-home-cont .card-header .icon {
  justify-self: flex-end
}

.card-home-cont .card-footer {
  margin-top: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 5px 10px
}

.card-home-cont .card-title {
  line-height: 1.3;
  font-weight: 500;
  font-family: "Roboto Condensed", sans-serif;
  font-size: clamp(18px, 16.074px + 0.4938vw, 22px)
}

.card-home-cont .card-read {
  font-weight: 600;
  font-size: clamp(14px, 13.037px + 0.2469vw, 16px);
  margin-bottom: 10px
}

.card-home-cont .card-text {
  line-height: 2
}

.card-home-cont .badge {
  font-weight: 300;
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: .05em
}

.news-list {
  display: grid;
  grid-template-columns: 1fr
}

@media(max-width: 767.98px) {
  .news-list {
    gap: 30px 0
  }
}

@media(min-width: 768px) {
  .news-list {
    gap: 0
  }
}

.card-news-list {
  color: #403d3c;
  display: grid
}

@media(max-width: 767.98px) {
  .card-news-list {
    grid-template-columns: minmax(100px, 150px) minmax(0, 1fr);
    gap: 0 10px
  }
}

@media(min-width: 768px) {
  .card-news-list {
    grid-template-columns: minmax(150px, 210px) minmax(0, 1fr);
    gap: 0 10px
  }
}

@media(max-width: 767.98px) {
  .card-news-list .card-img {
    aspect-ratio: 4/3;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff
  }
}

@media(min-width: 768px) {
  .card-news-list .card-img {
    aspect-ratio: 16/9;
    border-top: 1px solid #fff
  }
}

.card-news-list .card-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover
}

@media(max-width: 767.98px) {
  .card-news-list .card-body {
    border-top: 1px solid #25504b;
    border-bottom: 1px solid #25504b;
    padding: 5px 0
  }
}

@media(min-width: 768px) {
  .card-news-list .card-body {
    border-top: 1px solid #25504b;
    padding: 10px 0
  }
}

@media(min-width: 1024px) {
  .card-news-list .card-body {
    padding: 10px 0 10px 30px
  }
}

.card-news-list .card-meta .time {
  font-weight: 500;
  font-family: "Roboto Condensed", sans-serif;
  font-size: clamp(14px, 14px + 0vw, 14px)
}

.card-news-list .card-meta .badge {
  font-weight: 300;
  font-size: clamp(12px, 12px + 0vw, 12px)
}

.card-news-list .card-title {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0 10px;
  align-items: center;
  min-width: 0
}

@media(max-width: 767.98px) {
  .card-news-list .card-title {
    margin-top: 5px
  }
}

@media(min-width: 768px) {
  .card-news-list .card-title {
    margin-top: 10px
  }
}

@media(min-width: 1024px) {
  .card-news-list .card-title {
    margin-top: 15px
  }
}

.card-news-list .card-title span {
  min-width: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-weight: 500;
  line-height: 1.5;
  font-size: clamp(14px, 13.519px + 0.1235vw, 15px)
}

@media(min-width: 768px) {
  .news-list article:last-child .card-body {
    border-bottom: 1px solid #25504b
  }
}

nav ul {
  list-style: none;
  margin: 0;
  padding: 0
}

.nav-parent>.nav-link {
  display: block;
  padding: 0;
  margin: 0;
  border: 0;
  background: rgba(0, 0, 0, 0);
  text-decoration: none;
  color: inherit;
  font: inherit
}

.gnav-side,
.gnav-ham {
  padding: 0;
  margin: 0
}

.gnav-child {
  display: none;
  margin: 0;
  padding: 0;
  list-style: none
}

.gnav-ham .nav-item {
  border-top: 1px solid #dcdcdc
}

.gnav-ham .nav-item:last-child {
  border-bottom: 1px solid #dcdcdc
}

.gnav-ham .nav-parent {
  display: flex;
  align-items: center;
  justify-content: space-between
}

.gnav-ham .nav-link {
  display: block;
  flex: 1 1 auto;
  text-decoration: none
}

.gnav-side {
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-rows: max-content;
  align-content: start;
  gap: 30px 0;
  margin-top: 30px
}

.gnav-side .nav-parent {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative
}

.gnav-side .nav-parent::after {
  --sep-w: 14px;
  --dot: 2px;
  --dot-color: #595858;
  content: "";
  position: absolute;
  left: calc(50% - 7px);
  bottom: -15px;
  width: var(--sep-w);
  height: var(--dot);
  pointer-events: none;
  background-image: radial-gradient(circle, var(--dot-color) 99%, transparent 100%), radial-gradient(circle, var(--dot-color) 99%, transparent 100%), radial-gradient(circle, var(--dot-color) 99%, transparent 100%);
  background-size: var(--dot) var(--dot);
  background-repeat: no-repeat;
  background-position: 0 50%, 50% 50%, 100% 50%
}

.gnav-side .nav-parent>.nav-link {
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  writing-mode: vertical-rl;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  letter-spacing: .3em;
  color: #595858
}

.gnav-side .nav-item:last-child .nav-parent::after {
  display: none
}

.side-nav-panels .gnav-child {
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-rows: max-content;
  align-content: start;
  gap: 20px 0;
  margin: 0;
  padding: 20px;
  list-style: none
}

.side-nav-panels .nav-img-link {
  width: 320px;
  max-width: 100%;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  border-radius: 40px 0 40px 0;
  text-decoration: none
}

.side-nav-panels .nav-img-link .text-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  line-height: 1
}

.side-nav-panels .nav-img-link .text-wrap .ja {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(18px, 18px + 0vw, 18px);
  font-weight: 500
}

.side-nav-panels .nav-img-link .text-wrap .en {
  font-family: "Roboto Condensed", sans-serif;
  font-size: clamp(12px, 12px + 0vw, 12px);
  font-weight: 400
}

.side-nav-panels .nav-img-link__side .icon {
  margin-top: 15px
}

.side-nav-panels .nav-img-link__side .text-wrap {
  flex-direction: column;
  gap: 10px 0
}

.side-nav-panels .nav-img-link__vertical .icon {
  margin-top: 10px
}

.side-nav-panels .nav-img-link__vertical .text-wrap {
  flex-direction: row;
  gap: 0 10px
}

.side-nav-panels .nav-img-link__vertical .text-wrap .ja,
.side-nav-panels .nav-img-link__vertical .text-wrap .en {
  writing-mode: vertical-rl
}

.side-nav-panels .nav-img-link__FF {
  background: url("/wp-content/uploads/side_nav_faneral.png") no-repeat center center/cover
}

.side-nav-panels .nav-img-link__BF {
  background: url("/wp-content/uploads/side_nav_bridal.png") no-repeat center center/cover
}

.side-nav-panels .nav-img-link__RF {
  background: url("/wp-content/uploads/side_nav_retail.png") no-repeat center center/cover
}

.side-nav-panels .nav-img-link__CP {
  background: url("/wp-content/uploads/side_nav_company01.png") no-repeat center center/cover
}

.side-nav-panels .nav-img-link__CI {
  background: url("/wp-content/uploads/side_nav_company02.png") no-repeat center center/cover
}

.side-nav-panels .nav-img-link__CH {
  background: url("/wp-content/uploads/side_nav_company03.png") no-repeat center center/cover
}

.nav-foot {
  border-top: 1px solid #dcdcdc
}

.nav-foot .nav-item {
  display: flex;
  border-bottom: 1px solid #dcdcdc
}

@media(max-width: 767.98px) {
  .nav-foot .nav-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    padding: 15px 0
  }
}

@media(min-width: 768px) {
  .nav-foot .nav-item {
    align-items: center;
    gap: 15px;
    padding: 35px 0
  }
}

.nav-foot .nav-item .nav-parent .nav-link {
  display: inline-flex;
  align-items: center;
  color: #403d3c;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(18px, 17.037px + 0.2469vw, 20px)
}

@media(max-width: 767.98px) {
  .nav-foot .nav-item .nav-parent .nav-link {
    gap: 10px
  }
}

@media(min-width: 768px) {
  .nav-foot .nav-item .nav-parent .nav-link {
    gap: 15px
  }
}

.nav-foot .nav-item .nav-parent .nav-link .icon {
  flex: 0 0 auto
}

.nav-foot .nav-item .nav-parent .nav-link span {
  display: inline-block
}

@media(max-width: 767.98px) {
  .nav-foot .nav-item .gnav-child {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px 10px;
    margin-top: 5px
  }
}

@media(min-width: 768px) {
  .nav-foot .nav-item .gnav-child {
    flex: 1 1 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    gap: 15px 40px
  }
}

.nav-foot .nav-item .gnav-child .nav-item {
  padding: 0;
  border-bottom: 0
}

.nav-foot .nav-item .gnav-child .nav-item .nav-link {
  display: inline-block
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch
}

.table-responsive table {
  width: 100%;
  border-collapse: collapse
}

.table-responsive table th,
.table-responsive table td {
  white-space: nowrap
}

table.table th,
table.table td {
  vertical-align: top;
  text-align: left;
  border-spacing: 0
}

.font-ja {
  font-family: "Noto Sans JP", sans-serif
}

.text-center {
  text-align: center
}

.typo-read {
  font-size: clamp(13px, 11.074px + 0.4938vw, 17px)
}

.mv-home {
  --mv-scroll-progress: 0;
  --mv-scroll-right-start: 30;
  --mv-scroll-right-end: 100;
  --mv-scroll-left-start: 70;
  --mv-scroll-left-end: 140;
  --mv-scroll-text-fadeout-start: 200;
  --mv-scroll-text-fadeout-end: 250;
  --mv-scroll-next-sec-start: 200;
  --mv-scroll-next-sec-end: 300;
  --mv-scroll-nav-start: 450;
  --mv-video-timeout: 1s;
  --mv-crossfade-progress: 0;
  position: relative
}

.mv-home .mv-scroll-area {
  position: relative;
  min-height: 600vh
}

.mv-home .mv-sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  height: 100dvh;
  overflow: hidden
}

.mv-home {
  --mv-intro-copy-delay: 0s;
  --mv-intro-copy-fade-duration: 5s;
  --mv-intro-poster-switch-delay: 2.4s;
  --mv-intro-ready-delay: 2.9s;
  background: #fff;
  transition: background-color .8s ease
}

.mv-home .mv-poster,
.mv-home .mv-video,
.mv-home .mv-overlay {
  opacity: 0
}

.mv-home .mv-copy-center {
  opacity: 0
}

.mv-home .mv-line-center {
  color: #000
}

.mv-home.is-intro-start .mv-copy-center {
  opacity: 1
}

.mv-home.is-intro-poster {
  background: rgba(0, 0, 0, 0)
}

.mv-home.is-intro-poster .mv-poster {
  opacity: 1;
  transform: scale(1)
}

.mv-home.is-intro-poster .mv-overlay {
  opacity: .6
}

.mv-home.is-intro-poster .mv-line-center {
  color: #fff
}

.mv-home.is-intro-ready .mv-video {
  opacity: 1;
  visibility: visible
}

.mv-home.is-intro-ready .mv-overlay {
  opacity: 1
}

.mv-home:not(.is-intro-ready) {
  --mv-scroll-progress: 0
}

.mv-home .mv-media {
  position: absolute;
  inset: 0;
  z-index: 300
}

.mv-home .mv-visual {
  position: relative;
  width: 100%;
  height: 100%;
  will-change: transform
}

.mv-home .mv-poster,
.mv-home .mv-video,
.mv-home .mv-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%
}

.mv-home .mv-poster {
  z-index: 301;
  object-fit: cover;
  transform: scale(1.04);
  transition: opacity .6s ease, transform 1.6s cubic-bezier(0.2, 0, 0, 1)
}

.mv-home .mv-video {
  z-index: 302;
  object-fit: cover;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s ease;
  backface-visibility: hidden;
  transform: translateZ(0);
  -webkit-transform: translateZ(0)
}

.mv-home .mv-overlay {
  z-index: 303;
  background: rgba(79, 92, 73, .4);
  pointer-events: none;
  opacity: 0;
  transition: opacity 1.2s ease
}

.mv-home.is-video-fallback .mv-video {
  display: none
}

.mv-home .mv-next-section {
  position: absolute;
  inset: 0;
  z-index: 499;
  pointer-events: none;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  opacity: var(--mv-crossfade-progress)
}

.mv-home .mv-next-section .philo-bg-top {
  width: 100%;
  height: 100%
}

.mv-home .mv-next-section .philo-read-en,
.mv-home .mv-next-section .philo-read-label,
.mv-home .mv-next-section .philo-read-lead,
.mv-home .mv-next-section .philo-read-body {
  visibility: hidden
}

.mv-home.is-crossfading .mv-visual {
  opacity: calc(1 - var(--mv-crossfade-progress))
}

.mv-home.is-crossfading .mv-overlay {
  background: rgba(37, 80, 75, .45)
}

.mv-home .mv-text {
  position: absolute;
  inset: 0;
  height: 100%;
  z-index: 500;
  pointer-events: none;
  --mv-text-fadeout: clamp(0, calc((var(--mv-scroll-progress) - var(--mv-scroll-text-fadeout-start)) / (var(--mv-scroll-text-fadeout-end) - var(--mv-scroll-text-fadeout-start))), 1);
  opacity: calc(1 - var(--mv-text-fadeout));
  --mv-right-progress: clamp(0, calc((var(--mv-scroll-progress) - var(--mv-scroll-right-start)) / (var(--mv-scroll-right-end) - var(--mv-scroll-right-start))), 1);
  --mv-left-progress: clamp(0, calc((var(--mv-scroll-progress) - var(--mv-scroll-left-start)) / (var(--mv-scroll-left-end) - var(--mv-scroll-left-start))), 1);
  --mv-right-shift: calc((1 - var(--mv-right-progress)) * 12px);
  --mv-left-shift: calc((1 - var(--mv-left-progress)) * 12px);
  --mv-right-blur: calc((1 - var(--mv-right-progress)) * 3px);
  --mv-left-blur: calc((1 - var(--mv-left-progress)) * 3px)
}

.mv-home .mv-text .mv-copy {
  position: absolute
}

.mv-home .mv-text .mv-copy-center {
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity var(--mv-intro-copy-fade-duration) cubic-bezier(0.2, 0, 0, 1)
}

.mv-home .mv-text .mv-copy-right {
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: var(--mv-right-progress);
  filter: blur(var(--mv-right-blur));
  will-change: opacity, filter
}

@media(max-width: 767.98px) {
  .mv-home .mv-text .mv-copy-right .mv-copy-group {
    margin-left: 200px;
    margin-top: 40px;
    margin-bottom: -40px;
    transform: translateY(var(--mv-right-shift)) translateZ(0);
    will-change: transform
  }
}

@media(min-width: 768px) {
  .mv-home .mv-text .mv-copy-right .mv-copy-group {
    margin-left: 440px;
    margin-top: 60px;
    margin-bottom: -60px;
    transform: translateY(var(--mv-right-shift)) translateZ(0);
    will-change: transform
  }
}

.mv-home .mv-text .mv-copy-left {
  inset: 0;
  display: flex;
  opacity: var(--mv-left-progress);
  filter: blur(var(--mv-left-blur));
  will-change: opacity, filter
}

@media(max-width: 767.98px) {
  .mv-home .mv-text .mv-copy-left {
    align-items: center;
    justify-content: center
  }

  .mv-home .mv-text .mv-copy-left .mv-copy-group {
    margin-left: -240px;
    margin-top: 80px;
    margin-bottom: -80px;
    transform: translateY(var(--mv-left-shift)) translateZ(0);
    will-change: transform
  }
}

@media(min-width: 768px) {
  .mv-home .mv-text .mv-copy-left {
    align-items: flex-end;
    justify-content: center
  }

  .mv-home .mv-text .mv-copy-left .mv-copy-group {
    margin-left: -500px;
    margin-bottom: 20px;
    transform: translateY(var(--mv-left-shift)) translateZ(0);
    will-change: transform
  }
}

.mv-home .mv-text .mv-copy-group {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  writing-mode: vertical-rl;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  transform: translateZ(0)
}

.mv-home .mv-text .mv-title {
  align-items: center
}

.mv-home .mv-text .mv-line {
  display: block;
  margin: 0
}

.mv-home .mv-text .mv-line-center {
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: .5em;
  font-size: clamp(24px, 18.704px + 1.358vw, 35px);
  transition: color .4s ease
}

.mv-home .mv-text .mv-line-right,
.mv-home .mv-text .mv-line-left {
  font-weight: 600;
  letter-spacing: .2em;
  font-size: clamp(14px, 12.074px + 0.4938vw, 18px)
}

@media(max-width: 767.98px) {

  .mv-home .mv-text .mv-line-right,
  .mv-home .mv-text .mv-line-left {
    line-height: 1.4
  }
}

@media(min-width: 768px) {

  .mv-home .mv-text .mv-line-right,
  .mv-home .mv-text .mv-line-left {
    line-height: 2.2
  }
}

.mv-home .mv-text .mv-line-right:nth-child(2) {
  margin-top: 1.2em
}

.mv-home .mv-text .mv-line-right:nth-child(3) {
  margin-top: 2.2em
}

.mv-home .mv-text .mv-line-left:nth-child(2) {
  margin-top: 1.2em
}

.mv-home .mv-text .mv-line-left:nth-child(3) {
  margin-top: 2.2em
}

.mv-home .mv-text .mv-line-left:nth-child(4) {
  margin-top: 3.2em
}

:root {
  --header-height-pc: 70px;
  --header-height-sp: 60px
}

@media(max-width: 767.98px) {
  :root {
    --header-height: var(--header-height-sp)
  }
}

@media(min-width: 768px) {
  :root {
    --header-height: var(--header-height-pc)
  }
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--header-height)
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #000;
  background: #fff;
  margin: 0;
  padding: 0;
  line-height: 1.7;
  letter-spacing: .1em;
  font-size: 14px
}

body.is-menu-open {
  overflow: hidden
}

@media(min-width: 768px) {
  body.is-menu-open {
    overflow: auto
  }
}

a {
  text-decoration: none;
  color: inherit
}

a:hover {
  color: inherit
}

img {
  max-width: 100%
}

h1,
h2,
h3,
h4,
h5,
p {
  margin: 0
}

@media(max-width: 767.98px) {
  br.is-sp {
    display: block
  }
}

@media(min-width: 768px) {
  br.is-sp {
    display: none
  }
}

@media(max-width: 1023.98px) {
  br.is-tab {
    display: none
  }
}

@media(min-width: 1024px) {
  br.is-tab {
    display: block
  }
}

@media(max-width: 767.98px) {
  br.is-pc {
    display: none
  }
}

@media(min-width: 768px) {
  br.is-pc {
    display: block
  }
}

@media(max-width: 1439.98px) {
  br.is-xxl {
    display: none
  }
}

@media(min-width: 1440px) {
  br.is-xxl {
    display: block
  }
}

a {
  transition: opacity .2s ease
}

a:hover {
  opacity: .7
}

.u-inview-left {
  transition: transform .3s cubic-bezier(0.2, 0, 0, 1) 0s, opacity .3s cubic-bezier(0.2, 0, 0, 1) 0s, visibility .3s cubic-bezier(0.2, 0, 0, 1) 0s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate(-16px, 0) scale(1)
}

.u-inview-left.is-inview {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(0, 0) scale(1)
}

.u-inview-right {
  transition: transform .3s cubic-bezier(0.2, 0, 0, 1) 0s, opacity .3s cubic-bezier(0.2, 0, 0, 1) 0s, visibility .3s cubic-bezier(0.2, 0, 0, 1) 0s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate(16px, 0) scale(1)
}

.u-inview-right.is-inview {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(0, 0) scale(1)
}

.u-fade {
  transition: opacity .6s cubic-bezier(0.2, 0, 0, 1) 0s;
  opacity: 0
}

.u-fade.is-inview {
  opacity: 1
}

.u-hover-zoom {
  transition: transform .2s cubic-bezier(0.2, 0, 0, 1);
  will-change: transform
}

.u-hover-zoom:hover {
  transform: scale(1.05)
}

.u-bg-slide-right {
  position: relative;
  overflow: hidden
}

.u-bg-slide-right::before {
  content: "";
  position: absolute;
  inset: 0;
  transition: transform .45s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  transform: translateX(100%);
  will-change: transform
}

.u-bg-slide-right.is-inview::before {
  transform: translateX(0)
}

@media(max-width: 767.98px) {
  .side-nav {
    display: none
  }
}

.side-nav {
  position: fixed;
  top: var(--header-height);
  left: 0;
  width: 70px;
  height: calc(100dvh - var(--header-height));
  overflow: visible;
  z-index: 700;
  background: none
}

@media(min-width: 768px) {
  .side-nav {
    opacity: 0;
    transform: translateX(-12px);
    pointer-events: none;
    transition: opacity .5s ease, transform .5s ease;
    transition-delay: .2s
  }

  .side-nav.is-visible {
    opacity: 1;
    transform: translateX(0);
    pointer-events: auto
  }
}

.side-nav-bg {
  position: absolute;
  inset: 0;
  background: #eeefef;
  z-index: 705;
  pointer-events: none
}

.nav-gnav-pc {
  position: relative;
  height: 100%
}

.gnav-side {
  position: relative;
  height: 100%
}

.gnav-side .nav-item,
.gnav-side .has-child {
  position: relative
}

.gnav-side .nav-parent {
  position: relative;
  z-index: 707
}

.side-nav-panels {
  position: absolute;
  top: 0;
  left: 100%;
  width: 360px;
  height: 100%;
  z-index: 704;
  pointer-events: none
}

.side-nav-panels>.gnav-child {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #dcdcdc;
  overflow-y: auto;
  overscroll-behavior: contain;
  pointer-events: none;
  transition: transform .3s ease 0s, opacity .3s ease 0s, visibility .3s ease 0s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate(-100px, 0) scale(1)
}

.side-nav-panels>.gnav-child.is-open {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(0, 0) scale(1)
}

.footer {
  background: #f7f7f7
}

@media(max-width: 767.98px) {
  .footer {
    padding: 30px 0
  }
}

@media(min-width: 768px) {
  .footer {
    padding: 50px 0
  }
}

.footer .footer-copy {
  display: flex;
  justify-content: flex-end;
  align-items: center
}

@media(max-width: 767.98px) {
  .footer .footer-copy {
    gap: 10px;
    padding-top: 50px;
    flex-wrap: wrap
  }
}

@media(min-width: 768px) {
  .footer .footer-copy {
    gap: 40px;
    padding-top: 100px
  }
}

.footer .copy-text,
.footer .copy-link {
  font-size: clamp(12px, 11.519px + 0.1235vw, 13px)
}

.footer .copy-text {
  margin: 0
}

.footer .copy-link {
  display: inline-block
}

.header-ham-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  z-index: 810;
  background: #000;
  width: var(--header-height);
  height: var(--header-height)
}

.header-ham-btn img {
  display: block;
  width: 33px;
  height: auto
}

.gnav-ham .has-child.is-open>.gnav-child {
  display: block
}

.gnav-ham .has-child>.gnav-child {
  background: #f7f7f7
}

.gnav-ham .gnav-child .nav-item {
  border-top: 1px solid #dcdcdc
}

.gnav-ham .gnav-child .nav-item:last-child {
  border-bottom: 0
}

.gnav-ham .nav-parent .nav-link {
  padding: 10px 0 10px 10px
}

.gnav-ham .gnav-child .nav-link {
  padding: 10px 0 10px 20px
}

.gnav-ham .child-toggle {
  position: relative;
  flex: 0 0 auto;
  width: 60px;
  height: 60px;
  border: 0;
  background: #25504b;
  cursor: pointer
}

.gnav-ham .child-toggle::before,
.gnav-ham .child-toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 2px;
  background: #fff;
  transform: translate(-50%, -50%)
}

.gnav-ham .child-toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: opacity .2s ease
}

.gnav-ham .has-child.is-open>.nav-parent .child-toggle::after {
  opacity: 0
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--header-height);
  z-index: 800;
  background: rgba(37, 30, 28, .8);
  opacity: 0;
  transform: translateY(-12px);
  pointer-events: none;
  transition: opacity .5s ease, transform .5s ease;
  transition-delay: 0s
}

.header.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%
}

.header-mgzn .header-inner {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%
}

.header-logo {
  flex: 0 0 auto
}

.header-mgzn .header-logo {
	margin: 0;
}

@media(max-width: 767.98px) {
	.header-inner {
		display: flex;
		align-items: center;
		justify-content: space-between;
		height: 100%
	}
  .header-logo {
    margin-left: 15px
  }
	.header-mgzn .header-inner {
		justify-content: flex-start;
		padding-left: 15px;
	}
}

@media(min-width: 768px) {
  .header-logo {
    margin-left: 25px
  }
}

.header-logo img {
  display: block;
  width: 158px;
  height: auto
}

.header-nav {
  position: fixed;
  top: var(--header-height);
  left: 0;
  width: 100%;
  height: calc(100dvh - var(--header-height));
  background: rgba(0, 0, 0, .4);
  z-index: 790;
  transition: opacity .3s ease 0s, visibility .3s ease 0s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none
}

.header-nav.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto
}

.header-nav-inner {
  position: absolute;
  top: 0;
  right: 0;
  width: min(85%, 360px);
  height: 100%;
  padding: 0;
  background: #eeefef;
  box-shadow: -4px 8px 16px rgba(0, 0, 0, .12);
  overflow-y: auto;
  transition: transform .3s ease 0s;
  transform: translateX(100%)
}

.header-nav.is-open .header-nav-inner {
  transform: translateX(0)
}

@media(min-width: 768px) {
  .header-nav {
    display: none !important
  }
}

.container-fluid {
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px
}

@media(min-width: 576px) {
  .container-fluid {
    padding-left: 15px;
    padding-right: 15px
  }
}

@media(min-width: 768px) {
  .container-fluid {
    padding-left: 30px;
    padding-right: 30px
  }
}

@media(min-width: 1024px) {
  .container-fluid {
    padding-left: 30px;
    padding-right: 30px
  }
}

@media(min-width: 1200px) {
  .container-fluid {
    padding-left: 30px;
    padding-right: 30px
  }
}

@media(min-width: 1440px) {
  .container-fluid {
    padding-left: 30px;
    padding-right: 30px
  }
}

.container-fluid {
  padding: 0
}

.container {
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px
}

@media(min-width: 576px) {
  .container {
    padding-left: 15px;
    padding-right: 15px
  }
}

@media(min-width: 768px) {
  .container {
    padding-left: 30px;
    padding-right: 30px
  }
}

@media(min-width: 1024px) {
  .container {
    padding-left: 30px;
    padding-right: 30px
  }
}

@media(min-width: 1200px) {
  .container {
    padding-left: 30px;
    padding-right: 30px
  }
}

@media(min-width: 1440px) {
  .container {
    padding-left: 30px;
    padding-right: 30px
  }
}

@media(min-width: 1200px) {
  .container {
    max-width: 1090px
  }
}

@media(min-width: 1440px) {
  .container {
    max-width: 1090px
  }
}

.container-800 {
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px
}

@media(min-width: 576px) {
  .container-800 {
    padding-left: 15px;
    padding-right: 15px
  }
}

@media(min-width: 768px) {
  .container-800 {
    padding-left: 30px;
    padding-right: 30px
  }
}

@media(min-width: 1024px) {
  .container-800 {
    padding-left: 30px;
    padding-right: 30px
  }
}

@media(min-width: 1200px) {
  .container-800 {
    padding-left: 30px;
    padding-right: 30px
  }
}

@media(min-width: 1440px) {
  .container-800 {
    padding-left: 30px;
    padding-right: 30px
  }
}

@media(min-width: 1200px) {
  .container-800 {
    max-width: 860px
  }
}

@media(min-width: 1440px) {
  .container-800 {
    max-width: 860px
  }
}

@media(min-width: 768px) {
  body main.main .sec {
    padding-left: 70px
  }
}

@media(min-width: 768px) {
  body footer.footer {
    padding-left: 70px
  }
}

.page-top {
  position: fixed;
  right: 0;
  bottom: 0;
  width: var(--header-height);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none
}

.page-top.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto
}

.page-top .page-top-btn {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px 0;
  padding: 30px 0
}

.page-top .page-top-btn span {
  line-height: 1;
  writing-mode: vertical-rl;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  color: #25504b;
  font-size: clamp(14px, 12.074px + 0.4938vw, 18px)
}

body main.main {
  max-width: inherit;
  flex-grow: inherit
}

section.sec-contact {
  background: #25504b;
  color: #fff
}

@media(max-width: 767.98px) {
  section.sec-contact {
    padding: 40px 0
  }
}

@media(min-width: 768px) {
  section.sec-contact {
    padding: 80px 0
  }
}

section.sec-contact .contact-wrap {
  display: flex
}

@media(max-width: 767.98px) {
  section.sec-contact .contact-wrap {
    flex-direction: column;
    gap: 40px
  }
}

@media(min-width: 768px) {
  section.sec-contact .contact-wrap {
    flex-direction: column
  }
}

@media(min-width: 1024px) {
  section.sec-contact .contact-wrap {
    flex-direction: row;
    justify-content: space-between
  }
}

section.sec-contact .nav-contact {
  display: grid
}

@media(max-width: 767.98px) {
  section.sec-contact .nav-contact {
    grid-template-columns: repeat(1, 1fr)
  }
}

@media(min-width: 768px) {
  section.sec-contact .nav-contact {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 50px;
    gap: 50px
  }
}

@media(min-width: 1024px) {
  section.sec-contact .nav-contact {
    grid-template-columns: repeat(3, 200px);
    margin-top: 70px;
    gap: 60px
  }
}

section.sec-contact .head-contact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-weight: 500;
  font-family: "Noto Serif JP", serif
}

@media(max-width: 767.98px) {
  section.sec-contact .head-contact {
    gap: 15px
  }
}

@media(min-width: 768px) {
  section.sec-contact .head-contact {
    gap: 25px
  }
}

section.sec-contact .head-contact span {
  line-height: 1;
  display: inline-block
}

section.sec-contact .head-contact span.en {
  font-size: clamp(24px, 16.296px + 1.9753vw, 40px)
}

section.sec-contact .head-contact span.ja {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  font-size: clamp(14px, 13.519px + 0.1235vw, 15px);
  padding: 10px 0
}

section.sec-contact .nav-contact .nav-item {
  border-top: 1px solid #fff
}

@media(max-width: 767.98px) {
  section.sec-contact .nav-contact .nav-item {
    padding: 15px 0
  }
}

section.sec-contact .nav-contact p {
  font-family: "Roboto Condensed", sans-serif;
  font-size: clamp(13px, 13px + 0vw, 13px)
}

@media(max-width: 767.98px) {
  section.sec-contact .nav-contact p {
    margin: 0px 0 5px 0
  }
}

@media(min-width: 768px) {
  section.sec-contact .nav-contact p {
    margin: 10px 0 10px 0
  }
}

section.sec-contact .nav-contact a {
  display: flex;
  flex-direction: column
}

section.sec-contact .nav-contact a span {
  display: block;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(14px, 13.519px + 0.1235vw, 15px)
}

section.sec-contact .nav-contact a i {
  align-self: flex-end
}

main.main-home .sec-home-philosophy {
  position: relative
}

main.main-home .sec-home-philosophy,
main.main-home .mv-next-section {
  color: #fff
}

main.main-home .sec-home-philosophy .philo-bg,
main.main-home .mv-next-section .philo-bg {
  position: relative
}

main.main-home .sec-home-philosophy .philo-bg::before,
main.main-home .mv-next-section .philo-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(37, 80, 75, .7);
  pointer-events: none
}

main.main-home .sec-home-philosophy .philo-bg-top,
main.main-home .mv-next-section .philo-bg-top {
  background: url("/wp-content/uploads/top_philosophy_bg_bottom.png") no-repeat top center/cover
}

main.main-home .sec-home-philosophy .philo-bg-bottom,
main.main-home .mv-next-section .philo-bg-bottom {
  background: url("/wp-content/uploads/forest_bg-scaled.webp") no-repeat top center/cover
}

main.main-home .sec-home-philosophy .philo-head,
main.main-home .sec-home-philosophy .philo-read,
main.main-home .mv-next-section .philo-head,
main.main-home .mv-next-section .philo-read {
  position: relative;
  z-index: 1
}

main.main-home .sec-home-philosophy .philo-head,
main.main-home .mv-next-section .philo-head {
  position: relative;
  text-align: right
}

@media(max-width: 767.98px) {

  main.main-home .sec-home-philosophy .philo-head,
  main.main-home .mv-next-section .philo-head {
    padding: 50px 0
  }
}

@media(min-width: 768px) {

  main.main-home .sec-home-philosophy .philo-head,
  main.main-home .mv-next-section .philo-head {
    padding: 100px 0
  }
}

main.main-home .sec-home-philosophy .philo-head::before,
main.main-home .mv-next-section .philo-head::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(180, 180, 180, .29);
  opacity: 0;
  pointer-events: none
}

main.main-home .sec-home-philosophy .philo-head.is-visible::before,
main.main-home .mv-next-section .philo-head.is-visible::before {
  opacity: 1
}

main.main-home .sec-home-philosophy .philo-title-en,
main.main-home .sec-home-philosophy .philo-title-ja,
main.main-home .mv-next-section .philo-title-en,
main.main-home .mv-next-section .philo-title-ja {
  display: block
}

main.main-home .sec-home-philosophy .philo-title,
main.main-home .mv-next-section .philo-title {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex-direction: column;
  line-height: 1
}

@media(max-width: 767.98px) {

  main.main-home .sec-home-philosophy .philo-title,
  main.main-home .mv-next-section .philo-title {
    gap: 5px
  }
}

@media(min-width: 768px) {

  main.main-home .sec-home-philosophy .philo-title,
  main.main-home .mv-next-section .philo-title {
    gap: 10px
  }
}

main.main-home .sec-home-philosophy .philo-title-en,
main.main-home .mv-next-section .philo-title-en {
  position: relative;
  display: flex;
  align-items: center;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-size: clamp(20px, 17.111px + 0.7407vw, 26px)
}

@media(max-width: 767.98px) {

  main.main-home .sec-home-philosophy .philo-title-en,
  main.main-home .mv-next-section .philo-title-en {
    letter-spacing: .15em
  }
}

@media(min-width: 768px) {

  main.main-home .sec-home-philosophy .philo-title-en,
  main.main-home .mv-next-section .philo-title-en {
    letter-spacing: .15em
  }
}

main.main-home .sec-home-philosophy .philo-title-en-text,
main.main-home .mv-next-section .philo-title-en-text {
  display: flex;
  align-items: center
}

@media(max-width: 767.98px) {

  main.main-home .sec-home-philosophy .philo-title-en-text,
  main.main-home .mv-next-section .philo-title-en-text {
    gap: 0 10px
  }
}

@media(min-width: 768px) {

  main.main-home .sec-home-philosophy .philo-title-en-text,
  main.main-home .mv-next-section .philo-title-en-text {
    gap: 0 10px
  }
}

main.main-home .sec-home-philosophy .philo-title-line,
main.main-home .mv-next-section .philo-title-line {
  position: absolute;
  width: 100vw;
  height: 1px;
  background: #fff;
  right: 100%;
  top: calc(50% - .5px);
  pointer-events: none;
  transform-origin: right
}

@media(max-width: 767.98px) {

  main.main-home .sec-home-philosophy .philo-title-line,
  main.main-home .mv-next-section .philo-title-line {
    margin-right: 10px
  }
}

@media(min-width: 768px) {

  main.main-home .sec-home-philosophy .philo-title-line,
  main.main-home .mv-next-section .philo-title-line {
    margin-right: 16px
  }
}

main.main-home .sec-home-philosophy .philo-title-ja,
main.main-home .mv-next-section .philo-title-ja {
  display: block;
  font-weight: 400;
  font-size: clamp(16px, 15.037px + 0.2469vw, 18px)
}

@media(max-width: 767.98px) {

  main.main-home .sec-home-philosophy .philo-title-ja,
  main.main-home .mv-next-section .philo-title-ja {
    letter-spacing: .15em
  }
}

@media(min-width: 768px) {

  main.main-home .sec-home-philosophy .philo-title-ja,
  main.main-home .mv-next-section .philo-title-ja {
    letter-spacing: .25em
  }
}

main.main-home .sec-home-philosophy .philo-read,
main.main-home .mv-next-section .philo-read {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  line-height: 1;
  max-width: 580px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start
}

@media(max-width: 767.98px) {

  main.main-home .sec-home-philosophy .philo-read,
  main.main-home .mv-next-section .philo-read {
    padding: 50px 0;
    gap: 15px
  }
}

@media(min-width: 768px) {

  main.main-home .sec-home-philosophy .philo-read,
  main.main-home .mv-next-section .philo-read {
    padding: 70px 0;
    gap: 20px
  }
}

@media(min-width: 1024px) {

  main.main-home .sec-home-philosophy .philo-read,
  main.main-home .mv-next-section .philo-read {
    margin-left: 140px
  }
}

main.main-home .sec-home-philosophy .philo-read-en,
main.main-home .mv-next-section .philo-read-en {
  font-size: clamp(26px, 19.259px + 1.7284vw, 40px)
}

main.main-home .sec-home-philosophy .philo-read-label,
main.main-home .mv-next-section .philo-read-label {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  font-size: clamp(14px, 13.519px + 0.1235vw, 15px);
  letter-spacing: .2em;
  padding: 8px 0
}

main.main-home .sec-home-philosophy .philo-read-lead,
main.main-home .mv-next-section .philo-read-lead {
  font-size: clamp(18px, 16.074px + 0.4938vw, 22px);
  letter-spacing: .2em
}

main.main-home .sec-home-philosophy .philo-read-body,
main.main-home .mv-next-section .philo-read-body {
  font-size: clamp(14px, 14px + 0vw, 14px);
  line-height: 2.1;
  letter-spacing: .18em
}

@media(max-width: 767.98px) {

  main.main-home .sec-home-philosophy .philo-read-body,
  main.main-home .mv-next-section .philo-read-body {
    margin-top: 10px
  }
}

@media(min-width: 768px) {

  main.main-home .sec-home-philosophy .philo-read-body,
  main.main-home .mv-next-section .philo-read-body {
    margin-top: 10px
  }
}

@media(max-width: 767.98px) {

  main.main-home .sec-home-philosophy .philo-bg-bottom,
  main.main-home .mv-next-section .philo-bg-bottom {
    padding: 50px 0
  }
}

@media(min-width: 768px) {

  main.main-home .sec-home-philosophy .philo-bg-bottom,
  main.main-home .mv-next-section .philo-bg-bottom {
    padding: 70px 0
  }
}

main.main-home .sec-home-philosophy .philo-bg-bottom>*,
main.main-home .mv-next-section .philo-bg-bottom>* {
  position: relative;
  z-index: 1
}

main.main-home .sec-home-philosophy .philo-bg-bottom .card-home-philo-wrap,
main.main-home .mv-next-section .philo-bg-bottom .card-home-philo-wrap {
  position: relative
}

main.main-home .sec-home-philosophy .philo-bg-bottom .card-home-philo-wrap::before,
main.main-home .sec-home-philosophy .philo-bg-bottom .card-home-philo-wrap::after,
main.main-home .mv-next-section .philo-bg-bottom .card-home-philo-wrap::before,
main.main-home .mv-next-section .philo-bg-bottom .card-home-philo-wrap::after {
  content: "";
  position: absolute;
  overflow: hidden;
  height: 1px;
  left: 50%;
  transform: translateX(-50%);
  background: hsla(0, 0%, 100%, .4);
  z-index: 3
}

@media(max-width: 767.98px) {

  main.main-home .sec-home-philosophy .philo-bg-bottom .card-home-philo-wrap::before,
  main.main-home .sec-home-philosophy .philo-bg-bottom .card-home-philo-wrap::after,
  main.main-home .mv-next-section .philo-bg-bottom .card-home-philo-wrap::before,
  main.main-home .mv-next-section .philo-bg-bottom .card-home-philo-wrap::after {
    width: 100vw
  }
}

@media(min-width: 768px) {

  main.main-home .sec-home-philosophy .philo-bg-bottom .card-home-philo-wrap::before,
  main.main-home .sec-home-philosophy .philo-bg-bottom .card-home-philo-wrap::after,
  main.main-home .mv-next-section .philo-bg-bottom .card-home-philo-wrap::before,
  main.main-home .mv-next-section .philo-bg-bottom .card-home-philo-wrap::after {
    width: calc(100vw - 70px)
  }
}

main.main-home .sec-home-philosophy .philo-bg-bottom .card-home-philo-wrap::before,
main.main-home .mv-next-section .philo-bg-bottom .card-home-philo-wrap::before {
  top: 0
}

main.main-home .sec-home-philosophy .philo-bg-bottom .card-home-philo-wrap::after,
main.main-home .mv-next-section .philo-bg-bottom .card-home-philo-wrap::after {
  bottom: 0
}

main.main-home .sec-home-contents {
  background: rgba(37, 80, 75, .1)
}

@media(max-width: 767.98px) {
  main.main-home .sec-home-contents {
    padding: 50px 0
  }
}

@media(min-width: 768px) {
  main.main-home .sec-home-contents {
    padding: 70px 0
  }
}

@media(max-width: 767.98px) {
  main.main-home .sec-home-news {
    padding: 50px 0
  }
}

@media(min-width: 768px) {
  main.main-home .sec-home-news {
    padding: 70px 0
  }
}

main.main-home .sec-home-news .news-wrap {
  display: grid
}

@media(max-width: 767.98px) {
  main.main-home .sec-home-news .news-wrap {
    grid-template-columns: 1fr
  }
}

@media(min-width: 768px) {
  main.main-home .sec-home-news .news-wrap {
    grid-template-columns: 40px auto;
    gap: 0 20px
  }
}

@media(min-width: 1024px) {
  main.main-home .sec-home-news .news-wrap {
    gap: 0 100px
  }
}

main.main-home .sec-home-news .news-header {
  display: flex
}

@media(max-width: 767.98px) {
  main.main-home .sec-home-news .news-header {
    align-items: center;
    justify-content: space-between;
    gap: 0 20px;
    margin-bottom: 20px
  }
}

@media(min-width: 768px) {
  main.main-home .sec-home-news .news-header {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center
  }
}

main.main-home .sec-home-news .news-header .news-title {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start
}

@media(max-width: 767.98px) {
  main.main-home .sec-home-news .news-header .news-title {
    line-height: 1.2
  }
}

@media(min-width: 768px) {
  main.main-home .sec-home-news .news-header .news-title {
    writing-mode: vertical-rl;
    line-height: 1.7
  }
}

main.main-home .sec-home-news .news-header .news-title .en {
  color: #25504b;
  font-weight: 500;
  font-family: "Roboto Condensed", sans-serif;
  font-size: clamp(14px, 14px + 0vw, 14px)
}

main.main-home .sec-home-news .news-header .news-title .ja {
  color: #403d3c;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(20px, 20px + 0vw, 20px);
  letter-spacing: .4em
}

@media(min-width: 768px) {
  main.main-home .sec-home-news .news-header .icon {
    margin-top: 30px
  }
}

.sec-ci-rec {
  border-top: 1px solid rgba(0, 0, 0, .2)
}

.sec-ci-rec .sec-company {
  border-right: 1px solid rgba(0, 0, 0, .2)
}

.sec-ci-rec .container-fluid {
  grid-template-columns: repeat(2, 1fr);
  align-items: stretch
}

.sec-ci-rec .container-fluid .sec-company,
.sec-ci-rec .container-fluid .sec-recruit {
  display: flex
}

.sec-ci-rec .img-bg-link {
  position: relative;
  transition: inherit;
  transition: color .2s cubic-bezier(0.2, 0, 0, 1);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%
}

@media(max-width: 767.98px) {
  .sec-ci-rec .img-bg-link {
    padding: 30px 0
  }
}

@media(min-width: 768px) {
  .sec-ci-rec .img-bg-link {
    padding: 40px 0
  }
}

.sec-ci-rec .img-bg-link .title {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  writing-mode: vertical-rl;
  line-height: 1.7;
  z-index: 1
}

.sec-ci-rec .img-bg-link .title .en {
  color: #25504b;
  font-weight: 500;
  font-family: "Roboto Condensed", sans-serif;
  font-size: clamp(14px, 14px + 0vw, 14px)
}

.sec-ci-rec .img-bg-link .title .ja {
  color: #403d3c;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(20px, 20px + 0vw, 20px);
  letter-spacing: .4em
}

.sec-ci-rec .img-bg-link .icon {
  z-index: 1;
  margin-top: 30px
}

.sec-ci-rec .img-bg-link::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  left: 0;
  top: 0;
  transition: .9s cubic-bezier(0.2, 0, 0, 1);
  opacity: 0
}

.sec-ci-rec .img-bg-link:hover {
  opacity: 1
}

.sec-ci-rec .img-bg-link:hover::before {
  opacity: 1
}

.sec-ci-rec .img-bg-link:hover .title span {
  color: #fff
}

.sec-ci-rec .img-bg-link:hover .icon {
  border-color: #fff
}

.sec-ci-rec .img-bg-link:hover .icon::after {
  background-image: url("/wp-content/uploads/arrow_right_white.svg")
}

.sec-ci-rec .img-bg-link__company:before {
  background: url("/wp-content/uploads/img_bg_link_company.jpg") no-repeat center bottom/cover
}

.sec-ci-rec .img-bg-link__recruit:before {
  background: url("/wp-content/uploads/img_bg_link_recruit.jpg") no-repeat center center/cover
}


/************************************************************/
/*　マガジン用ヘッダー
/************************************************************/

#body-magazine {
	padding: 0;
	margin: 0;
	font-family: YakuHanMP, "Noto Serif JP", serif;
	font-weight: 500;
}

/*ヘッダー*/
header.header.header-mgzn {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: var(--header-height);
	z-index: 800;
	background: rgba(0,0,0, .5);
	opacity: 0;
	transform: translateY(-12px);
	pointer-events: none;
	transition: opacity .5s ease, transform .5s ease;
	transition-delay: 0s;
	padding-left: 70px;
}
header.header.header-mgzn.is-visible {
	opacity: 1;
	transform: translateY(0);
	pointer-events: auto
}
header.header.header-mgzn .header-inner > p {
	font-family: "Roboto Condensed", sans-serif;
	font-size: 11px;
	line-height: 1.4em;
	font-weight: 400;
	color: #fff;
	text-align: right;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 50%;
	right: 25px;
	transform: translate(0,-50%);
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	/*ヘッダー*/
	header.header.header-mgzn {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: var(--header-height);
		z-index: 800;
		background: rgba(0,0,0, .5);
		opacity: 0;
		transform: translateY(-12px);
		pointer-events: none;
		transition: opacity .5s ease, transform .5s ease;
		transition-delay: 0s;
		padding-left: 60px;
	}
	header.header.header-mgzn.is-visible {
		opacity: 1;
		transform: translateY(0);
		pointer-events: auto
	}
	header.header.header-mgzn .header-inner > p {
		font-size: 0.8rem;
		margin: 0;
		right: 15px;
	}
	header.header.header-mgzn .header-logo {
		height: 30px;
	}
	header.header.header-mgzn .header-logo img {
		width: auto;
		height: 100%;
		display: block;
	}
}

/* ハンバーガー本体（右上固定） */
.hamburger {
	position: fixed;
	top: 0;
	left: 0;
	width: 70px;
	height: 70px;
	padding: 15px;
	margin: 0;
	cursor: pointer;
	z-index: 1001;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	grid-row-gap: 10px;
	background: #5c7583;
}
.hamburger span {
	display: block;
	height: 1.5px;
	background-color: #fff;
	width: 100%;
	transition: var(--ease);
	transform-origin: center;
}
.hamburger.scroll span {
	background-color: #fff;
	transition: var(--ease);
}
.hamburger span:nth-child(1) {
	transform-origin: left;
}
.hamburger span:nth-child(3) {
	transform-origin: right;
}
.hamburger.active span:nth-child(1) {
	transform: scaleX(0);
	transform-origin: left;
	background-color: #fff;
}
.hamburger.active span:nth-child(2) {
	transform: scaleX(1);
	background-color: #fff;
}
.hamburger.active span:nth-child(3) {
	transform: scaleX(0);
	transform-origin: right;
	background-color: #fff;
}

/* モバイルメニュー */
.mobile-menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 400px;
	height: 100vh;
	background-color: #5c7583;
	z-index: 10;
	padding: 100px 30px 30px 100px;
	opacity: 0;
	visibility: hidden;
	transform: translateX(-100%);
	transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	overflow-y: scroll;
	scrollbar-width: none;
	-ms-overflow-style: none;
}
.mobile-menu::-webkit-scrollbar {
	display: none;
}
.mobile-menu.active {
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
	transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.panel_content > h2 {
	width: 100%;
	height: 50px;
	padding: 0;
	margin: 0 auto 20px;
	position: relative;
	border: none;
	background: none;
	text-align: left;
}
.panel_content > h2 img {
	display: block;
	width: auto;
	height: 100%;
}
#menu-panel-menu {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	list-style: none;
	display: flex;
	flex-direction: column;
}
#menu-panel-menu > li {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
}
#menu-panel-menu > li > a {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 13px 0;
	margin: 0;
	background: none;
	position: relative;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	font-size: 15px;
	line-height: 1.2em;
	font-weight: 400;
	color: #fff;
}
#menu-panel-menu .sub-menu {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
	list-style: none;
}
#menu-panel-menu .sub-menu > li {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
}
#menu-panel-menu .sub-menu > li > a {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	column-gap: 5px;
	padding: 8px 0 8px 15px;
	margin: 0;
	background: none;
	position: relative;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	font-size: 12px;
	line-height: 1.2em;
	font-weight: 400;
	color: #fff;
}
#menu-panel-menu .sub-menu > li > a::before {
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	aspect-ratio: 1/1;
	min-width: 6px;
	background-image: url('https://misaki-jp.org/wp-content/uploads/arrow_right_white.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
}

/*== タブレット対応 ==*/
@media only screen and (max-width: 768px){
	.hamburger {
		position: fixed;
		top: 0;
		right: 0;
		width: 60px;
		height: 60px;
	}
	.hamburger span {
		background-color: #fff;
	}
	.hamburger.scroll span {
		background-color: #fff;
		transition: var(--ease);
	}
	.hamburger span:nth-child(1) {
		transform-origin: left;
	}
	.hamburger span:nth-child(3) {
		transform-origin: right;
	}
	.hamburger.active span:nth-child(1) {
		transform: scaleX(0);
		transform-origin: left;
		background-color: #fff;
	}
	.hamburger.active span:nth-child(2) {
		transform: scaleX(1);
		background-color: #fff;
	}
	.hamburger.active span:nth-child(3) {
		transform: scaleX(0);
		transform-origin: right;
		background-color: #fff;
	}
	
	/* モバイルメニュー */
	.mobile-menu {
		position: fixed;
		top: 0;
		left: 0;
		width: calc(100% - 60px);
		height: 100vh;
		background-color: #5c7583;
		z-index: 10;
		padding: 90px 30px 90px 30px;
		opacity: 0;
		visibility: hidden;
		transform: translateX(-100%);
		transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
		overflow-y: scroll;
		scrollbar-width: none;
		-ms-overflow-style: none;
	}
	.mobile-menu::-webkit-scrollbar {
		display: none;
	}
	.mobile-menu.active {
		opacity: 1;
		visibility: visible;
		transform: translateX(0);
		transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	}
	#menu-panel-menu {
		width: 100%;
		padding: 0;
		margin: 0 auto;
		position: relative;
		list-style: none;
		display: flex;
		flex-direction: column;
	}
	#menu-panel-menu > li {
		width: 100%;
		padding: 0;
		margin: 0 auto;
		position: relative;
	}
	#menu-panel-menu > li > a {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		padding: 13px 0;
		margin: 0;
		background: none;
		position: relative;
		border-bottom: 1px solid rgba(255,255,255,0.2);
		font-size: 15px;
		line-height: 1.2em;
		font-weight: 400;
		color: #fff;
	}
	#menu-panel-menu .sub-menu {
		width: 100%;
		padding: 0;
		margin: 0 auto;
		position: relative;
		list-style: none;
	}
	#menu-panel-menu .sub-menu > li {
		width: 100%;
		padding: 0;
		margin: 0 auto;
		position: relative;
	}
	#menu-panel-menu .sub-menu > li > a {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		column-gap: 5px;
		padding: 8px 0 8px 15px;
		margin: 0;
		background: none;
		position: relative;
		border-bottom: 1px solid rgba(255,255,255,0.2);
		font-size: 12px;
		line-height: 1.2em;
		font-weight: 400;
		color: #fff;
	}
	#menu-panel-menu .sub-menu > li > a::before {
		content: '';
		display: block;
		width: 6px;
		height: 6px;
		aspect-ratio: 1/1;
		min-width: 6px;
		background-image: url('https://misaki-jp.org/wp-content/uploads/arrow_right_white.svg');
		background-position: center;
		background-repeat: no-repeat;
		background-size: 100%;
	}
}


/*ページビジュアル*/
#pv_magazine {
	width: 100%;
	height: auto;
	aspect-ratio: 2000 / 1147;
	padding: 170px 100px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	z-index: 0;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	background: #000;
}
.pv_magazine_bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	object-fit: cover;
	filter: blur(15px);
	opacity: 0;
	transform: translate(-50%,-50%) scale(1.1);
	animation: revealImage 10s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

/*PV下部*/
.pv_magazine_btm {
	width: 100%;
	height: 70px;
	padding: 20px 20px 20px 90px;
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(0,0,0, .5);
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
	/* アニメーション */
	opacity: 0;
	transform: translateY(100%);
	animation: fadeInUp 0.5s ease-out 0.5s forwards;
}
@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(100%);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
.pv_magazine_btm.bg-none {
	background: none;
}
#pv_magazine.singular .pv_magazine_btm {
	display: none;
}
#contents .pv_magazine_btm > h3 {
	width: auto;
	height: 30px;
	padding: 0;
	margin: 0 auto;
	border: none;
	background: none;
	position: relative;
}
#contents .pv_magazine_btm > h3::before,
#contents .pv_magazine_btm > h3::after {
	display: none;
}
#contents .pv_magazine_btm > h3 img {
	width: auto;
	height: 100%;
}
.pv_magazine_btm > a {
	display: inline-flex;
	font-size: 11px;
	line-height: 1;
	color: #fff;
	text-align: right;
	position: absolute;
	top: 50%;
	right: 30px;
	transform: translate(0,-50%);
	text-decoration: none;
}

/*PV SNS*/
.pv_magazine_sns {
	width: 70px;
	height: calc(100% - 140px);
	box-sizing: border-box;
	padding: 20px;
	margin: 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	grid-row-gap: 10px;
	background: rgba(0,0,0, .5);
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 5;
	/* アニメーション */
	opacity: 0;
	transform: translate(100%,-50%);
	animation: fadeInRight 0.5s ease-out 0.5s forwards;
}
@keyframes fadeInRight {
	from {
		opacity: 0;
		transform: translate(100%,-50%);
	}
	to {
		opacity: 1;
		transform: translate(0,-50%);
	}
}
.pv_magazine_sns > li {
	width: 20px;
	height: auto;
	aspect-ratio: 1/1;
	position: relative;
	list-style: none;
}
.pv_magazine_sns > li img {
	width: 100%;
	height: auto;
}
.pv_magazine_sns.bg-none {
	background: none;
}

/*Info*/
.pv_magazine_info {
	width: fit-content;
	padding: 0;
	margin: 0;
	position: relative;
	z-index: 10;
}
#contents .pv_magazine_info > h1 {
	width: fit-content;
	height: 90px;
	padding: 0;
	margin: 0 0 20px;
	border: none;
	background: none;
	position: relative;
}
#contents .pv_magazine_info > h1 img {
	width: auto;
	height: 100%;
}
#contents .pv_magazine_info > h2 {
	width: fit-content;
	padding: 0;
	margin: 0;
	border: none;
	background: none;
	position: relative;
	display: flex;
	flex-direction: column;
	grid-row-gap: 10px;
	align-items: flex-start;
}
#contents .pv_magazine_info > h2 > span {
	display: inline-block;
	padding: 7px 10px 9px;
	margin: 0;
	background: #000;
	font-size: 18px;
	font-weight: 400;
	line-height: 1;
	color: #fff;
}
#contents .pv_magazine_info > h2 > strong {
	display: inline-block;
	padding: 7px 10px 9px;
	margin: 0 0 10px;
	background: #000;
	font-size: 25px;
	font-weight: 400;
	line-height: 1;
	color: #fff;
}

/*シングル*/
#pv_magazine.single .pv_magazine_sns {
	background: none;
}
#pv_magazine.single .pv_magazine_btm {
	background: none;
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	/*ページビジュアル*/
	#pv_magazine {
		width: 100%;
		height: 600px;
		padding: 50px 20px 80px;
		align-items: flex-end;
	}
	#pv_magazine.singular {
		height: auto;
		padding: 100px 20px 20px;
		justify-content: flex-start;
		align-items: flex-end;
	}

	/*PV下部*/
	.pv_magazine_btm {
		width: 100%;
		height: 60px;
		padding: 10px 20px;
		justify-content: space-between;
	}
	#contents .pv_magazine_btm > h3 {
		height: 20px;
		margin: 0;
	}
	.pv_magazine_btm > a {
		display: inline-flex;
		font-size: 0.8rem;
		line-height: 1;
		color: #fff;
		text-align: right;
		position: relative;
		top: unset;
		right: unset;
		transform: unset;
		text-decoration: none;
		white-space: nowrap;
	}

	/*PV SNS*/
	.pv_magazine_sns {
		width: 50px;
		height: calc(100% - 120px);
		box-sizing: border-box;
		padding: 20px 10px;
		margin: 0;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
		grid-row-gap: 10px;
		background: none;
		position: absolute;
		top: 50%;
		right: 0;
		z-index: 5;
		/* アニメーション */
		opacity: 0;
		transform: translate(100%,-50%);
		animation: fadeInRight 0.5s ease-out 0.5s forwards;
	}
	@keyframes fadeInRight {
		from {
			opacity: 0;
			transform: translate(100%,-50%);
		}
		to {
			opacity: 1;
			transform: translate(0,-50%);
		}
	}
	
	/*Info*/
	.pv_magazine_info {
		width: 100%;
	}
	#contents .pv_magazine_info > h1 {
		width: 100%;
		height: 60px;
		margin: 0 0 20px;
	}
	#contents .pv_magazine_info > h2 {
		width: 100%;
		padding: 0;
		grid-row-gap: 5px;
	}
	#contents .pv_magazine_info > h2 > span {
		display: inline-block;
		padding: 7px 10px 9px;
		font-size: 14px;
	}
	#contents .pv_magazine_info > h2 > strong {
		display: inline-block;
		padding: 7px 10px 9px;
		margin: 0 0 10px;
		font-size: 18px;
	}
}

/*フッター*/
#footer.footer.footer-mgzn {
	width: 100%;
	padding: 50px 50px 50px 120px;
	margin: 0 auto;
	position: relative;
	background: #e6e6e6;
}
.footer-mgzn-wrap {
	width: 100%;
	padding: 70px;
	margin: 0 auto;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	column-gap: 50px;
	background: #fff;
}
.footer-mgzn-left {
	width: calc((100% - 100px) / 3);
	padding: 0;
	margin: 0;
	position: relative;
}
.footer-mgzn-center {
	width: calc((100% - 100px) / 3);
	padding: 0;
	margin: 0;
	position: relative;
}
.footer-mgzn-right {
	width: calc((100% - 100px) / 3);
	padding: 0;
	margin: 0;
	position: relative;
	display: flex;
	justify-content: flex-end;
}
.footer-mgzn-left > h2 {
	width: 100%;
	height: 50px;
	padding: 0;
	margin: 0 0 30px;
	position: relative;
}
.footer-mgzn-left > h3 {
	width: 100%;
	height: 50px;
	padding: 0;
	margin: 0 0 15px;
	position: relative;
}
.footer-mgzn-left > h2 img,
.footer-mgzn-left > h3 img {
	width: auto;
	height: 100%;
}
.footer-mgzn-left > p {
	font-family: "Roboto Condensed", sans-serif;
	padding: 0;
	margin: 0 0 10px;
	font-size: 12px;
	line-height: 1.4em;
	text-align: left;
}
.footer-mgzn-left > p:last-of-type {
	margin-bottom: 0;
}
.footer-mgzn-center > h3 {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	border: none;
	background: none;
	position: relative;
	font-size: 25px;
	line-height: 1.4em;
	font-weight: 700;
	text-align: center;
}
/*メニュー*/
.magazine-nav {
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
	flex-direction: row-reverse;
	gap: 30px;
}
.magazine-nav .pages {
	display: flex;
	flex-direction: row-reverse;
	gap: 24px;
	list-style: none;
	margin: 0;
	padding: 0;
}
.magazine-nav .pages li {
	writing-mode: vertical-rl;
	text-orientation: mixed;
}
.magazine-nav .pages a {
	text-decoration: none;
	color: #000;
}
/* SNS */
.magazine-nav .magazine-sns {
	display: flex;
	flex-direction: column;
	gap: 10px;
	list-style: none;
	margin: 0;
	padding: 0;
}
.magazine-nav .magazine-sns img {
	display: block;
	width: 20px;
	height: auto;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	/*フッター*/
	#footer.footer.footer-mgzn {
		width: 100%;
		padding: 15px;
	}
	.footer-mgzn-wrap {
		width: 100%;
		padding: 20px;
		flex-wrap: wrap;
		column-gap: 0;
		grid-row-gap: 20px;
	}
	.footer-mgzn-left {
		width: 100%;
	}
	.footer-mgzn-center {
		width: 100%;
	}
	.footer-mgzn-right {
		width: 100%;
		justify-content: center;
	}
	.footer-mgzn-left > h2 {
		width: 100%;
		height: 50px;
		margin: 0 0 15px;
		text-align: center;
	}
	.footer-mgzn-left > h3 {
		width: 100%;
		height: 70px;
		margin: 0 0 25px;
		text-align: center;
	}
	.footer-mgzn-left > p {
		font-family: "Roboto Condensed", sans-serif;
		padding: 0;
		margin: 0 0 10px;
		font-size: 12px;
		line-height: 1.4em;
		text-align: left;
	}
	.footer-mgzn-left > p:last-of-type {
		margin-bottom: 0;
	}
	.footer-mgzn-center > h3 {
		width: 100%;
		padding: 0;
		margin: 0 auto;
		border: none;
		background: none;
		position: relative;
		font-size: 25px;
		line-height: 1.4em;
		font-weight: 700;
		text-align: left;
	}
	/*メニュー*/
	.magazine-nav {
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
		flex-direction: column;
		gap: 20px;
	}
	.magazine-nav .pages {
		display: flex;
		flex-direction: row-reverse;
		flex-wrap: wrap;
		gap: 10px;
		list-style: none;
		margin: 0;
		padding: 0;
	}
	.magazine-nav .pages li {
		writing-mode: unset;
		text-orientation: unset;
		width: 100%;
		padding: 0;
		margin: 0 auto;
	}
	.magazine-nav .pages a {
		text-decoration: none;
		color: #000;
	}
	/* SNS */
	.magazine-nav .magazine-sns {
		display: flex;
		flex-direction: unset;
		justify-content: flex-start;
		align-items: center;
		gap: 10px;
		list-style: none;
		margin: 0;
		padding: 0;
	}
	.magazine-nav .magazine-sns img {
		display: block;
		width: 20px;
		height: auto;
	}
}

/*# sourceMappingURL=style-child.css.map */