@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
  color: #474441;
  font-family: "Noto Serif JP", serif;
}
main {
  display: block;
  font-family: "Shippori Mincho", serif;
  overflow: hidden;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

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

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
  transition: .2s linear;
}

a:hover {
  opacity: .5;
  transition: .2s linear;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=number] {
  -moz-appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

a {
  cursor: pointer;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

figure {
  display: block;
}

picture {
  display: block;
}

.u__sp-only {
  display: none;
}

@media screen and (max-width: 1023px){
  .u__sp-only {
    display: block;
  }
}

.u__pc-only {
  display: none;
}

@media screen and (min-width: 1024px){
  .u__pc-only {
    display: block;
  }
}

.sc-in {
  width: 390px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .sc-in {
    width: 600px;
  }
}

@media screen and (min-width: 1024px) {
  .sc-in {
    width: calc(970px + 64px);
  }
}

.page-in {
  width: 390px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}

@media screen and (min-width: 768px) {
  .page-in {
    width: calc(600px + 72px);
  }
}

@media screen and (min-width: 1024px) {
  .page-in {
    width: calc(970px + 64px);
    padding: 0 32px;
  }
}

.hdr {
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../img/menu.webp) no-repeat center center / cover;
}

@media screen and (min-width: 1024px) {
  .hdr {
    height: 124px;
  }
}

.hdr-in {
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 390px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .hdr-in {
    width: calc(600px + 72px);
  }
}

@media screen and (min-width: 1024px) {
  .hdr-in {
    padding: 0 80px;
    width: calc(1280px + 160px);
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.hdr-ttl {
  width: 70px;
  max-width: 100%;
}

@media screen and (min-width: 1024px) {
  .hdr-ttl {
    width: 110px;
  }
}

.hdr-ttl a {
  display: block;
}

.hdr-btn {
  width: 28px;
  height: 16px;
  position: relative;
  z-index: 9999;
}

.hdr-btn__parts {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #474441;
  position: absolute;
  left: 0;
}

.hdr-btn__parts-01 {
  top: 0;
  transition: ease all 0.5s;
}

.hdr-btn__parts-02 {
  top: 50%;
  transform: translateY(-50%);
  transition: ease all 0.5s;
}

.hdr-btn__parts-03 {
  bottom: 0;
  transition: ease all 0.5s;
}

.sc-mv__ttl {
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 15px;
  line-height: 3.6;
  position: absolute;
  top: 90px;
  left: 50%;
  transform: translateX(-50%);
  letter-spacing: .38em;
  font-weight: 400;
}

@media screen and (min-width: 1024px) {
  .sc-mv__ttl {
    font-size: 20px;
    top: 150px;
    line-height: 3;
  }
}

.sc-mv__ttl-02 {
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 15px;
  line-height: 2.1;
  letter-spacing: .38em;
}

.sc-mv__ttl-02 a {
  display: block;
}

@media screen and (min-width: 1024px) {
  .sc-mv__ttl-02 {
    font-size: 26px;
  }
}

.sc-mv__ttl-02wrap {
  position: absolute;
  content: "";
  width: 128px;
  height: 155px;
  background-color: rgba(255, 255, 255, .8);
  top: 140px;
  right: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
}

@media screen and (min-width: 1024px) {
  .sc-mv__ttl-02wrap {
    right: auto;
    left: 240px;
    top: 0;
    bottom: auto;
    width: 220px;
    height: 265px;
    gap: 40px;
  }
}

.sc-mv__ttl-02logo {
  width: 32px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 1024px) {
  .sc-mv__ttl-02logo {
    width: 56px;
  }
}

.sc-mv__ttl-03wrap {
  position: absolute;
  content: "";
  width: 128px;
  height: 155px;
  background-color: rgba(255, 255, 255, .8);
  top: 65px;
  left: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
}

@media screen and (min-width: 1024px) {
  .sc-mv__ttl-03wrap {
    left: auto;
    top: auto;
    bottom: 0;
    right: 240px;
    width: 220px;
    height: 265px;
    gap: 40px;
  }
}

.sc-mv__swiper {
  position: relative;
}

.sc-mv__swiper-wrap {
  padding-bottom: 72px;
}

@media screen and (min-width: 1024px) {
  .sc-mv__swiper-wrap {
    padding-bottom: 106px;
  }
}

.sc-mv__swiper-wrap .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: block;
  margin: 0 !important;
}

@media screen and (min-width: 1024px) {
  .sc-mv__swiper-wrap .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
}

.sc-mv__swiper-wrap .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #474441;
  border: none;
}

.sc-mv__swiper-wrap .swiper-pagination-bullet {
  border: 1px solid #474441;
  background-color: #fff;
}

.sc-mv__swiper-wrap .swiper-pagination {
  display: flex;
  justify-content: center;
  gap: 22px;
}

@media screen and (min-width: 1024px) {
  .sc-mv__swiper-wrap .swiper-pagination {
    gap: 28px;
  }
}

.sc-mv__swiper-wrap .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 40px;
  top: auto;
}

@media screen and (min-width: 1024px) {
  .sc-mv__swiper-wrap .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 75px;
  }
}

.hdr-link {
  font-size: 16px;
  line-height: 1;
  letter-spacing: .38em;
  font-weight: 400;
}

.hdr-list {
  display: flex;
  align-items: center;
  gap: 90px;
}

.sc-mv {
  position: relative;
  z-index: 1;
  margin-top: 48px;
}

@media screen and (min-width: 1024px) {
  .sc-mv {
    margin-top: 124px;
  }
}

.sc-mv__in {
  width: calc(1280px + 160px);
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 1281px) {
  .sc-mv__in {
    padding: 0 80px;
  }
}

.sc-mv::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url(../img/top_back_up.webp) no-repeat center center / cover;
}

.sc-01_wrap {
  padding: 48px 0 32px;
  background: url(../img/top_back_down.webp) no-repeat center center / cover;
}

@media screen and (min-width: 1024px) {
  .sc-01_wrap {
    padding: 80px 0;
  }
}

.sc-01_in {
  padding: 0 32px;
}

.sc-01_bk {
  display: flex;
  flex-direction: column;
  gap: 17px;
}

@media screen and (min-width: 1024px) {
  .sc-01_bk {
    width: 768px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    flex-direction: row-reverse;
    gap: 80px;
  }
}

.sc-01_bk:first-of-type {
  padding-bottom: 70px;
  position: relative;
}

@media screen and (min-width: 1024px) {
  .sc-01_bk:first-of-type {
    padding-bottom: 106px;
  }
}

.sc-01_bk:first-of-type::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background: url(../img/top_a-01-sp.png) no-repeat center center / contain;
}

@media screen and (min-width: 1024px) {
  .sc-01_bk:first-of-type::after {
    width: 970px;
    left: 50%;
    transform: translateX(-50%);
    background: url(../img/top_a-01.png) no-repeat center center / cover;
  }
}

.sc-01_bk:last-of-type {
  padding-top: 25px;
}

@media screen and (min-width: 1024px) {
  .sc-01_bk:last-of-type {
    padding-top: 80px;
    flex-direction: row;
    gap: 14px;
  }
}

.sc-01_bk-head {
  display: flex;
  gap: 36px;
  justify-content: center;
  flex-direction: row-reverse;
}

@media screen and (min-width: 1024px) {
  .sc-01_bk-head {
    gap: 70px;
  }
}

.sc-01_bk-head-02 {
  flex-direction: row;
  gap: 6px;
}

@media screen and (min-width: 1024px) {
  .sc-01_bk-head-02 {
    gap: 24px;
  }
}

.sc-01_bk-head-img {
  width: 225px;
  max-width: 100%;
}

@media screen and (min-width: 1024px) {
  .sc-01_bk-head-img {
    width: 400px;
  }
}

.sc-01_bk:last-of-type .sc-01_bk-head-img {
  width: 270px;
}

@media screen and (min-width: 1024px) {
  .sc-01_bk:last-of-type .sc-01_bk-head-img {
    width: 480px;
  }
}

.sc-01_bk-ttl {
  display: flex;
  flex-direction: row-reverse;
  gap: 8px;
}

@media screen and (min-width: 1024px) {
  .sc-01_bk-ttl {
    gap: 28px;
  }
}

@media screen and (min-width: 1024px) {
  .sc-01_bk:last-of-type .sc-01_bk-ttl {
    flex-direction: row;
  }
}

.sc-01_bk-ttl-en {
  font-size: 9px;
  line-height: 1;
  letter-spacing: .12em;
  color: #AAA4A0;
  font-family: "EB Garamond", serif;
  font-style: italic;
  writing-mode: vertical-rl;
}

@media screen and (min-width: 1024px) {
  .sc-01_bk-ttl-en {
    font-size: 15px;
  }
}

.sc-01_bk-ttl-ja {
  font-size: 20px;
  line-height: 1;
  letter-spacing: .38em;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-weight: 400;
}

@media screen and (min-width: 1024px) {
  .sc-01_bk-ttl-ja {
    font-size: 30px;
  }
}

.sc-01_bk-body {
  display: flex;
  flex-direction: row-reverse;
  gap: 32px;
}

@media screen and (min-width: 1024px) {
  .sc-01_bk-body {
    flex-direction: column;
    align-self: center;
    gap: 60px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .sc-01_bk-body {
    width: 390px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.sc-01_bk-body-02 {
  flex-direction: row;
}

@media screen and (min-width: 1024px) {
  .sc-01_bk-body-02 {
    flex-direction: column;
  }
}

.sc-01_bk-body-txt {
  font-size: 14px;
  letter-spacing: .38em;
  line-height: 3;
  writing-mode: vertical-rl;
  text-orientation: upright;
  width: calc(100% - 90px - 32px);
  max-width: 100%;
}

.sc-01_bk:last-of-type .sc-01_bk-body-txt {
  width: 156px;
  margin-left: 0;
}

@media screen and (min-width: 1024px) {
  .sc-01_bk:last-of-type .sc-01_bk-body-txt {
    width: 100%;
  }
}

@media screen and (min-width: 1024px) {
  .sc-01_bk-body-txt {
    font-size: 20px;
    width: 100%;
    line-height: 2.4;
  }
}



.sc-01_bk-body-link {
  width: 90px;
  height: 84px;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  z-index: 1;
  font-size: 10px;
  line-height: 1.1;
  letter-spacing: .36em;
}

@media screen and (min-width: 1024px) {
  .sc-01_bk-body-link {
    margin-left: auto;
    margin-right: auto;
    width: 166px;
    height: 152px;
    line-height: 1.4;
    font-size: 16px;
  }
}

.sc-01_bk-body-link::after {
  position: absolute;
  content: "";
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90px;
  height: 84px;
  background: url(../img/button.webp) no-repeat center center / contain;
}

@media screen and (min-width: 1024px) {
  .sc-01_bk-body-link::after {
    width: 166px;
    height: 152px;
  }
}

.sc-01_bk-body-link::before {
  position: absolute;
  z-index: 1;
  content: "";
  z-index: 1;
  bottom: 19px;
  left: 50%;
  transform: translateX(-50%);
  width: 22px;
  height: 3px;
  background: url(../img/top_arw.png) no-repeat center center / contain;
}

@media screen and (min-width: 1024px) {
  .sc-01_bk-body-link::before {
    width: 46px;
    height: 6px;
    bottom: 38px;
    background: url(../img/top_arw_pc.png) no-repeat center center / contain;
  }
}

.ftr-wrap {
  padding: 20px 0 25px;
}

@media screen and (min-width: 1024px) {
.ftr-wrap {
  padding: 45px 0 60px;
}
}

.ftr-in {
  padding: 0 25px;
  width: 390px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
}

@media screen and (min-width: 768px) {
  .ftr-in {
    width: 600px;
  }
}

@media screen and (min-width: 1024px) {
  .ftr-in {
    width: calc(1130px + 40px);
  }
}

.ftr-contact__ttl {
  font-size: 11px;
  letter-spacing: .38em;
  padding-bottom: 10px;
  margin-bottom: 10px;
  position: relative;
  line-height: 1;
}

@media screen and (min-width: 1024px) {
  .ftr-contact__ttl {
    font-size: 16px;
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
}

.ftr-contact__ttl::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 7px;
  height: 1px;
  background-color: #474441;
}

@media screen and (min-width: 1024px) {
  .ftr-contact__ttl::after  {
    width: 14px;
  }
}

.ftr-contact__mail-ja {
  font-size: 11px;
  line-height: 1;
  letter-spacing: .38em;
}

@media screen and (min-width: 1024px) {
  .ftr-contact__mail-ja {
    font-size: 16px;
  }
}

.ftr-contact__mail-en {
  font-feature-settings: "palt";
  line-height: 1;
  letter-spacing: .12em;
  font-family: "Classical Garamond BT";
  font-size: 10px;
}

@media screen and (min-width: 1024px) {
  .ftr-contact__mail-en {
    font-size: 14px;
  }
}

.ftr-item__link {
  display: block;
  font-size: 8px;
  line-height: 1;
  writing-mode: vertical-rl;
  text-orientation: upright;
  letter-spacing: .38em;
  font-weight: 400;
}

@media screen and (min-width: 1024px) {
  .ftr-item__link {
    font-size: 12px;
  }
}

.ftr-list {
  display: flex;
  flex-direction: row-reverse;
  gap: 20px;
}

@media screen and (min-width: 1024px) {
  .ftr-list {
    gap: 40px;  
  }
}

@media screen and (min-width: 1024px) {
  .page-mv__in {
    width: calc(880px + 32px);
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 16px;
  }
}

@media screen and (min-width: 1024px) {
  .page-mv__cont {
    width: 200px;
    max-width: 100%;
    margin-left: auto;
  }
}

@media screen and (min-width: 1024px) {
  .feature-mv__cont {
    margin-top: 90px;
  }
}

@media screen and (min-width: 1024px) {
  .page-mv__02 .page-mv__cont {
    margin-left: 0;
  }
}

@media screen and (min-width: 1024px) {
  .page-mv__02-in {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    width: calc(686px + 32px);
  }
}

.page-mv__02-img {
  width: 190px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 1024px) {
  .page-mv__02-img {
    width: 380px;
    max-width: 100%;
    display: block;
    margin: 0;
  }
}

.page-mv__ttl{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.history-mv__ttl {
  margin-bottom: 15px;
}

@media screen and (min-width: 1024px) {
  .history-mv__ttl {
    margin-bottom: 0;
  }
}

.history-mv__ttl .page-mv__ttl-ja {
  line-height: 2;
}

.page-mv__ttl-ja {
  display: block;
  margin-bottom: 20px;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 17px;
  letter-spacing: .38em;
}

@media screen and (min-width: 1024px) {
  .page-mv__ttl-ja {
    font-size: 28px;
    margin-bottom: 50px;
  }
}

.page-mv__ttl-en {
  display: block;
  text-align: center;
  font-family: "Classical Garamond BT";
  font-style: italic;
  font-size: 9px;
  letter-spacing: .1em;
  line-height: 1.45;
  color: #AAA4A0;
}

@media screen and (min-width: 1024px) {
  .page-mv__ttl-en {
    font-size: 15px;
  }
}

.page-mv__logo {
  width: 35px;
  max-width: 100%;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 1024px) {
  .page-mv__logo {
    width: 56px;
    margin-bottom: 30px;
  }
}

.page-mv {
  padding: 40px 0;
  position: relative;
  z-index: 10;
  margin-top: 48px;
}

@media screen and (min-width: 1024px) {
  .page-mv {
    margin-top: 124px;
  }
}

.page-mv__01 {
  height: 590px;
}

@media screen and (min-width: 1024px) {
  .page-mv__01 {
    padding:40px 0 30px;
    height: auto;
  }
}

.page-mv__02 {
  padding-bottom: 230px;
  height: 590px;
}

@media screen and (min-width: 1024px) {
  .page-mv__02 {
    padding: 54px 0 80px;
    height: auto;
  }
}

.page-mv__img {
  width: 290px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}

.page-mv__img::after {
  position: absolute;
  z-index: -1;
  content: "";
  top: 0;
  left: calc(50% + 30px);
  transform: translateX(-50%);
  width: 660px;
  height: 380px;
  background: url(../img/pmf_rice-sp02.webp) no-repeat center center / cover;
}

@media screen and (min-width: 1024px) {
  .page-mv__img {
    width: 765px;
  }
}
@media screen and (min-width: 768px) {
  .page-mv__img::after {
    left: calc(50% + -30px);
  }
}

@media screen and (min-width: 1024px) {
  .page-mv__img::after {
    width: 109.219vw;
    height: 65.156vw;
    top: -6.937vw;
    left: calc(50% + -20px);
  }
}

@media screen and (min-width: 1600px) {
  .page-mv__img::after {
    top: 0;
    left: calc(50% + -130px);
    width: 1910px;
    height: 1090px;
  }
}

@media screen and (min-width: 1024px) {
  .page-mv__wrap  {
    display: flex;
    width: calc(965px + 32px);
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 16px;
  }
}

@media screen and (min-width: 1024px) {
  .page-mv__in.feature-mv__in {
    width: 200px;
    max-width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 2;
  }
}

.sc_ttl {
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 17px;
  letter-spacing: .38em;
  line-height: 2.4;
  font-weight: 400;
}

@media screen and (min-width: 1024px) {
  .sc_ttl {
    font-size: 30px;
  }
}

@media screen and (max-width: 1023px) {
  .sc-02_wrap {
    padding: 80px 0;
  }
}

.sc-02_ttl {
  margin-bottom: 65px;
  margin-left: auto;
}

@media screen and (min-width: 1024px) {
  .sc-02_ttl {
    margin: 0;
  }
}

.sc_txt {
  font-size: 13px;
  letter-spacing: .18em;
  line-height: 2.2;
  font-weight: 400;
  font-feature-settings: "palt";
}

@media screen and (min-width: 1024px) {
  .sc_txt {
    font-size: 17px;
    letter-spacing: .16em;
    writing-mode: vertical-rl;
    text-orientation: upright;
    line-height: 3;
  }
}

.page_wrap {
  position: relative;
  padding: 70px 0;
  z-index: 1;
}

@media screen and (min-width: 1024px) {
  .page_wrap {
    z-index: 0;
    padding: 140px 0;
  }
}

@media screen and (min-width: 1024px) {
  .sc-02_in {
    display: flex;
    flex-direction: row-reverse;
    gap: 135px;
  }
}

.sc-02__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
}

.sc-02__bg img {
  height: 100%;
  object-fit: cover;
}

@media screen and (min-width: 1024px) {
  .sc-02_txt {
    margin-top: 125px;
  }
}

.sc-03_wrap {
  position: relative;
  padding-bottom: 160px;
}

@media screen and (max-width: 1023px) {
  .sc-03_wrap {
    padding-top: 80px;
  }
}

@media screen and (min-width: 1024px) {
  .sc-03_wrap {
    padding-bottom: 140px;
  }
}

.sc-03_wrap::after {
  position: absolute;
  z-index: 1;
  content: "";
  bottom: -55px;
  left: 0;
  width: 300px;
  height: 156px;
  background: url(../img/pmf_tsubaki-sp.webp) no-repeat center center / cover;
}

@media screen and (min-width: 1024px) {
  .sc-03_wrap::after {
    width: 720px;
    height: 400px;
    bottom: -175px;
    background: url(../img/pmf_tsubaki.webp) no-repeat center center / cover;
  }
}

.sc-03_ttl {
  margin-bottom: 65px;
  margin-left: auto;
  color: #fff;
}

.sc-03_txt {
  color: #fff;
}

@media screen and (min-width: 1024px) {
  .sc-03_txt {
    margin-top: 125px;
  }
}

.sc-04_wrap {
  padding: 120px 0 100px;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 1024px) {
  .sc-04_wrap {
    padding: 180px 0 228px;
  }
}

.sc-04__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.sc-04__bg img {
  height: 100%;
  object-fit: cover;
}

.sc-04_ttl {
  text-align: right;
  margin-bottom: 32px;
  writing-mode: horizontal-tb;
  text-orientation: mixed;
  font-size: 18px;
}

@media screen and (min-width: 1024px) {
  .sc-04_ttl {
    text-align: left;
    margin-bottom: 60px;
    font-size: 26px;
    line-height: 2.1;
  }
}

.sc-04__img {
  margin-bottom: 22px;
}

@media screen and (min-width: 1024px) {
  .sc-04__img {
    position: absolute;
    top: 0;
    right: 0;
    width: 645px;
    max-width: 100%;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1024px) {
  .sc-04_txt {
    writing-mode: horizontal-tb;
    text-orientation: mixed;
    line-height: 2.2;
  }
}

@media screen and (min-width: 1024px) {
  .sc-04_in {
    position: relative;
    padding-top: 240px;
    width: calc(1000px + 32px);
  }
}

.sc-05_wrap {
  padding: 40px 0 85px;
  background-color: #F9F9F6;
}

@media screen and (min-width: 1024px) {
  .sc-05_wrap {
    padding: 110px 0 310px;
  }
}

.sc-05__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
}

.sc-05__bg img {
  height: 100%;
  object-fit: cover;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .sc-05__bg img {
    object-position: left 0px top 50px;
  }
}

@media screen and (min-width: 1024px) {
  .sc-05__bg {
    width: 1280px;
    max-width: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
}

.sc-05_txt:nth-child(2) {
  margin-top: 35px;
}

.sc-05_txt:nth-child(3) {
  margin-top: 240px;
}

@media screen and (min-width: 1024px) {
  .sc-05_txt:nth-child(3) {
    margin-top: 110px;
    text-align: right;
  }
}

.sc-05_txt {
  line-height: 2.2;
}

@media screen and (min-width: 1024px) {
  .sc-05_txt {
    writing-mode: horizontal-tb;
    text-orientation: mixed;
  }
}

.sc-05_txtwrap {
  margin-top: 17px;
}

@media screen and (min-width: 1024px) {
  .sc-05_txtwrap {
    margin-top: 0;
  }
}

@media screen and (min-width: 1024px) {
  .sc-05_txtwrap .sc-05_txt {
    width: 540px;
    max-width: 100%;
    margin-left: auto;
    margin-top: 80px;
  }
}

.sc-06_wrap {
  padding: 325px 0 60px;
  background-color: #F9F9F6;
}

@media screen and (min-width: 1024px) {
  .sc-06_wrap {
    padding: 0 0 110px;
    height: 790px;
    display: flex;
    align-items: end;
    justify-content: center;
    position: relative;
    z-index: 1;
  }
}

@media screen and (min-width: 1024px) {

  .sc-06_wrap::after  {
    z-index: -1;
    position: absolute;
    content: "";
    top: -30px;
    left: calc(50% - -150px);
    transform: translateX(-50%);
    width: 938px;
    height: 614px;
    background: url(../img/hfs_back2-map.png) no-repeat center center / cover;
  }
}

.sc-06__bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  height: 100%;
  width: 1280px;
  max-width: 100%;
}

.sc-06__bg img {
  height: 100%;
  object-fit: cover;
}

.sc-06_txt {
  color: #fff;
}

@media screen and (min-width: 1024px) {
  .sc-06_txt {
    writing-mode: horizontal-tb;
    text-orientation: mixed;
  }
}

.sc-06_txt:nth-child(2) {
  margin-top: 35px;
}

@media screen and (min-width: 1024px) {
  .sp-nav {
    display: none;
  }
}

.sp-nav {
  display: none;
}

.sp-nav.open {
  display: block;
}

.sp-nav {
  position: fixed;
  top: 65px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9998;
}

.sp-nav__bg {
  display: none;
}

.sp-nav__bg.open {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 9997;
  overflow: hidden;
}

.sp-nav__in {
  display: flex;
  gap: 48px;
  padding: 0 20px 0 30px;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .sp-nav__in {
    width: calc(600px + 50px);
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.sp-nav__logo {
  width: 30px;
  max-width: 100%;
  display: block;
}

.sp-nav__bk {
  width: calc(100% - 30px - 40px);
  max-width: 100%;
  padding-left: 18px;
  margin-top: 70px;
}

.sp-nav__bk-toplist {
  display: flex;
  flex-direction: row-reverse;
  justify-content: left;
  gap: 65px;
}

.sp-nav__bk-topitem {
  font-size: 16px;
  letter-spacing: .38em;
  font-weight: 400;
  line-height: 1;
  writing-mode: vertical-rl;
  text-orientation: upright;
}

.sp-nav__bk-topitem-link {
  display: block;
}

.sp-nav__bk-top {
  margin-bottom: 40px;
}

.sp-nav__bk-mid {
  padding-bottom: 40px;
  margin-bottom: 32px;
  position: relative;
}

.sp-nav__bk-mid::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: -20px;
  width: calc(100% + 20px);
  height: 1px;
  background-color: #D9E2D0;
}

.sp-nav__bk-miditem {
  font-size: 10px;
  letter-spacing: .38em;
  font-weight: 400;
  line-height: 1;
}

.sp-nav__bk-miditem:not(:last-of-type) {
  margin-bottom: 28px;
}

.sp-nav__bk-bottom-ttl {
  font-size: 13px;
  letter-spacing: .38em;
  padding-bottom: 14px;
  margin-bottom: 14px;
  position: relative;
  line-height: 1;
}

.sp-nav__bk-bottom-ttl::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 7px;
  height: 1px;
  background-color: #474441;
}

.sp-nav__bk-bottom-mail-ja {
  font-size: 13px;
  line-height: 1;
  letter-spacing: .38em;
}

.sp-nav__bk-bottom-mail-en {
  font-feature-settings: "palt";
  line-height: 1;
  letter-spacing: .12em;
  font-family: "Classical Garamond BT";
  font-size: 12px;
}

body.open {
  overflow: hidden;
}

.hdr-btn.open .hdr-btn__parts-01 {
  transform: rotate(38deg);
  top: 7px;
}

.hdr-btn.open .hdr-btn__parts-02 {
  display: none;
}

.hdr-btn.open .hdr-btn__parts-03 {
  transform: rotate(-38deg);
  bottom: 8px;
}