@charset "utf-8";
/* ========================================
    ■ 必須設定
======================================== */

/* reset
----------------------------- */

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  text-align: left;
  vertical-align: top;
  font-weight: normal;
}

td {
  text-align: left;
  vertical-align: top;
}

input,
select,
textarea,
img {
  vertical-align: middle;
}

ul,
dl,
ol {
  list-style: none;
}

em {
  font-style: normal;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

@font-face {
  font-family: 'NotoSans';
  src: url('fonts/NotoSansCJKjp-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'NotoSans';
  src: url('fonts/NotoSansCJKjp-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Bizon';
  src: url('fonts/Bizon.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

/* 共通設定
----------------------------- */

html {
  font-size: 20px;
}

body {
  font-family: 'NotoSans', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Verdana, 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  color: #333;
  line-height: 2;
  background: #fff;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  letter-spacing: 0.1em;
}

body.fixed {
  position: fixed;
  width: 100%;
}

a {
  color: #000;
  text-decoration: none;
  transition: 0.2s ease;
}

a.tel {
  pointer-events: none;
}

@media screen and (max-width: 991px) {
  a.tel {
    pointer-events: initial;
  }
}

a:hover {
  text-decoration: none;
  transition: 0.2s ease;
  opacity: 0.6;
}

a::before,
a:hover::before,
a::after,
a:hover::after {
  transition: 0.2s ease;
}

img,
video,
object {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  border: none;
}

/* ========================================
    ■ ページトップボタン
======================================== */

#page-top {
  position: fixed;
  right: 20px;
}

#page-top a {
  display: block;
  width: 44px;
  height: 44px;
  color: #fff;
  text-align: center;
  line-height: 44px;
  background: rgba(0, 0, 0, 0.25);
  border-radius: 50%;
}

#page-top a:hover {
  background: rgba(0, 0, 0, 0.5);
}

/* sp */

#page-top {
  position: fixed;
  right: 5vw;
}

#page-top a {
  display: block;
  width: 14vw;
  height: 14vw;
  color: #fff;
  font-size: 9vw;
  text-align: center;
  line-height: 14vw;
  background: rgba(0, 0, 0, 0.25);
  border-radius: 50%;
}

/* ========================================
    ■ General
======================================== */

.wrap {
  position: relative;
  max-width: 1145px;
  margin: 0 auto;
}

.scrollbar::-webkit-scrollbar {
  background: #ccc;
  width: 10px;
}

.scrollbar::-webkit-scrollbar-thumb {
  background: #aaa;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.flex.reverse {
  flex-direction: row-reverse;
}

.ps_re {
  position: relative;
}

.ps_ab {
  position: absolute;
}

.o_fit {
  overflow: hidden;
}

.o_fit_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.bizon {
  font-family: 'Bizon', 'NotoSans', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Verdana, 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.loader {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.block {
  width: 40px;
  display: flex;
  justify-content: space-between;
}

.circle {
  width: 10px;
  height: 10px;
  background-color: #664021;
  border-radius: 50%;
  animation: loading 1s infinite;
}

.circle:nth-child(2) {
  animation-delay: 0.1s;
}

.circle:nth-child(3) {
  animation-delay: 0.2s;
}

@keyframes loading {
  0% {
    transform: scale(0.1);
  }

  100% {
    transform: scale(1);
  }
}

/* フェードイン */

.fadein {
  opacity: 0.1;
  transform: translate(0, 50px);
  transition: all 1000ms;
}

.ts1 {
  transition-delay: 200ms;
}

.ts2 {
  transition-delay: 400ms;
}

.ts3 {
  transition-delay: 600ms;
}

.ts4 {
  transition-delay: 800ms;
}

.ts5 {
  transition-delay: 1000ms;
}

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.fadeino.scrollin {
  opacity: 1;
}

/* for Microsoft Edge */

@supports (-ms-ime-align: auto) {
  .fadein {
    opacity: 1;
    transform: inherit;
    transition: inherit;
  }

  .fadein.scrollin {
    opacity: 1;
    transform: inherit;
  }
}

.title {
  text-align: center;
  margin-bottom: 80px;
}

.title_text {
  color: #fff;
  font-size: 6rem;
  font-family: 'NotoSans';
  /* font-family: "ヒラギノ角ゴ Pro W8", "Hiragino Kaku Gothic Pro", "HiraKakuProN-W6", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
  letter-spacing: 0.2em;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 30px;
}

.title .text {
  font-size: 1.1rem;
  font-weight: bold;
  letter-spacing: 0.4em;
}

br.s_up {
  display: none;
}

/* HEADER */

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  /* transform: translateY(-100%); */
  transition: 0.3s;
}

/* #header.active {
  transform: translateY(0);
} */

#page .nav_menu {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

#header .header_content {
  background-color: #fff;
}

#page .nav_menu ul {
  display: flex;
  align-items: center;
}

#page .nav_menu ul li {
  padding: 0 30px;
}

#page .nav_menu ul li a span {
  display: block;
  font-size: 18px;
  color: #000;
  letter-spacing: 0.3em;
  font-weight: bold;
  font-family: 'Bizon', 'NotoSans', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Verdana, 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

#page .nav_menu ul li a {
  font-size: 12px;
  text-align: center;
  display: block;
  color: #666;
  line-height: 1.5;
}

#header .logo {
  padding-left: 80px;
}

#header .logo img {
  width: 350px;
}

#header .header_right {
  display: flex;
  align-items: center;
}

#header .header_tel_box {
  background-color: #7e912e;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-bottom: 1px solid #fff;
}

#header .header_tel_box img {
  width: 35px;
}

#header .header_right .text_img {
  margin-right: 40px;
}

#header .header_right .text_img img {
  width: 307px;
  vertical-align: middle;
}

#header .flex {
  align-items: center;
  justify-content: space-between;
}

#header .tel_hover_box.hover {
  top: 80px;
}

#header .tel_hover_box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #7e912e;
  color: #fff;
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  z-index: -1;
  transition: 0.3s;
}

#header .tel_hover_box .text {
  font-size: 15px;
  font-weight: bold;
}

#header .tel_hover_box .tel_link {
  display: flex;
  align-items: center;
  padding: 0 30px;
  line-height: 1;
}

#header .tel_hover_box .tel_link:first-of-type {
  border-right: 1px solid #fff;
}

#header .tel_hover_box .tel_link .small {
  font-size: 0.8rem;
  font-weight: bold;
  font-family: Helvetica, 'Helvetica Neue', 'NotoSans', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Verdana, 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  letter-spacing: 0;
  margin-right: 5px;
  position: relative;
  /* bottom: -2px; */
}

#header .tel_hover_box .tel_link a {
  font-size: 1.2rem;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0;
  font-family: Helvetica, 'Helvetica Neue', 'NotoSans', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Verdana, 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.nav_toggle,
.sp_menu {
  display: none;
}

/* FOOTER */

#footer {
  position: relative;
  z-index: 0;
  text-align: center;
  color: #fff;
}

#footer .footer_content {
  padding: 100px 0;
}

#footer .footer_bg {
  position: absolute;
  z-index: -1;
  bottom: 0;
  background: url(https://res.cloudinary.com/dxemy5yag/image/upload/f_auto,q_auto/v1600845163/img/material/footer_bg_djtonx.jpg) no-repeat top center;
  background-attachment: fixed;
  height: 100%;
  width: 100%;
}

#footer .footer_bg::after {
  content: '';
  background-color: rgba(115, 99, 87, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#footer .footer_info .footer_logo img {
  width: 174px;
}

#footer .footer_info .text_img {
  margin: 40px 0 20px;
}

#footer .footer_info .text_img img {
  width: 400px;
}

#footer .footer_info .text {
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0;
}

#footer .footer_tel {
  margin-top: 50px;
}

#footer .footer_tel .flex {
  justify-content: center;
}

#footer .footer_tel .text {
  font-size: 1.1rem;
  font-weight: bold;
  margin-top: 20px;
}

#footer .tel_link {
  display: flex;
  align-items: center;
  padding: 0 30px;
  line-height: 1;
}

#footer .tel_link:first-of-type {
  border-right: 1px solid #fff;
}

#footer .tel_link.n1 .small {
  font-size: 1.5rem;
}

#footer .tel_link.n2 .small {
  font-size: 1.2rem;
}

#footer .tel_link .small {
  font-weight: bold;
  font-family: Helvetica, 'Helvetica Neue', 'NotoSans', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Verdana, 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  letter-spacing: 0;
  margin-right: 8px;
  position: relative;
  bottom: -2px;
}

#footer .tel_link a {
  font-size: 1.8rem;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0;
  font-family: Helvetica, 'Helvetica Neue', 'NotoSans', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Verdana, 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

#footer .copyright {
  text-align: center;
  color: #fff;
  font-size: 12px;
  background-color: #333;
  padding: 2px 0 4px;
}

#pagetop {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 99;
  opacity: 0;
  transition: 0.5s;
}

#pagetop.opacity {
  opacity: 1;
}

#pagetop img {
  width: 100px;
}

/* MV */

.mv {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  z-index: 6;
  position: relative;
  background-color: #fff;
}

.mv_img {
  width: 70%;
  position: relative;
}

.mv img.ps_ab {
  z-index: 1;
  width: 38.6vw;
  bottom: 50px;
  left: 50px;
  position: fixed;
}

.mv_text_box {
  width: 30%;
  margin-left: auto;
  background-color: #fff;
}

.mv.fixed .mv_text_box {
  height: auto;
  overflow: initial;
}

.mv_text_box .scroll_box {
  position: fixed;
  transform: translateY(-50%);
  top: 50%;
  right: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mv_text_box .scroll_box .scroller {
  position: relative;
  height: 115px;
  width: 3px;
  overflow: hidden;
  left: -2px;
}

.mv_text_box .scroll_box .scroller span {
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #e8e4df;
}

.mv_text_box .scroll_box .scroller span:nth-of-type(1) {
  top: 0;
}

.mv_text_box .scroll_box .scroller span:nth-of-type(2) {
  animation: scroll 2s ease 1s infinite;
  background-color: #333;
  height: 50%;
}

.mv_text_box .box img.facebook_tree {
  display: none;
}

@keyframes scroll {
  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(200%);
  }
}

.mv_text_box .scroll_box .text {
  font-size: 14px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  line-height: 1;
  margin-top: 10px;
}

.mv_text_box .box {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

.mv_facebook {
  width: 19vw;
}

.mv_facebook .text.fb_title {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 20px;
  font-family: 'NotoSans';
  font-weight: bold;
}

.facebook-wrapper > .fb-page {
  width: 100%;
}

.facebook-wrapper iframe,
.facebook-wrapper > .fb-page > span {
  width: 100%;
}

.facebook-wrapper iframe {
  vertical-align: bottom;
}

.mv_logo img {
  width: 18.2vw;
}

.swiper-slide {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.swiper-container {
  width: 100%;
  height: 100vh;
  float: left;
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.6s ease, transform 0.3s ease;
  transition: opacity 0.6s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  position: sticky;
  top: 0;
  left: 0;
}

.mv_img {
  transition: 0.3s;
  opacity: 1;
}

.mv_img.loading {
  opacity: 0;
  visibility: hidden;
}

.mv_img::before {
  content: '';
  position: absolute;
  background-color: #fff;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  z-index: 2;
  transition: 1s ease-out;
}

.mv_img.loading::before {
  width: 100%;
}

.swiper-slide {
  overflow: hidden;
}

.swiper-slide .slide-bgimg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.swiper-slide .slide-bgimg::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(115, 99, 87, 0.3);
}

.swiper-slide .entity-img {
  transition: 6s;
  transform: scale(1.1);
}

.swiper-slide-active .entity-img,
.swiper-slide-duplicate-active .entity-img {
  transform: scale(1);
}

/* SECTION 01 */

.sec01 {
  background: url(https://res.cloudinary.com/dxemy5yag/image/upload/f_auto,q_auto/v1600845158/img/material/bg_item_qhpxcz.png) repeat top left;
  padding: 300px 0 200px;
  position: relative;
  z-index: 5;
  overflow: hidden;
}

.sec01 .target01 {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translate(-50%, -100%);
}

.sec02 .target02 {
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.sec03 .target03 {
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
}

.target01.fixed,
.target02.fixed,
.target03.fixed {
  position: fixed !important;
  transform: translate(-50%, -50%) !important;
  top: 50% !important;
  left: 50% !important;
  margin-bottom: 0;
}

.title_fixed.fixed {
  position: fixed !important;
  transform: translate(-50%, -50%) !important;
  top: 50% !important;
  left: 50% !important;
  margin-bottom: 0;
}

.sec01 .box {
  margin-bottom: 70px;
  position: relative;
}

.sec01 .box:last-child {
  margin-bottom: 0;
}

.sec01 .box .text_box {
  width: 48%;
}

.sec01 .box .text_box .text.top {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 30px;
  letter-spacing: 0.1em;
}

.sec01 .box .text_box .text {
  font-size: 15px;
  letter-spacing: 0;
}

.sec01 .box .img {
  width: 38%;
  position: relative;
}

.sec01 .box .img::after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: url(https://res.cloudinary.com/dxemy5yag/image/upload/f_auto,q_auto/v1600845158/img/material/bg_item_qhpxcz.png) repeat top left;
}

.sec01 .box.n2 .img::after {
  left: auto;
  right: 0;
}

.sec01 .box .flex.scrollin .img::after {
  animation: shatter 0.7s ease 0.2s forwards;
}

@keyframes shatter {
  0% {
    width: 100%;
  }

  100% {
    width: 0;
  }
}

.sec01 .box.n2 img.ps_ab {
  width: 24.5vw;
  top: -9vw;
  left: -16vw;
  z-index: 1;
}

.sec01 .box.n3 img.ps_ab {
  width: 19.3vw;
  top: -10vw;
  right: -18vw;
  z-index: 1;
}

.sec01 .box .flex {
  justify-content: space-between;
  align-items: center;
}

.sec01 .box .img .hash_box {
  position: absolute;
  width: 488px;
  height: 488px;
  border-radius: 30px;
  border: 16px solid rgba(255, 255, 255, 0.8);
  left: -119px;
  bottom: -30px;
  z-index: 1;
}

.sec01 .box .img .hash_box img.hash_img {
  height: 58px;
  bottom: -30px;
  right: 0;
  transform: translateY(100%);
  position: absolute;
}

.sec01 .box .flex.reverse .img .hash_box img.hash_img {
  right: auto;
  left: 0;
}

.sec01 .box .flex.reverse .img .hash_box {
  left: auto;
  right: -119px;
}

.sec01 img.tree_right {
  right: 0;
}

.sec01 img.tree_right.n1 {
  top: 0;
}

.sec01 img.tree_right.n2 {
  top: 50vw;
}

.sec01 img.tree_left {
  left: 0;
}

.sec01 img.tree_left.n1 {
  top: 10vw;
}

.sec01 img.tree_left.n2 {
  bottom: 0;
}

.sec01 img.tree {
  position: absolute;
  z-index: -1;
  width: 15vw;
}

/* SECTION 02 */

.sec02 {
  position: relative;
  z-index: 3;
  background-color: #fff;
  padding-bottom: 100px;
}

.sec02 .img {
  width: 45%;
  overflow: initial;
}

.sec02 .img img {
  position: sticky;
  height: 100vh;
  top: 0;
  left: 0;
}

@media all and (-ms-high-contrast: none) {
  .sec02 .img {
    overflow: hidden;
  }

  .sec02 .img img {
    position: initial;
    height: 100%;
  }
}

.sec02 .title.pc_none {
  display: none;
}

.sec02 .title_fixed {
  position: absolute;
  top: 35px;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
}

.sec02 .text_box {
  width: 55%;
  padding: 100px;
}

.sec02 .text_box .text {
  font-size: 15px;
  letter-spacing: 0;
}

.sec02 .text_box .text.top {
  font-weight: bold;
  font-size: 1.1rem;
  letter-spacing: 0.4em;
  margin-bottom: 40px;
}

.sec02 .name_box {
  text-align: right;
  margin-top: 30px;
}

.sec02 .name_box .text {
  font-size: 1.1rem;
  font-weight: bold;
}

.sec02 .content.n1 .text_box {
  padding-top: 200px;
}

.sec02 .content.n1 .title_text {
  color: #333;
  font-size: 5rem;
}

.sec02 .content.n2 .title {
  text-align: left;
  margin-bottom: 40px;
}

.sec02 .content.n2 .title_text {
  font-size: 3rem;
  color: #e6e6e6;
}

.sec02 .common_table {
  margin-top: 50px;
}

.common_table dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.common_table dl dt {
  width: 130px;
  border-top: 3px solid #333;
  font-weight: bold;
}

.common_table dl dd {
  width: calc(100% - 170px);
  border-top: 3px solid #ccc;
}

.common_table dl dt,
.common_table dl dd {
  font-size: 15px;
  padding: 15px 0;
  letter-spacing: 0.075em;
}

.sec02 .content.n2 img.ps_ab {
  top: 50px;
  right: 100px;
  width: 14.3vw;
}

.sec02 .content.n2 .img {
  position: relative;
}

.sec02 .content.n2 .img.pc_none {
  display: none;
}

@media screen and (max-width: 1280px) {
  .sec02 .content.n2 .img.pc_none {
    display: block;
  }

  .sec02 .content.n2 .img.sp_none {
    display: none;
  }
}

.sec02 .content.n2 .text_img {
  position: absolute;
  top: 60px;
  left: 50px;
}

.sec02 .content.n2 .text_img img {
  position: initial;
  display: block;
}

.sec02 .content.n2 .text_img img.n1 {
  width: 37vw;
  margin-bottom: 40px;
  height: auto;
}

.sec02 .content.n2 .text_img img.n2 {
  width: 21vw;
  height: auto;
}

/* SECTION 03 */

.sec03 {
  padding: 0 80px 100px;
  position: relative;
  z-index: 2;
}

.sec03 .title_fixed {
  position: absolute;
  top: 50px;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
}

.sec03 .content {
  padding: 360px 80px 100px;
  position: relative;
  background: url(https://res.cloudinary.com/dxemy5yag/image/upload/f_auto,q_auto/v1600845158/img/material/bg_item_qhpxcz.png) repeat top left;
}

.sec03 .content img.tree {
  position: absolute;
  width: 15.4vw;
}

.sec03 .content img.tree.n1 {
  right: 30px;
  bottom: 5vw;
}

.sec03 .content img.tree.n2 {
  left: 30px;
  bottom: 20vw;
}

.sec03 .title img {
  width: 197px;
  margin-bottom: 20px;
}

.sec03 .title_text {
  font-size: 4rem;
}

.sec03 .gallery {
  position: relative;
  transform: translateX(-50%);
  left: 50%;
  width: 100vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  z-index: 0;
}

.sec03 .gallery::before,
.sec03 .gallery::after {
  content: '';
  width: 12.5%;
  height: 12.5vw;
  border: 0.8vw solid rgba(255, 255, 255, 0.8);
  position: absolute;
  z-index: -1;
}

.sec03 .gallery::before {
  top: 3.9vw;
  left: 8vw;
}

.sec03 .gallery::after {
  top: 6.25vw;
  right: 27vw;
}

.sec03 .gallery .img {
  width: 12.5%;
  height: 12.5vw;
  position: relative;
}

.sec03 .gallery .img::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(115, 99, 87, 0.3);
  top: 0;
  left: 0;
}

.sec03 .gallery .img:nth-of-type(2),
.sec03 .gallery .img:nth-of-type(5) {
  width: 15.1%;
  height: 15.1vw;
}

.sec03 .gallery .img:nth-of-type(2) {
  margin-top: 6vw;
}

.sec03 .gallery .img:nth-of-type(3),
.sec03 .gallery .img:nth-of-type(5) {
  margin-top: 1.5vw;
}

.sec03 .gallery .img:nth-of-type(4) {
  margin-top: 8.85vw;
}

.sec03 .common_table dd img {
  width: 262px;
}

.sec03 .flex {
  justify-content: space-between;
  margin: 80px 0;
  position: relative;
  z-index: 1;
}

.sec03 .common_table {
  width: 47.5%;
}

.history {
  text-align: center;
}

.history_table {
  display: inline-block;
  position: relative;
}

.history_table img.ps_ab.n1 {
  top: -70px;
  left: -40px;
  transform: translateX(-100%);
  width: 79px;
}

.history_table img.ps_ab.n2 {
  bottom: 0;
  right: -40px;
  transform: translateX(100%);
  width: 123px;
}

.history_table dt img {
  height: 23px;
  vertical-align: middle;
}

.history_table dl {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.history_table dl:last-child {
  margin-bottom: 0;
}

.history_table dt {
  text-align: right;
  width: 140px;
  margin-right: 40px;
  font-size: 1.15rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.history_table dd {
  font-size: 15px;
  letter-spacing: 0.075em;
}

.history .title {
  margin-bottom: 40px;
}

.map {
  position: relative;
  z-index: 1;
}

.map iframe {
  height: 430px;
  width: 100%;
  vertical-align: bottom;
}

.instagram {
  margin: 20px 0;
  position: relative;
  z-index: 10;
}

.instagram iframe {
  vertical-align: bottom;
}

.sec02 {
  padding-bottom: 0;
}

@media screen and (max-width: 1600px) {
  /* HEADER */
  #header .logo {
    padding-left: 20px;
  }

  #header .header_right .text_img img {
    width: 230px;
  }

  #header .logo img {
    width: 270px;
    vertical-align: middle;
  }

  #header #page .nav_menu ul li a span {
    font-size: 16px;
  }
}

@media screen and (max-width: 1366px) {
  html {
    font-size: 16px;
  }

  /* FOOTER */
  #footer .footer_info .text_img img {
    width: 392px;
  }

  #footer .footer_info .footer_logo img {
    width: 154px;
  }

  #pagetop img {
    width: 90px;
  }

  #footer .footer_content {
    padding: 80px 0;
  }

  /* SECTION 01 */
  .sec01 .box .img .hash_box {
    border: 12px solid rgba(255, 255, 255, 0.8);
  }

  .sec01 .box .img .hash_box img.hash_img {
    height: 40px;
  }

  .sec01 .title_fixed {
    top: -60px;
  }

  /* SECTION 02 */
  .sec02 .text_box {
    padding: 80px;
  }

  .sec02 .content.n2 img.ps_ab {
    right: 50px;
  }

  .sec02 .title_fixed {
    top: 45px;
  }

  /* SECTION 03 */
  .sec03 .title img {
    width: 140px;
  }

  .sec03 .title_fixed {
    top: 80px;
  }
}

@media screen and (max-width: 1280px) {
  .title_text {
    font-size: 6rem;
  }

  /* HEADER */
  #header {
    transform: translateY(0) !important;
  }

  #header .header_content {
    padding: 15px 20px;
  }

  #header .logo {
    padding-left: 0;
  }

  #header .logo img {
    vertical-align: sub;
  }

  #header .header_tel_box {
    display: none;
  }

  #header #page .nav_menu {
    display: none;
  }

  #header .header_right .text_img {
    display: none;
  }

  .nav_toggle {
    display: block;
    width: 36px;
    height: 27px;
    position: relative;
    z-index: 9999;
  }

  #header.open .nav_toggle span {
    background-color: #fff;
  }

  .nav_toggle span {
    width: 29px;
    height: 3px;
    background-color: #000;
    position: absolute;
    right: 0;
    transition: 0.3s;
  }

  .nav_toggle span:nth-of-type(1) {
    top: 0;
    width: 36px;
  }

  .nav_toggle span:nth-of-type(2) {
    top: 8px;
  }

  .nav_toggle span:nth-of-type(3) {
    top: 16px;
  }

  .nav_toggle span:nth-of-type(4) {
    top: 24px;
  }

  .open .nav_toggle span:nth-of-type(1) {
    -webkit-transform: translateY(12px) rotate(-45deg);
    transform: translateY(12px) rotate(-45deg);
    width: 29px;
  }

  .open .nav_toggle span:nth-of-type(2),
  .open .nav_toggle span:nth-of-type(3) {
    opacity: 0;
  }

  .open .nav_toggle span:nth-of-type(4) {
    -webkit-transform: translateY(-12px) rotate(45deg);
    transform: translateY(-12px) rotate(45deg);
  }

  .sp_menu {
    background-color: #7e912e;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    text-align: center;
    overflow-y: scroll;
  }

  .sp_menu_logo {
    margin-bottom: 50px;
  }

  .sp_menu .sp_flex {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }

  .sp_menu_logo img {
    width: 235px;
  }

  .sp_menu_tel_box {
    display: inline-block;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 25px 10px;
    margin: 50px 0 40px;
  }

  .sp_menu_tel_box > .text {
    font-size: 15px;
    font-weight: bold;
  }

  .sp_menu_tel_link {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .sp_menu_tel_link:nth-of-type(2) .text span {
    font-size: 12px;
  }

  .sp_menu_tel_link .text {
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 0;
    margin-right: 10px;
    font-family: Helvetica, 'Helvetica Neue', 'NotoSans', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Verdana, 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  }

  .sp_menu_tel_link .text span {
    font-size: 15px;
    vertical-align: middle;
  }

  .sp_menu_tel_link a img,
  .sp_menu_map a img {
    width: 12px;
    vertical-align: baseline;
    margin-right: 3px;
  }

  .sp_menu_tel_link a,
  .sp_menu_map a {
    color: #fff;
    font-size: 13px;
  }

  .sp_menu_map {
    line-height: 1.3;
  }

  .sp_menu_map .text {
    font-weight: bold;
    font-size: 15px;
  }

  #header .sp_menu ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  #header .sp_menu ul li {
    margin-bottom: 25px;
    position: relative;
    width: 125px;
  }

  #header .sp_menu ul li::after {
    content: '';
    background: url(https://res.cloudinary.com/dxemy5yag/image/upload/f_auto,q_auto/v1600847625/img/icon/arrow_smck9n.png) no-repeat center center / contain;
    width: 5px;
    height: 9px;
    position: absolute;
    top: 14px;
    right: 0;
    pointer-events: none;
  }

  #header .sp_menu ul li:last-child {
    margin-bottom: 0;
  }

  #header .sp_menu ul li a {
    display: inline-block;
    text-align: center;
    color: #fff;
    letter-spacing: 0.3em;
    font-size: 12px;
    line-height: 1.8;
  }

  #header .sp_menu ul li a span {
    display: block;
    color: #000;
    font-family: 'Bizon', 'NotoSans', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Verdana, 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    letter-spacing: 0.1em;
    font-size: 18px;
  }

  /* FOOTER */
  #pagetop img {
    width: 80px;
  }

  .mv_img {
    width: 93%;
  }

  .mv_text_box .box:first-child {
    display: none;
  }

  .mv_text_box {
    width: 100%;
  }

  .mv_facebook {
    width: 350px;
  }

  .mv_text_box .box {
    position: relative;
    z-index: 0;
  }

  .mv_text_box .box img.facebook_tree {
    display: block;
    position: absolute;
    width: 270px;
    bottom: 0;
    z-index: -1;
  }

  .mv_text_box .box img.facebook_tree.n1 {
    left: 50px;
  }

  .mv_text_box .box img.facebook_tree.n2 {
    right: 50px;
  }

  .mv_facebook .text {
    font-size: 2rem;
  }

  .mv img.ps_ab {
    position: absolute !important;
    bottom: 50px;
  }

  /* SECTION 01 */
  .sec01 .box.n2 img.ps_ab {
    left: 0;
  }

  .sec01 .box .img .hash_box {
    width: 30vw;
    height: 30vw;
    left: -80px;
  }

  .sec01 .box .flex.reverse .img .hash_box {
    right: -80px;
  }

  .sec01 .box.n3 img.ps_ab {
    right: 0;
    top: -15vw;
  }

  .sec01 .title_fixed {
    top: -70px;
  }

  /* SECTION 02 */
  .sec02 .img {
    width: 100%;
    height: 580px;
    overflow: hidden;
    position: relative;
    z-index: 2;
  }

  .sec02 .img img {
    height: 100%;
  }

  .sec02 .content.n1 .title {
    top: 45px;
    width: 100%;
    text-align: center;
  }

  .sec02 .text_box {
    padding: 50px;
    width: 100%;
    position: relative;
  }

  .sec02 .text_box .text.top {
    text-align: center;
  }

  .sec02 .content.n2 .title {
    text-align: center;
  }

  .sec02 .content.n2 .text_img img.n1 {
    width: 450px;
  }

  .sec02 .content.n2 .text_img img.n2 {
    width: 340px;
  }

  .sec02 .title.pc_none {
    display: block;
  }

  .sec02 .title.sp_none {
    display: none;
  }

  /* SECTION 03 */
  .sec03 .content {
    padding: 400px 40px 100px;
  }

  .map iframe {
    height: 350px;
  }
}

@media screen and (max-width: 1200px) {
  .wrap {
    padding: 0 20px;
  }

  .sec03 .common_table {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  /* FOOTER */
  #footer .footer_bg {
    background: url(https://res.cloudinary.com/dxemy5yag/image/upload/f_auto,q_auto/v1600845163/img/material/footer_bg_djtonx.jpg) no-repeat center top / cover;
  }

  .mv_text_box .box {
    height: auto;
    padding: 30px 0;
  }

  .swiper-container {
    height: 800px;
  }

  .mv img.ps_ab {
    width: 53vw;
  }

  /* SECTION 01 */
  .sec01 .box .img .hash_box {
    width: 35vw;
    height: 35vw;
  }

  .sec01 .box .img .hash_box img.hash_img {
    height: 30px;
    bottom: -20px;
  }

  .sec01 .box {
    margin-bottom: 100px;
  }

  .sec01 img.tree {
    display: none;
  }

  /* SECTION 02 */
  .sec02 .content.n1 .title {
    top: 50px;
  }

  .sec02 .img {
    height: 45vw;
  }

  /* SECTION 03 */
  .sec03 {
    padding: 0 30px 70px;
  }

  .sec03 .content img.tree {
    display: none;
  }

  .sec03 .content {
    padding: 320px 40px 100px;
  }
}

@media screen and (max-width: 767px) {
  .title_text {
    font-size: 3.5rem;
  }

  .sec02 .content.n2 .title_text,
  .sec03 .title_text {
    font-size: 3rem;
  }

  .loader img {
    width: 100px;
  }

  br.s_up {
    display: block;
  }

  /* HEADER */
  .sp_menu_logo {
    margin-bottom: 20px;
  }

  .sp_menu {
    padding: 0 20px;
  }

  .sp_menu_tel_box {
    padding: 15px 0;
    margin: 30px 0 15px;
  }

  .sp_menu_tel_box > .text {
    font-size: 14px;
  }

  #header .sp_menu ul li {
    margin-bottom: 15px;
  }

  .sp_menu_logo img {
    width: 200px;
  }

  .sp_menu_map .text {
    font-size: 14px;
  }

  .sp_menu_tel_link .text {
    font-size: 1.3rem;
  }

  .sp_menu_tel_link .text span {
    font-size: 14px;
  }

  #header .logo img {
    width: 210px;
  }

  /* FOOTER */
  #footer .footer_info .footer_logo img {
    width: 90px;
  }

  #footer .footer_info .text_img img {
    width: 200px;
  }

  #footer .footer_info .text {
    font-size: 14px;
  }

  #footer .tel_link a {
    font-size: 1.3rem;
  }

  #footer .tel_link.n1 .small {
    font-size: 14px;
  }

  #footer .tel_link.n2 .small {
    font-size: 12px;
  }

  #footer .tel_link:first-of-type {
    border-right: none;
    margin-bottom: 10px;
  }

  #footer .tel_link {
    padding: 0;
  }

  #footer .footer_tel .text {
    font-size: 14px;
  }

  #footer .footer_tel {
    margin-top: 30px;
  }

  #footer .footer_info .text_img {
    margin: 0px 0 15px;
  }

  #pagetop img {
    width: 60px;
  }

  #pagetop {
    right: 20px;
    bottom: 30px;
  }

  #footer .footer_tel .flex {
    display: block;
  }

  #footer .tel_link {
    justify-content: center;
  }

  .swiper-container {
    height: 100vh;
  }

  .mv_facebook {
    width: 80%;
    max-width: 350px;
  }

  .mv_img {
    width: 90%;
  }

  .mv img.ps_ab {
    left: 15px;
    bottom: 15px;
    width: 78vw;
  }

  .mv_text_box .scroll_box .text {
    font-size: 12px;
  }

  .mv_text_box .scroll_box .scroller {
    width: 2px;
  }

  /* SECTION 01 */
  .sec01 .box .text_box {
    width: 100%;
    margin-bottom: 30px;
  }

  .sec01 {
    padding: 220px 0 100px;
  }

  .sec01 .box .img {
    width: 80%;
    margin-left: auto;
  }

  .sec01 .box .flex {
    display: block;
  }

  .sec01 .box .img .hash_box {
    width: 75vw;
    height: 75vw;
    left: -60px;
  }

  .sec01 .box.n2 .img {
    margin-left: 0;
    margin-right: auto;
  }

  .sec01 .box .flex.reverse .img .hash_box {
    right: -60px;
  }

  .sec01 .box .img .hash_box {
    bottom: -10px;
  }

  .sec01 .box.n2 img.ps_ab {
    position: initial;
    width: 220px;
  }

  .sec01 .box.n1 {
    margin-bottom: 50px;
  }

  .sec01 .box.n2 {
    margin-bottom: 150px;
  }

  .sec01 .box.n3 img.ps_ab {
    width: 150px;
    right: 0;
    top: -140px;
  }

  /* SECTION 02 */
  .sec02 .content.n1 .text_box {
    padding: 140px 20px 50px;
  }

  .sec02 .content.n1 .title_text {
    font-size: 2.6rem;
  }

  .sec02 .content.n2 {
    overflow: hidden;
  }

  .sec02 .content.n2 img.ps_ab {
    right: 0;
    transform: translateX(20px);
    width: 130px;
    top: 120px;
  }

  .sec02 .text_box {
    padding: 50px 20px;
  }

  .sec02 {
    position: relative;
  }

  .sec02 .content.n2 .text_img {
    top: auto;
    bottom: 15px;
    left: 15px;
  }

  .sec02 .content.n2 .text_img img.n1 {
    margin-bottom: 15px;
    width: 250px;
  }

  .sec02 .content.n2 .text_img img.n2 {
    width: 250px;
  }

  /* SECTION 03 */
  .history_table img.ps_ab {
    display: none;
  }

  .common_table dl dt {
    width: 100%;
    padding-bottom: 0;
  }

  .common_table dl dd {
    width: 100%;
    border-top: none;
    padding-top: 5px;
    font-size: 14px;
  }

  .sec03 .common_table dd img {
    width: 220px;
  }

  .sec03 .title img {
    width: 90px;
  }

  .sec03 {
    padding: 0 20px 50px;
  }

  .sec03 .content {
    padding: 250px 20px 50px;
  }

  .sec03 .title_text {
    font-size: 2.6rem;
  }

  .sec03 .gallery .img:nth-of-type(6) {
    display: none;
  }

  .sec03 .gallery .img {
    width: 15%;
    height: 15vw;
  }

  .sec03 .gallery .img:nth-of-type(2),
  .sec03 .gallery .img:nth-of-type(5) {
    width: 17%;
    height: 17vw;
  }

  .sec03 .gallery::before,
  .sec03 .gallery::after {
    border: 1.4vw solid rgba(255, 255, 255, 0.8);
  }

  .sec03 .gallery::after {
    right: 8vw;
  }

  .history_table dt {
    width: 100%;
    text-align: left;
  }

  .history_table dd {
    width: 100%;
    text-align: left;
  }

  .history_table dl {
    display: block;
    margin-bottom: 15px;
  }

  .history_table dt img {
    height: 17px;
  }

  .history .title {
    margin-bottom: 0;
  }

  .map iframe {
    height: 250px;
  }

  .instagram iframe {
    height: 20vw !important;
  }

  .sec02 {
    padding-bottom: 0;
  }
}

/* ========================================
    2412追加
======================================== */
span.dib {
  display: inline-block;
}

body.nonscroll {
  overflow: hidden;
}

.dn {
  display: none;
}

.bracket {
  position: relative;
  margin: 0 1px;
  top: -0.095em;
}

.sp_menu_tel_link .bracket {
  top: -.175em;
}

/* header */
#header {
  opacity: 0;
  visibility: hidden;
}

#header.active {
  opacity: 1;
  visibility: visible;
}

#header .logo {
  display: flex;
  align-items: center;
  gap: 24px;
}

#header .logo img {
  width: 100%;
}

#header .logo h1 {
  width: 270px;
}

#header .logo .premium_shop {
  width: 103px;
}

#page .nav_menu ul li {
  padding: 0 8px;
}

#page .nav_menu ul li a {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

#page .nav_menu ul li a .img {
  width: 56px;
}

#page .nav_menu ul li a span {
  text-align: center;
  font-family: 'NotoSans', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Verdana, 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: normal;
}

#header .header_logo_wrap {
  display: flex;
  align-items: center;
  gap: 8px;
  height: 86px;
  padding-right: 32px;
}

#header .header_right :is(.icon, .header_tel_box) {
  display: flex;
  align-items: center;
  width: auto;
  height: 100%;
  background-color: transparent;
}

#header .tel_hover_box .tel_link:first-of-type {
  border: none;
}

#header .tel_hover_box .line_link a {
  display: flex;
  align-items: center;
  gap: 8px;
  border-left: 1px solid #fff;
}

#header .tel_hover_box .line_link a .icon {
  width: 22px;
}

#header .tel_hover_box .line_link a .text {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
}

/* mv */

#page .mv .nav_menu {
  display: none;
}

.mv_slider {
  width: 100%;
  height: 100svh;
}

.splide__track--fade > .splide__list > .splide__slide {
  overflow: hidden;
}

.mv_slider img {
  width: 100%;
  height: 100svh;
  object-fit: cover;
  transform: scale(1);
  transition: transform 11s;
}

.mv_slider .splide__slide.slide01 img {
  object-position: top 50% right 10%;
}

.mv_slider .splide__slide.slide02 img {
  object-position: top 40% left 45%;
}

.mv_slider .splide__slide.slide03 img {
  object-position: top 25% left 50%;
}

.splide__track--fade > .splide__list > .splide__slide.is-active img {
  transform: scale(1.1);
}

.scroll {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  position: absolute;
  right: 52px;
  bottom: 40px;
}

.scroll::before {
  content: '';
  display: inline-block;
  background-color: #fff;
  width: 1px;
  height: 115px;
  margin: 0 auto;
  animation: scroll 1.5s infinite;
}

.scroll p {
  width: 11px;
}

.scroll p img {
  width: 100%;
}

@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

.mv_copy {
  display: flex;
  flex-direction: column;
  gap: 18px;
  position: absolute;
  left: 80px;
  bottom: 80px;
}

.mv_copy .text {
  height: 64px;
}

.mv_copy .text img {
  height: 100%;
}

.sec01 .box.n4 .ps-logo {
  display: inline-block;
  width: 300px;
  margin-top: 30px;
}

.sec01 .box.n5 .text_box {
  padding-top: 120px;
}

.sec01 .box.n5 .eco_img {
  display: block;
    width: 100%;
    margin-top: 30px;
    max-width: 350px;
}

.sec01 .copy {
  width: 100%;
  max-width: 1500px;
  position: absolute;
  left: 0;
  bottom: 0;
}

/* パララックス */
.parallax_wrap {
  height: 450px;
  /* コンテナの高さを指定 */
  position: relative;
  overflow: hidden;
  z-index: 10;
}

.parallax_wrap::before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}

.parallax_content {
  width: 100%;
  height: 150%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.parallax_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* sdgs */

#sdgs {
  padding: 308px 0 160px;
  background: url(https://res.cloudinary.com/dxemy5yag/image/upload/f_auto,q_auto/v1600845158/img/material/bg_item_qhpxcz.png) repeat top left;
  position: relative;
  z-index: 4;
}

#sdgs::before {
  content: '';
  width: 100%;
  height: 100svh;
  background: url(https://res.cloudinary.com/dxemy5yag/image/upload/f_auto,q_auto/v1600845158/img/material/bg_item_qhpxcz.png) repeat top left;
  position: absolute;
  left: 0;
  top: -100%;
  z-index: -1;
}

#sdgs .sdgs_ttl {
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
}

.sdgs_logo {
  width: calc(100% - 40px);
  max-width: 417px;
  margin: 0 auto 40px;
  text-align: center;
}

#sdgs .container {
  overflow: hidden;
}

#sdgs .content_wrap {
  display: flex;
  gap: 24px;
  width: max-content;
  padding: 0 max(20px, calc((100vw - 1140px) / 2));
}

#sdgs .content {
  display: flex;
  gap: 32px;
  width: calc(100vw - 40px);
  max-width: 992px;
  padding: 72px 40px 40px;
  background-color: #fff;
  border-radius: 30px;
  position: relative;
}

#sdgs .content .num {
  width: 67px;
  position: absolute;
  top: 0;
  left: 40px;
}

#sdgs .content .flex_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
}

#sdgs .content .text_wrap {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 480px;
}

#sdgs .content .text_wrap .ttl {
  font-size: 22px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.04em;
}

#sdgs .content .text_wrap .text {
  font-size: 15px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: normal;
}

#sdgs .content .img {
  width: 400px;
}

#sdgs .pagenation {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 40px;
}

#sdgs .pagenation span {
  width: 40px;
  height: 8px;
  background-color: #fff;
  opacity: 0.7;
  transition: all 0.4s;
}

#sdgs .pagenation span.active {
  background-color: #7e912e;
  opacity: 1;
}

.vortis {
  background: url(https://res.cloudinary.com/dxemy5yag/image/upload/f_auto,q_auto/v1600845158/img/material/bg_item_qhpxcz.png) repeat top left;
  position: relative;
  z-index: 4;
}

.vortis .content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  max-width: 1160px;
  margin: 0 auto;
  padding: 64px 0 160px;
}

.vortis hr {
  width: calc(100% - 40px);
  max-width: 1140px;
  margin: 0 auto;
  border: none;
  border-top: 1px solid #fff;

}

.vortis .content .logo {
  width: 185px;
}

.vortis .content .text {
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: normal;
}

.vortis .content .text .vortis_copyright {
  display: inline-block;
  width: 41px;
  line-height: 8px;
}

.instagram {
  margin: 0;
  padding: 20px 0;
  background-color: #fff;
}

@media screen and (max-width: 1280px) {
  /* header */
  #header {
    height: 62px;
  }

  #header .header_content {
    height: 62px;
  }

  #header .header_logo_wrap {
    justify-content: center;
    padding-right: 0;
  }

  #header .header_logo_wrap.pc {
    display: none;
  }

  #page #header .nav_menu {
    display: none;
  }

  .sp_menu .sp_flex {
    align-items: flex-start;
    padding: 40px 0 64px;
  }

  /* #header .sp_menu ul li {
    width: 250px;
  } */

  /* mv */
  .mv {
    margin-top: -85px;
  }

  .mv_copy {
    gap: 8px;
    left: 20px;
    bottom: 32px;
  }

  .mv_copy .text {
    height: clamp(24px, calc(24 / 400 * 100vw), 64px);
  }

  .scroll {
    right: 16px;
    bottom: 32px;
  }

  #page .mv .nav_menu {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 8px 0;
    background-color: #fff;
    position: sticky;
    left: 0;
    top: 62px;
    transform: none;
    z-index: 10;
    /* visibility: hidden; */
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s;
  }

  #page .mv .nav_menu.active {
    opacity: 1;
    /* visibility: visible; */
    pointer-events: visible;
  }
}

@media screen and (max-width: 767px) {
  /* #header .logo .premium_shop {
    display: none;
  } */
  #header .flex {
    flex-wrap: nowrap;
    gap: 24px;
  }

  #header .logo {
    gap: 8px;
  }

  #header .logo h1 {
    max-width: 210px;
  }

  #header .logo .premium_shop {
    width: 100%;
    max-width: 80px;
  }

  .sec01 .box.n4 .img {
    margin-left: 0;
    margin-right: auto;
  }

  .sec01 .box.n5 .text_box {
    padding-top: 0;
  }

  .parallax_wrap {
    height: 300px;
  }

  /* SDGs */
  #sdgs {
    padding: 220px 0 0;
  }

  #sdgs .content {
    gap: 20px;
    padding: 16px;
    border-radius: 16px;
  }

  #sdgs .content .flex_wrap {
    flex-direction: column;
    justify-content: space-between;
    gap: 16px;
  }

  #sdgs .content .text_wrap {
    max-width: none;
    gap: 16px;
  }

  #sdgs .content .num {
    width: 52px;
    left: 16px;
  }

  #sdgs .content .text_wrap .ttl {
    width: calc(100% - 68px);
    margin-left: auto;
    font-size: 18px;
    line-height: 1.75;
  }

  #sdgs .content .text_wrap .text {
    font-size: 14px;
    line-height: 1.5;
  }

  #sdgs .content .img {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }

  #sdgs .pagenation {
    margin-top: 24px;
  }

  .vortis {
    padding-top: 24px;
  }

  .vortis .content {
    padding: 40px 24px 80px;
  }
}
