@charset "UTF-8";
/* commonParts
---------------------------------------------------- */
.__inner {
  width: 99.375rem;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .__inner {
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 767px) {
  .__inner {
    width: calc(100% - 40px);
  }
}
.__inner.__wide {
  width: min(100% - 40px, 1880px);
}
@media screen and (max-width: 767px) {
  .__inner.__wide {
    width: calc(100% - 20px);
  }
}
.__inner.__medium {
  width: 82.5rem;
}
@media screen and (max-width: 1199px) {
  .__inner.__medium {
    width: 99.375rem;
  }
}
@media screen and (max-width: 991px) {
  .__inner.__medium {
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 767px) {
  .__inner.__medium {
    width: calc(100% - 40px);
  }
}

.__liststyle li {
  display: flex;
  align-items: flex-start;
  line-height: 1.6em;
}
.__liststyle li:not(:first-of-type) {
  margin-top: 0.2em;
}
.__liststyle li::before {
  content: "";
  display: block;
  background-image: url(../images/list-icon.png);
  background-size: cover;
  width: 0.9em;
  aspect-ratio: 1/1;
  margin-top: 0.4em;
  margin-right: 0.6em;
  flex-shrink: 0;
}
.__liststyle.__order li::before {
  display: none;
}
.__liststyle.__order li span.__num {
  flex-shrink: 0;
  margin-right: 0.4em;
}
.__liststyle.__note li {
  font-size: 0.95em;
}
@media screen and (max-width: 767px) {
  .__liststyle.__note li {
    font-size: 0.9em;
  }
}
.__liststyle.__note li::before {
  content: "※";
  background-image: none;
  width: auto;
  aspect-ratio: auto;
  margin-top: 0;
  margin-right: 0.4em;
}

.__fsiz-18 {
  font-size: max(1.125rem, 1em);
}

.__fsiz-20 {
  font-size: max(1.25rem, 1.125em);
}
@media screen and (max-width: 767px) {
  .__fsiz-20 {
    font-size: 1em;
  }
}

.__fsiz-24 {
  font-size: max(1.5rem, 1.25em);
}
@media screen and (max-width: 767px) {
  .__fsiz-24 {
    font-size: 1.125em;
  }
}

.__txtlimit {
  max-width: 100%;
}
.__txtlimit span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.__em-style {
  display: inline-block;
  color: #e02362;
  font-weight: 700;
}

.__label-style {
  display: inline-block;
  background-color: #f5e5cb;
  border-radius: 50vh;
  font-size: 0.8em;
  line-height: 1.4em;
  padding: 0.3em 1em 0.4em;
}

.__marker {
  display: inline;
  padding: 0.24em 0.6em 0.36em;
  line-height: 2.6em;
  background-image: linear-gradient(transparent 0, #fff 0);
  background-size: 100% 100%;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.__marker.__beige {
  background-image: linear-gradient(transparent 0, #f5e5cb 0);
}
.__marker.__salmon {
  color: #fff;
  background-image: linear-gradient(transparent 0, #ec8961 0);
}

.__ttlstyle01 span.__en {
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  color: #ec8961;
  transform: rotate(-12deg);
  transform-origin: 0 0;
  font-size: max(2.25rem, 1.645em);
  margin-top: 0.2em;
  margin-bottom: 0.2em;
}
@media screen and (max-width: 767px) {
  .__ttlstyle01 span.__en {
    transform: rotate(-10deg);
    font-size: 1.375em;
  }
}
.__ttlstyle01 span.__jp {
  font-size: max(3.375rem, 2.645em);
  line-height: 1.4em;
}
@media screen and (max-width: 767px) {
  .__ttlstyle01 span.__jp {
    font-size: 1.75em;
  }
}
.__ttlstyle01.__medium span.__en {
  font-size: max(2rem, 1.5em);
}
@media screen and (max-width: 767px) {
  .__ttlstyle01.__medium span.__en {
    font-size: 1.375em;
  }
}
.__ttlstyle01.__medium span.__jp {
  font-size: max(3rem, 2.375em);
}
@media screen and (max-width: 767px) {
  .__ttlstyle01.__medium span.__jp {
    font-size: 1.75em;
  }
}
.__ttlstyle01.__green span.__en {
  color: #649643;
}
.__ttlstyle01.__pink span.__en {
  color: #e02362;
}
.__ttlstyle01.__beige span.__en {
  color: #d4a77b;
}

.__ttlstyle02 {
  color: #ec8961;
  display: flex;
  align-items: flex-start;
  font-size: max(1.6875rem, 1.5em);
}
@media screen and (max-width: 767px) {
  .__ttlstyle02 {
    font-size: 1.25em;
  }
}
.__ttlstyle02::before {
  content: "";
  display: block;
  background-image: url(../images/list-icon.png);
  background-size: cover;
  width: 0.9em;
  aspect-ratio: 1/1;
  margin-top: 0.4em;
  margin-right: 0.6em;
  flex-shrink: 0;
}

a.__txtlink {
  color: #e02362;
  display: inline;
  text-decoration: underline;
}
a.__anchor-point {
  position: absolute;
}

.__hover-style {
  transition: all 0.24s ease;
}
.__hover-style:hover {
  opacity: 0.6;
}

.__linkbtn {
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .__linkbtn {
    width: 100%;
  }
}
.__linkbtn a, .__linkbtn button {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  color: #fff;
  background-color: #649643;
  border-radius: 8px;
  font-size: max(1.125rem, 1em);
  padding: 0.8em 1.4em;
}
@media screen and (max-width: 991px) {
  .__linkbtn a, .__linkbtn button {
    padding-top: 0.7em;
    padding-bottom: 0.7em;
  }
}
@media screen and (max-width: 767px) {
  .__linkbtn a, .__linkbtn button {
    width: 100%;
    padding: 0.8em 1em;
    justify-content: space-between;
    border-radius: 7px;
  }
}
.__linkbtn a::before, .__linkbtn button::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  opacity: 0;
  transition: all 0.24s ease;
}
.__linkbtn a span.__txt, .__linkbtn button span.__txt {
  line-height: 1.6em;
}
.__linkbtn a span.__txt i, .__linkbtn button span.__txt i {
  font-size: 0.7em;
  margin-left: 0.6em;
}
.__linkbtn a span.__txt .__note, .__linkbtn button span.__txt .__note {
  font-weight: 400;
  font-size: 0.9em;
  margin-left: 0.8em;
}
.__linkbtn a span.__arrow, .__linkbtn button span.__arrow {
  position: relative;
  margin-left: 2em;
}
.__linkbtn a span.__arrow::before, .__linkbtn a span.__arrow::after, .__linkbtn button span.__arrow::before, .__linkbtn button span.__arrow::after {
  display: block;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  line-height: 1em;
  transition: all 0.3s ease;
}
.__linkbtn a span.__arrow::before, .__linkbtn button span.__arrow::before {
  font-size: 0.4em;
  content: "\f111";
}
.__linkbtn a span.__arrow::after, .__linkbtn button span.__arrow::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "\f178";
  opacity: 0;
}
.__linkbtn a:hover::before, .__linkbtn button:hover::before {
  opacity: 1;
}
.__linkbtn a:hover span.__arrow::before, .__linkbtn button:hover span.__arrow::before {
  opacity: 0;
}
.__linkbtn a:hover span.__arrow::after, .__linkbtn button:hover span.__arrow::after {
  opacity: 1;
}
.__linkbtn.__back a span.__arrow, .__linkbtn.__back button span.__arrow {
  margin-left: 0;
  margin-right: 2em;
}
.__linkbtn.__back a span.__arrow::after, .__linkbtn.__back button span.__arrow::after {
  content: "\f177";
}
.__linkbtn.__pink a, .__linkbtn.__pink button {
  background-color: #e02362;
}
.__linkbtn.__dgray a, .__linkbtn.__dgray button {
  background-color: #5b5754;
}

.__border-radius {
  border-radius: max(1.875rem, 10px);
  overflow: clip;
}
.__border-radius > img {
  filter: saturate(110%) brightness(1.01);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.__bgpattern {
  background-repeat: repeat;
  background-size: max(8.75rem, 90px) auto;
  background-position: 30% 20%;
}
.__bgpattern.__lime {
  background-image: url(../images/bgpattern_lime.png);
}
.__bgpattern.__salmon {
  background-image: url(../images/bgpattern_salmon.png);
}

.__bgpattern-mosaic {
  background-image: url(../images/bgpattern-mosaic_lgray.png);
  background-size: max(50rem, 400px) auto;
  background-repeat: repeat;
}
.__bgpattern-mosaic.__beige {
  background-image: url(../images/bgpattern-mosaic_beige.png);
}

.__frame-shape {
  position: absolute;
}
.__frame-shape.__top {
  background-image: url(../images/frame-righttop.png);
  background-size: cover;
  background-position: 0% 100%;
}
.__frame-shape.__bottom {
  background-image: url(../images/frame-leftbottom.png);
  background-size: cover;
  background-position: 100% 0;
}

.__wave-shape {
  background-image: url(../images/wave_white.png);
  background-size: cover;
  width: 100%;
  height: 6.25rem;
  margin-bottom: -1px;
}
.__wave-shape.__salmon {
  background-image: url(../images/wave_salmon.png);
}

.__deco-item {
  position: absolute;
  pointer-events: none;
}
.__deco-item img {
  width: 100%;
  height: auto;
}

.__illust-style {
  pointer-events: none;
  filter: drop-shadow(4px 0 0 rgba(91, 87, 84, 0.4));
}
.__illust-style img {
  width: 100%;
  height: auto;
}

.__content-style01 .sec-txt {
  margin-top: 1.6em;
}
@media screen and (max-width: 767px) {
  .__content-style01 .sec-txt {
    margin-top: 1em;
  }
}
.__content-style01 .sec-txt p {
  margin-top: 1em;
}

.__content-style02 {
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
  .__content-style02 {
    padding: 10px 0;
  }
}
.__content-style02 .sec-inner {
  background-color: #fff;
  overflow: visible;
  padding: 6.25rem 0;
}
@media screen and (max-width: 1199px) {
  .__content-style02 .sec-inner {
    padding: 72px 0;
  }
}
@media screen and (max-width: 767px) {
  .__content-style02 .sec-inner {
    padding: 48px 0;
  }
}
.__content-style02 .sec-inner.__pt0 {
  padding-top: 0;
}
.__content-style02 .sec-inner .sec-content {
  width: 99.375rem;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .__content-style02 .sec-inner .sec-content {
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 767px) {
  .__content-style02 .sec-inner .sec-content {
    width: calc(100% - 40px);
  }
}
.__content-style02.__sub-content .sec-inner {
  position: relative;
  z-index: 2;
  overflow: clip;
  padding: max(3.75rem, 3em) 0;
}
@media screen and (max-width: 1199px) {
  .__content-style02.__sub-content .sec-inner {
    padding: 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .__content-style02.__sub-content .sec-inner {
    padding: 36px 0;
  }
}
.__content-style02.__sub-content .sec-inner > .__deco-item {
  z-index: -1;
  bottom: 0;
  right: 0;
  margin-bottom: -2.5em;
  margin-right: -2.5em;
  width: max(20rem, 14em);
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .__content-style02.__sub-content .sec-inner > .__deco-item {
    margin-bottom: -1.5em;
    width: 8em;
  }
}
.__content-style02.__sub-content .sec-inner .sec-content .content-txt {
  margin-top: 1em;
}
@media screen and (max-width: 1199px) {
  .__content-style02.__sub-content .sec-inner .sec-content .content-txt {
    margin-top: 1.6em;
  }
}
@media screen and (max-width: 767px) {
  .__content-style02.__sub-content .sec-inner .sec-content .content-txt {
    margin-top: 1em;
  }
}
.__content-style02.__sub-content .sec-inner .sec-content .content-txt p {
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  .__content-style02.__sub-content .sec-inner .sec-content .content-txt p {
    margin-top: 1em;
  }
}
.__content-style02.__sub-content.sec-intro {
  margin-top: 4em;
}
@media screen and (max-width: 991px) {
  .__content-style02.__sub-content.sec-intro {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .__content-style02.__sub-content.sec-intro {
    margin-bottom: 4em;
  }
}
.__content-style02.__sub-content.__salmon .sec-inner {
  border: solid 2px rgba(236, 137, 97, 0.2);
  background-color: #f6daca;
}
.__content-style02.__sub-content.__salmon .sec-inner > .__deco-item {
  opacity: 0.4;
}
.__content-style02.__sub-content.__salmon .sec-inner .content-ttl {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: max(6.25rem, 4.5em);
}
.__content-style02.__sub-content.__salmon .sec-inner .content-ttl .__deco-item {
  top: 0;
  right: 0;
  margin-top: -0.5em;
  width: 3em;
}
@media screen and (max-width: 767px) {
  .__content-style02.__sub-content.__salmon .sec-inner .content-ttl .__deco-item {
    width: 2.75em;
  }
}

.__content-style03 {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  .__content-style03 {
    display: block;
  }
}
.__content-style03 .left-content {
  flex-shrink: 1;
  margin-right: max(3.75rem, 3em);
  margin-top: -2em;
}
@media screen and (max-width: 1199px) {
  .__content-style03 .left-content {
    display: flex;
    align-items: center;
    margin-right: 0;
    margin-top: 0;
  }
}
@media screen and (max-width: 1199px) {
  .__content-style03 .left-content .sec-ttl {
    margin-right: 20rem;
  }
}
.__content-style03 .right-content {
  flex-shrink: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 65rem;
}
@media screen and (max-width: 1199px) {
  .__content-style03 .right-content {
    width: 100%;
    margin-top: 3em;
  }
}
@media screen and (max-width: 767px) {
  .__content-style03 .right-content {
    display: block;
    margin-top: -0.6em;
  }
}
.__content-style03 .right-content .content-wrap {
  pointer-events: none;
  width: calc(50% - max(3.75rem, 3em) * 1 / 2);
}
@media screen and (max-width: 767px) {
  .__content-style03 .right-content .content-wrap {
    width: 100%;
    margin-top: 2em;
  }
}
.__content-style03 .right-content .content-wrap:hover img {
  transform: scale(1.05);
}
.__content-style03 .right-content .content-wrap .content-img {
  box-shadow: 0 0 12px rgba(91, 87, 84, 0.1);
  aspect-ratio: 3/2;
}
.__content-style03 .right-content .content-wrap .content-img img {
  transition: all 0.3s ease;
}
.__content-style03 .right-content .content-wrap .content-txt {
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .__content-style03 .right-content .content-wrap .content-txt {
    margin-top: 0.8em;
  }
}
.__content-style03 .right-content .content-wrap .content-txt h3 {
  width: -moz-fit-content;
  width: fit-content;
}
.__content-style03 .right-content .content-wrap .content-txt h3 a {
  display: flex;
  align-items: center;
  pointer-events: auto;
}
.__content-style03 .right-content .content-wrap .content-txt h3 a span.__txt {
  font-size: max(2.5rem, 1.75em);
}
@media screen and (max-width: 767px) {
  .__content-style03 .right-content .content-wrap .content-txt h3 a span.__txt {
    font-size: 1.375em;
  }
}
.__content-style03 .right-content .content-wrap .content-txt h3 a span.__arrow {
  color: #649643;
  font-size: 1.125em;
  margin-left: 1em;
}
.__content-style03 .right-content .content-wrap .content-txt p {
  margin-top: 0.4em;
  line-height: 2em;
}

.__content-style04 {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  .__content-style04 {
    display: block;
  }
}
.__content-style04 .txt-wrap {
  width: 100%;
}
.__content-style04 .txt-wrap .sec-txt {
  margin-top: 2em;
}
@media screen and (max-width: 767px) {
  .__content-style04 .txt-wrap .sec-txt {
    margin-top: 1.2em;
  }
}
.__content-style04 .txt-wrap .sec-txt p {
  line-height: 2em;
  margin-top: 1em;
}
.__content-style04 .img-wrap {
  position: relative;
  z-index: 2;
  width: 45rem;
  margin-left: max(7.5rem, 4em);
  flex-shrink: 0;
}
@media screen and (max-width: 1199px) {
  .__content-style04 .img-wrap {
    width: min(100%, 600px);
    margin: 0 auto;
    margin-top: 2.4em;
  }
}
@media screen and (max-width: 767px) {
  .__content-style04 .img-wrap {
    margin-top: 2em;
  }
}
.__content-style04 .img-wrap.__medium {
  width: 480px;
}
@media screen and (max-width: 1199px) {
  .__content-style04 .img-wrap.__medium {
    width: min(100%, 600px);
  }
}
.__content-style04 .img-wrap .__deco-item {
  z-index: -1;
  top: 0;
  right: 0;
  width: 7.5em;
  margin-top: -2.5em;
  margin-right: -3em;
}
@media screen and (max-width: 767px) {
  .__content-style04 .img-wrap .__deco-item {
    width: 6em;
    margin-top: -2em;
    margin-right: -2em;
  }
}
.__content-style04 .__border-radius {
  height: 100%;
  box-shadow: 0 0 12px rgba(91, 87, 84, 0.1);
}
.__content-style04.__reverse {
  flex-direction: row-reverse;
}
.__content-style04.__reverse .img-wrap {
  margin-left: 0;
  margin-right: max(7.5rem, 4em);
}
@media screen and (max-width: 1199px) {
  .__content-style04.__reverse .img-wrap {
    margin-left: auto;
    margin-right: auto;
  }
}

.news-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .news-list ul {
    display: block;
  }
}
.news-list ul .news-list-item {
  width: min(33.3333333333% - max(3.75rem, 2em) * 2 / 3);
  max-width: 360px;
  margin-bottom: max(3.75rem, 2em);
  margin-right: max(3.75rem, 2em);
}
.news-list ul .news-list-item:nth-of-type(3n) {
  margin-right: 0;
}
@media screen and (max-width: 991px) {
  .news-list ul .news-list-item {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    margin-bottom: 3em;
  }
  .news-list ul .news-list-item:nth-of-type(3n) {
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .news-list ul .news-list-item {
    margin-bottom: 2em;
  }
}
.news-list ul .news-list-item .item-img {
  aspect-ratio: 3/2;
  box-shadow: 0 0 12px rgba(91, 87, 84, 0.1);
}
.news-list ul .news-list-item .item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease;
}
.news-list ul .news-list-item .item-info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 0.6em;
}
.news-list ul .news-list-item .item-info .item-cate {
  margin-right: 0.6em;
}
.news-list ul .news-list-item .item-info .item-date {
  font-size: 1.25em;
}
.news-list ul .news-list-item .item-ttl {
  padding-right: 3em;
}
.news-list ul .news-list-item a {
  position: relative;
}
.news-list ul .news-list-item a::after {
  color: #649643;
  position: absolute;
  bottom: 0;
  right: 0;
  content: "\f178";
  display: block;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
.news-list ul .news-list-item a:hover {
  opacity: 0.8;
}
.news-list ul .news-list-item a:hover .item-img img {
  transform: scale(1.05);
}

.__fadeIn {
  opacity: 0;
  transform: translateY(1.5em) scale(0.98);
  will-change: transform;
  transition: opacity 0.8s ease 0.4s, transform 1s ease 0.4s;
}
@media screen and (max-width: 767px) {
  .__fadeIn {
    transform: translateY(1.5em) scale(0.95);
  }
}
.__fadeIn.__delay00 {
  transition-delay: 0s;
}
.__fadeIn#footer, .__fadeIn.footer-img {
  transform: translateY(0) scale(1);
}
.__fadeIn.__inview {
  opacity: 1;
  transform: translateY(0) scale(1);
}

/* header
---------------------------------------------------- */
header {
  pointer-events: none;
  position: fixed;
  z-index: 99;
  width: 100%;
}
header::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(4px);
  opacity: 0;
  transition: all 0.3s ease;
}
header.__scroll::before {
  opacity: 1;
}
header.__scroll .header-menu ul li.__current a {
  background-color: transparent;
}
header > * {
  pointer-events: auto;
}
header .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0.8em 1.25em;
}
@media screen and (max-width: 1199px) {
  header .header-inner {
    padding: 0.6em 1em;
  }
}
@media screen and (max-width: 767px) {
  header .header-inner {
    padding: 0.6em;
  }
}
@media screen and (max-width: 1199px) {
  header .__overlay {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(91, 87, 84, 0.8);
    opacity: 0;
    visibility: hidden;
    transition: all 0.36s ease;
  }
  header .__overlay.__open {
    opacity: 1;
    visibility: visible;
  }
}
header .header-logo p {
  font-weight: 400;
  font-size: 0.7em;
  line-height: 1em;
  margin-bottom: 1em;
}
@media screen and (max-width: 1199px) {
  header .header-logo p {
    font-size: 0.6em;
  }
}
@media screen and (max-width: 767px) {
  header .header-logo p {
    margin-bottom: 0.8em;
  }
}
header .header-logo img {
  height: auto;
  width: max(12.5rem, 11em);
}
@media screen and (max-width: 1199px) {
  header .header-logo img {
    width: 9em;
  }
}
@media screen and (max-width: 767px) {
  header .header-logo img {
    width: 8em;
  }
}
@media screen and (max-width: 1199px) {
  header .nav-btn {
    position: relative;
    z-index: 99;
    width: 40px;
    height: 40px;
    margin-right: 4px;
    cursor: pointer;
  }
}
@media screen and (max-width: 1199px) and (max-width: 767px) {
  header .nav-btn {
    width: 24px;
  }
}
@media screen and (max-width: 1199px) {
  header .nav-btn span {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    display: block;
    width: 100%;
    height: 1px;
    background-color: #333;
    transition: all 0.2s ease;
  }
  header .nav-btn span:nth-of-type(1) {
    margin-top: -7px;
  }
  header .nav-btn span:nth-of-type(3) {
    margin-top: 7px;
  }
}
@media screen and (max-width: 1199px) and (max-width: 767px) {
  header .nav-btn span:nth-of-type(1) {
    margin-top: -6px;
  }
  header .nav-btn span:nth-of-type(3) {
    margin-top: 6px;
  }
}
@media screen and (max-width: 1199px) {
  header .nav-btn.__open span:nth-of-type(1) {
    margin-top: 0;
    transform: translateY(-50%) rotate(30deg);
  }
  header .nav-btn.__open span:nth-of-type(2) {
    opacity: 0;
  }
  header .nav-btn.__open span:nth-of-type(3) {
    margin-top: 0;
    transform: translateY(-50%) rotate(-30deg);
  }
}
@media screen and (max-width: 1199px) {
  header .header-menu {
    background-color: #fff;
    width: 260px;
    height: 100vh;
    padding: max(10vh, 72px) 30px 40px;
    overflow-y: scroll;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    transform: translateX(100%);
    transition: all 0.36s ease;
  }
}
@media screen and (max-width: 767px) {
  header .header-menu {
    padding-top: 60px;
  }
}
header .header-menu .header-menu-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  header .header-menu .header-menu-inner {
    display: block;
    opacity: 0;
    transition: all 0.36s ease;
  }
}
@media screen and (max-width: 1199px) {
  header .header-menu.__open {
    transform: translateX(0);
  }
  header .header-menu.__open .header-menu-inner {
    opacity: 1;
    transition: all 0.36s 0.3s ease;
  }
}
header .header-menu nav {
  flex-shrink: 0;
}
header .header-menu nav ul {
  display: flex;
}
@media screen and (max-width: 1199px) {
  header .header-menu nav ul {
    display: block;
  }
}
header .header-menu nav ul li a {
  font-size: max(1.125rem, 0.95em);
  line-height: 1.6em;
  margin-right: max(2.5rem, 2em);
  padding: 0.24em 0;
}
@media screen and (max-width: 1199px) {
  header .header-menu nav ul li a {
    font-size: 1em;
    margin: 1.25em 0;
  }
}
header .header-menu nav ul li.__current a {
  color: #d4a77b;
  background-color: #fff;
  padding: 0 0.48em;
  margin-top: 0.24em;
  margin-bottom: 0.24em;
}
@media screen and (max-width: 1199px) {
  header .header-menu nav ul li.__current a {
    padding: 0.24em 0;
    margin: 1.25em 0;
  }
}
header .header-menu nav ul .__hm {
  display: none;
}
@media screen and (max-width: 1199px) {
  header .header-menu nav ul .__hm {
    display: block;
  }
}
@media screen and (max-width: 1199px) {
  header .header-menu nav ul span.__hm {
    display: inline-block;
  }
}
@media screen and (max-width: 1199px) {
  header .header-menu .header-engage .__linkbtn {
    width: 100%;
    margin-top: 2em;
  }
}
header .header-menu .header-engage .__linkbtn a {
  font-size: 0.85em;
  justify-content: center;
}
@media screen and (max-width: 1199px) {
  header .header-menu .header-engage .__linkbtn a {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 1359px) {
  header .header-menu .header-engage .__linkbtn a span.__txt {
    text-align: center;
  }
  header .header-menu .header-engage .__linkbtn a span.__txt .__note {
    display: block;
    margin-left: 0;
  }
}

/* sec-contact
---------------------------------------------------- */
.sec-contact {
  margin-top: 20px;
  margin-bottom: 20px;
}
.sec-contact .sec-inner {
  position: relative;
  z-index: 2;
  background-image: url(../images/contact-bgimg.jpg);
  background-size: cover;
  background-position: 70% 50%;
  padding: 6.25rem calc(7.5rem - 20px);
}
@media screen and (max-width: 1199px) {
  .sec-contact .sec-inner {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 991px) {
  .sec-contact .sec-inner {
    padding: 80px 40px;
  }
}
@media screen and (max-width: 767px) {
  .sec-contact .sec-inner {
    padding: 48px 20px;
  }
}
.sec-contact .sec-inner::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.2));
}
@media screen and (max-width: 767px) {
  .sec-contact .sec-inner::before {
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.6));
  }
}
@media screen and (max-width: 767px) {
  .sec-contact .sec-inner .sec-txt {
    margin-top: 1.6em;
  }
}
.sec-contact .sec-inner .sec-txt p {
  margin-top: 0.6em;
}
@media screen and (max-width: 767px) {
  .sec-contact .sec-inner .sec-txt p {
    margin-top: 1em;
  }
}
.sec-contact .sec-inner .sec-link {
  margin-top: 2em;
}

/* footer
---------------------------------------------------- */
#footer {
  position: relative;
  z-index: 2;
  padding-top: 11.25rem;
}
@media screen and (max-width: 1199px) {
  #footer {
    padding-top: 120px;
  }
}
@media screen and (max-width: 767px) {
  #footer {
    padding-top: 80px;
  }
}
#footer::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: max(30rem, 360px);
  background-image: url(../images/footer-bgimg.png);
  background-size: cover;
  background-position: 50% 0%;
}
#footer .flex-wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  #footer .flex-wrap {
    display: block;
  }
}
#footer .flex-wrap .left-content {
  flex-shrink: 0;
  margin-right: 7.5rem;
}
@media screen and (max-width: 1199px) {
  #footer .flex-wrap .left-content {
    margin-right: 0;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  #footer .flex-wrap .left-content {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 1199px) {
  #footer .flex-wrap .left-content .footer-logo {
    margin: 0 auto;
  }
}
#footer .flex-wrap .left-content .footer-logo p {
  text-align: center;
  font-weight: 400;
  font-size: 0.9em;
  margin-bottom: 0.6em;
}
#footer .flex-wrap .left-content .footer-logo img {
  width: max(20rem, 270px);
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #footer .flex-wrap .left-content .footer-logo img {
    width: 175.5px;
  }
}
#footer .flex-wrap .left-content .footer-info {
  margin-top: 1.6em;
}
@media screen and (max-width: 1199px) {
  #footer .flex-wrap .left-content .footer-info p {
    text-align: center;
  }
}
#footer .flex-wrap .left-content .footer-info p a {
  display: inline;
}
#footer .flex-wrap .footer-menu {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #footer .flex-wrap .footer-menu {
    padding: 0 20px;
  }
}
#footer .flex-wrap .footer-menu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #footer .flex-wrap .footer-menu ul {
    justify-content: flex-start;
  }
}
#footer .flex-wrap .footer-menu ul li {
  margin-top: 0.6em;
}
@media screen and (max-width: 767px) {
  #footer .flex-wrap .footer-menu ul li {
    width: 50%;
  }
}
#footer .flex-wrap .footer-menu ul li a {
  font-size: max(1.125rem, 0.95em);
  padding: 0.24em 0;
}
@media screen and (max-width: 1199px) {
  #footer .flex-wrap .footer-menu ul li a {
    font-size: 1em;
  }
}
#footer .footer-original {
  margin-top: 7.5rem;
}
@media screen and (max-width: 1199px) {
  #footer .footer-original {
    margin-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  #footer .footer-original {
    margin-top: 60px;
  }
}
#footer .footer-original span {
  display: block;
  text-align: center;
}
#footer .footer-original span.__jp {
  font-size: max(2.5rem, 1.75em);
  line-height: 1.6em;
}
@media screen and (max-width: 767px) {
  #footer .footer-original span.__jp {
    font-size: 1.5em;
  }
}
#footer .footer-original span.__en {
  color: #ec8961;
  font-size: max(2rem, 1.25em);
}
#footer .copyright {
  margin-top: 1em;
  margin-bottom: 7.5rem;
}
@media screen and (max-width: 1199px) {
  #footer .copyright {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  #footer .copyright {
    margin-bottom: 80px;
  }
}
#footer .copyright p {
  text-align: center;
  font-size: 13px;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  #footer .copyright p {
    font-size: 10px;
  }
}
#footer .footer-img {
  width: 100%;
  height: max(8.3333333333vw, 100px);
}
@media screen and (max-width: 991px) {
  #footer .footer-img {
    height: max(8.3333333333vw, 80px);
  }
}
#footer .footer-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 0%;
     object-position: 50% 0%;
}
@media screen and (max-width: 991px) {
  #footer .footer-img img {
    -o-object-position: 90% 0%;
       object-position: 90% 0%;
  }
}

#pagetop {
  display: none;
  position: fixed;
  z-index: 9;
  bottom: 0;
  right: 0;
  margin: 1em;
}
#pagetop a {
  width: 6em;
  aspect-ratio: 1/1;
  border-radius: 8px;
  background-color: #ec8961;
  border: solid 1px #fff;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1199px) {
  #pagetop a {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 767px) {
  #pagetop a {
    border-radius: 7px;
  }
}
#pagetop a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  opacity: 1;
  transition: all 0.24s ease;
}
#pagetop a span.__txt {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.125em;
}
#pagetop a span.__txt i {
  color: #fff;
  display: block;
  margin-bottom: 0.1em;
}
#pagetop a:hover::before {
  opacity: 0;
}/*# sourceMappingURL=common.css.map */