/*------------------------------
theme name: SHIRETOKO SUSTAINABLE 2024
version: 2408
author: yamabatosha
author uri: https://yamabatosha.com
------------------------------*/
@charset "utf-8";
@import url(reset.css);
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@600&display=swap');
/*------------------------------*/
body {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  background: #fff;
  color: #121212;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 2;
  font-family: 'Helvetica Neue', Helvetica, Arial, 'Zen Kaku Gothic New', sans-serif;
  -webkit-font-smoothing: antialiased;
}

body {
  animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

/*------------------------------
basic
------------------------------*/
h1,
h2,
h3,
h4 {
  line-height: 1.6;
  font-weight: 700;
}

h1,
h2 {
  font-size: 20px;
  letter-spacing: .1em;
}

#page h2.page-title {
  font-size: 20px;
  letter-spacing: .1em;
  margin-bottom: 20px;
  text-align: center;
}

h3,
#page h2,
#single h2 {
  font-size: 16px;
  letter-spacing: .1em;
}

h4 {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .1em;
}

a {
  color: #121212;
  text-decoration: none;
  transition: .3s;
}

section a {
  border-bottom: 1px solid #0d9344;
}

section a:hover,
section a:active {
  color: #121212;
  text-decoration: none;
}

section .post-link a {
  border: none;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  backface-visibility: hidden;
  transition: .3s;
}

/*------------------------------
fx
------------------------------*/
.fx div a div {
  position: relative;
  overflow: hidden;
  padding-top: 66.666%;
}

.fx div a div img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
}

.fx div a:hover div img {
  transform: translate(-50%, -50%) scale(1.05);
  opacity: 1;
}

.fx div a p {
  transition: .3s;
}

.fx2 div a div {
  padding-top: 33.333%;
}

/*------------------------------
btn
------------------------------*/
.btn {
  display: inline-block;
  min-width: 200px;
  height: auto;
  font-weight: 700;
  text-align: center;
  letter-spacing: .2em;
  border-radius: 0;
  padding: 10px;
  margin-top: 80px;
  position: relative;
  transition: all .3s;
}

.btn::after {
  content: '';
  position: absolute;
  z-index: -1;
  transition: all .3s;
}

/* btn */

.btn {
  border: 2px solid #121212;
  color: #121212;
  background: #fff;
  z-index: 0;
}

.btn::after {
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  background: #121212;
}

.btn:hover {
  color: #fff;
}

.btn:hover::after {
  width: 100%;
}

/* .btn.transparent */

.btn.transparent {
  min-width: 120px;
  border: 2px solid #fff;
  color: #fff;
  background: transparent;
}

.btn.transparent::after {
  background: #fff;
}

.btn.transparent:hover {
  color: #121212;
}

/*------------------------------
list
------------------------------*/
/*
ol.list,
ul.list {
  margin-top: 40px;
}

ol.list li,
ul.list li {
  position: relative;
  margin-left: 1.5em;
}

ul.list li {
  list-style: none;
}

ul.list li::after {
  display: block;
  content: '';
  position: absolute;
  top: 1em;
  left: -1em;
  width: 3px;
  height: 3px;
  background: #121212;
  border-radius: 50%;
}
*/

/*------------------------------
table
------------------------------*/
/*
table {
  margin-top: 40px;
  width: 100%;
  text-align: center;
}

table tr {
  border-bottom: 1px solid #ddd;
}

table tr:first-child {
  border-top: 1px solid #ddd;
}

table th {
  background: #f9f9f9;
  font-weight: 400;
}

table th,
table td {
  padding: 20px;
  vertical-align: top;
}

table td:first-child {
  white-space: nowrap;
}

*/

/*------------------------------
form
------------------------------*/
/*
.form tr td:first-child {
  width: 100px;
  vertical-align: top;
  padding-top: 1.5em;
  line-height: 1;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="date"],
textarea,
select {
  line-height: 1;
  width: 100%;
  padding: 1.4em 2em;
  color: #121212;
  background: #f9f9f9;
  letter-spacing: .1em;
  font-family: 'Helvetica Neue', Helvetica, Arial, 'Zen Kaku Gothic New', sans-serif;
}

input[type="submit"] {
  cursor: pointer;
}

textarea {
  height: 10em;
  padding: 1.2em 2em;
  line-height: 1.5;
}
*/

/*------------------------------
#lift
------------------------------*/
/*
#lift {
  position: fixed;
  bottom: -45px;
  right: 15px;
  transition: .5s;
}

#lift.lift-on {
  bottom: 15px;
}

#lift > a {
  background: transparent;
  display: block;
  width: 30px;
  height: 45px;
  line-height: 45px;
  letter-spacing: normal;
  text-align: center;
  text-decoration: none;
  border-radius: 15px;
  transition: .3s;
}

#lift > a:hover {
  opacity: .5;
}
*/

/*------------------------------
embed
------------------------------*/
.embed {
  position: relative;
  width: 100%;
  padding-top: 400px;
}

.embed iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  filter: grayscale(1);
}

.map iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
}

/*------------------------------
header
------------------------------*/

header {
  position: fixed;
  width: 100%;
  margin: 0;
  padding: 0;
  z-index: 1;
  background: rgba(255, 255, 255, 1);
  height: 80px;
  transition: .3s;
}

header h1 img {
  width: auto;
  height: 50px;
  z-index: 1;
  margin: 15px 0 0 20px;
}

/*------------------------------
nav
------------------------------*/
header nav {
  z-index: 1;
  line-height: 1;
}

header nav ul li {
  font-weight: 700;
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}

/* translate */
header ul li.translate select {
  font-family: 'Helvetica Neue', Helvetica, Arial, 'Zen Kaku Gothic New', sans-serif!important;
  font-weight: bold;
  color: #121212;
}

.translated-ltr #toggle {
  margin-top: 56px;
}

#toggle {
  display: none;
}

header .icon a {
  width: 18px;
  height: 18px;
  margin: 20px 5px 0;
  display: inline-block;
  vertical-align: middle;
}

/* sp */
@media screen and (max-width:1279px) {
  header nav {
    visibility: hidden;
    position: fixed;
    overflow: scroll;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0;
    transition: 0.3s ease-in-out;
  }

  html.open {
    overflow: hidden;
  }

  .open nav {
    visibility: visible;
    opacity: 1;
  }

  header nav h1 img {
    height: 50px;
    margin: 0;
  }

  header nav > ul {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -300px);
    text-align: center;
  }

  header nav > ul > li {
    display: block;
    font-size: 16px;
    margin: 32px 0;
  }

  header nav ul.nav2022 li {
    font-size: 15px;
    margin: 20px 0;
  }

  header nav ul.nav2022 li.icon {
    margin: 30px 0;
  }

  header nav > ul > li:nth-child(2),
  header nav > ul > li:nth-child(11) {
    margin-top: 40px;
  }

  /* submenu sp
  ------------------------------*/
  header nav > ul > li > p,
  header nav > ul > li > a {
    position: relative;
    display: inline-block;
    margin: 0;
    width: 180px;
    cursor: pointer;
  }

  header nav > ul > li > p + div {
    display: none;
    background: #fff;
    padding: 10px;
  }

  header nav > ul > li > p + div ul li {
    display: block;
    padding: 15px 0;
    font-size: 15px;
  }

  /* header nav > ul > li > p::after {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    border-top: solid 2px #333;
    border-right: solid 2px #333;
    transform: rotate(135deg);
    top: 50%;
    right: 0;
    margin-top: -7px;
    transition: .3s;
  }

  header nav > ul > li > p.active::after {
    transform: rotate(315deg);
    margin-top: -3px;
  } */

  /* toggle
  ------------------------------*/
  #toggle {
    display: block;
    width: 30px;
    height: 30px;
    position: fixed;
    top: 25px;
    right: 20px;
    z-index: 100;
    cursor: pointer;
  }

  #toggle div {
    position: relative;
  }

  #toggle span {
    display: block;
    width: 100%;
    height: 2px;
    background: #121212;
    position: absolute;
    left: 0;
    transition: 0.3s ease-in-out;
  }

  #toggle span:nth-child(1) {
    top: 5px;
  }

  #toggle span:nth-child(2) {
    top: 14px;
  }

  #toggle span:nth-child(3) {
    top: 23px;
  }

  /* .open */
  .open #toggle span:nth-child(1) {
    top: 14px;
    transform: rotate(45deg);
  }

  .open #toggle span:nth-child(2) {
    opacity: 0;
  }

  .open #toggle span:nth-child(3) {
    top: 14px;
    transform: rotate(-45deg);
  }
}

/*------------------------------
section
------------------------------*/
section {
  margin: 0 auto;
}

section#top {
  margin: 80px auto 0;
}

.lead {
  font-size: 14px;
  margin-top: 20px;
  letter-spacing: .02em;
}

.mt {
  margin-top: 60px;
}

.plx {
  height: auto;
  color: #fff;
  background-color: rgba(0, 0, 0, .2);
}

.plx::before {
  background-image: url(../images/2024/bg_img_sp.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}

/*------------------------------
front-page
------------------------------*/
#cover {
  position: relative;
}

#cover .slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#cover .slide div {
  position: relative;
}

#cover .slide .info {
  margin: 0;
  position: absolute;
  left: 20px;
  bottom: 20px;
}

#cover .slide p {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1;
  padding: 0 5px 2px;
  margin-top: 0;
  background: rgba(255, 255, 255, .9);
  display: inline-block;
}

#cover .slide p.lg {
  font-size: 24px;
  padding: 0 5px 4px;
}

#cover .slide .copy {
  margin: 0;
  position: absolute;
  top: 40px;
  left: 20px;
  font-size: 1.2rem;
  color: #fff;
  font-family: 'Zen Old Mincho', serif;
}

.event-info {
  margin: 0;
}

.event-info div {
  text-align: center;
  border: 2px solid #fff;
  padding: 40px 0;
}

.img_1,
.img_2,
.img_3,
.img_4,
.img_5,
.img_6,
.img_7,
.img_8,
.img_9,
.img_10,
.img_11,
.img_12 {
  position: absolute;
  width: 80px;
  z-index: -1;
}

.img_1 {
  top: 40px;
  left: -20px;
  transform: rotate(30deg);
}

.img_2 {
  top: 80px;
  right: -40px;
  transform: rotate(-10deg);
}

.img_3 {
  top: 200px;
  left: 0;
  transform: rotate(-30deg);
}

.img_4 {
  top: 240px;
  right: 0;
  transform: rotate(10deg);
}

.img_5 {
  top: 360px;
  left: -20px;
  transform: rotate(30deg);
}

.img_6 {
  top: 400px;
  right: -50px;
  transform: rotate(-10deg);
}

.img_7 {
  top: 520px;
  left: -30px;
  transform: rotate(-30deg);
}

.img_8 {
  top: 560px;
  right: -30px;
  transform: rotate(10deg);
}

.img_9 {
  top: 680px;
  left: -20px;
  transform: rotate(30deg);
}

.img_10 {
  top: 720px;
  right: -20px;
  transform: rotate(-10deg);
}

.img_11 {
  top: 840px;
  left: -10px;
  transform: rotate(-30deg);
}

.img_12 {
  top: 880px;
  right: 0;
  transform: rotate(10deg);
}

.bg_news {
  position: absolute;
  top: 50px;
  left: 0px;
  width: 130px;
  z-index: -1;
}

.bg_event {
  position: absolute;
  bottom: -80px;
  right: -10px;
  width: 140px;
  z-index: -1;
}

.event_title {
  font-size: .8em;
  border: 2px solid #121212;
  padding: 5px 10px;
  margin-top: 10px;
}

.place {
  margin: 0;
}

.place div {
  position: relative;
}

.place div img {
  filter: brightness(.9);
  height: 200px;
  object-fit: cover;
}

.place div p {
  position: absolute;
  bottom: 20px;
  left: 40px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
}

.date {
  margin-top: 10px;
  font-size: 12px;
}

.event img {
  filter: brightness(.9);
}

.event p {
  margin: 0;
  position: absolute;
  bottom: 20px;
  left: 40px;
  color: #fff;
  font-size: 1.4em;
  line-height: 1.6;
  font-weight: 700;
}

.thanks {
  text-align: center;
}

.thanks img {
  width: auto;
  height: 50px;
  margin: 80px 0 0 20px;
}

.thanks img:first-child {
  height: 44px;
  margin: 80px 20px 0 0;
}

.bg_ftr1 {
  position: absolute;
  top: 80px;
  left: -20px;
  width: 100px;
  z-index: -1;
}

.bg_ftr2 {
  position: absolute;
  top: 80px;
  right: -20px;
  width: 100px;
  z-index: -1;
}

/*------------------------------
page / single
------------------------------*/
#page .container,
#single .container {
  padding: 120px 0 40px;
}

.col-single h2 {
  font-size: 18px;
}

.col-single .content p {
  margin-top: 40px;
}

.col-single .content img {
  margin: 50px 0 5px;
}

.col-single a {
  word-break: break-all;
}

#single .date {
  margin-top: 40px;
}

#page .share,
#single .share {
  margin-top: 40px;
}

#page .share a,
#single .share a {
  border: none;
}

#page .share a img,
#single .share a img {
  width: 18px;
  margin: 0 0 0 10px;
  vertical-align: middle;
}

#single .sidebar div {
  margin-top: 20px;
}

#single .sidebar a p {
  font-size: 12px;
  padding: 10px 0;
  border-top: 1px solid #121212;
}

#single .sidebar a:last-child p {
  border-bottom: 1px solid #121212;
}

/*------------------------------
footer
------------------------------*/
#footer {
  text-align: center;
  color: #121212;
  padding: 0 0 40px;
  background: #fff;
}

/*------------------------------
js
------------------------------*/
.slide {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-dots {
  width: auto;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
}

@media (min-width: 768px) {
  .slick-dots {
    bottom: 10px;
    left: auto;
    right: 40px;
    transform: none;
  }
}

.slick-dots li {
  margin: 0 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.slick-dots li button:before {
  content: '';
  width: 10px;
  height: 10px;
  background: #ddd;
  opacity: 1;
  border-radius: 50%;
}

.slick-dots li.slick-active button:before {
  background: #121212;
  opacity: 1;
}

/*------------------------------*/
.delighter {
  transition: all .5s ease-out;
  transform: translateY(160px);
  opacity: 0;
}

.delighter.started {
  transform: none;
  opacity: 1;
}

/*------------------------------
wp
------------------------------*/

.wp-block-quote {
  border-left: 3px solid #121212;
  padding-left: 30px;
}

.wp-block-quote cite a {
  font-style: normal;
  color: #121212;
}

/* post-link
------------------------------*/
.post-link {
  text-align: center;
}

.post-link div {
  display: inline-block;
  margin: 0 20px;
}

.post-link div img {
  width: 10px;
}

/* pagination
------------------------------*/
.pagination {
  text-align: center;
}

.page-numbers {
  display: inline-block;
  color: #121212;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0;
  margin: 80px 10px;
  padding: 2px;
  border: none;
}

.page-numbers.current {
  border-bottom: 1px solid #121212;
}

a.page-numbers:hover {
  color: #121212;
}

/*------------------------------
768
------------------------------*/
@media (min-width: 768px) {
  body {
    font-size: 15px;
  }

  h1,
  h2 {
    font-size: 32px;
  }

  #page h2.page-title {
    font-size: 24px;
    margin-bottom: 40px;
  }

  h3,
  #page h2,
  #single h2 {
    font-size: 18px;
  }

  h4 {
    font-size: 16px;
  }

  .lead {
    font-size: 15px;
  }

  .mt {
    margin-top: 120px;
  }

  /* front-page 768
  ------------------------------*/
  #cover .slide img {
    /* height: calc(100vh - 100px); */
    object-fit: cover;
  }

  #cover .slide .info {
    left: 80px;
    bottom: 60px;
  }

  #cover .slide p {
    font-size: 26px;
    padding: 0 10px 4px;
    margin-top: 20px;
  }

  #cover .slide p.lg {
    font-size: 46px;
    padding: 0 10px 8px;
  }

  #cover .slide .copy {
    top: auto;
    bottom: 320px;
    left: 80px;
    font-size: 2.2rem;
  }

  .btn.transparent {
    min-width: 200px;
  }

  /*
  .img_1,
  .img_2,
  .img_3,
  .img_4,
  .img_5,
  .img_6,
  .img_7,
  .img_8,
  .img_9,
  .img_10,
  .img_11,
  .img_12 {
    width: 120px;
  }

  .img_1 {
    top: 50px;
    left: -50px;
  }

  .img_2 {
    top: 100px;
    right: -50px;
  }

  .img_3 {
    top: 150px;
    left: 150px;
  }

  .img_4 {
    top: 200px;
    right: 150px;
  }

  .img_5 {
    top: 250px;
    left: -50px;
  }

  .img_6 {
    top: 300px;
    right: -50px;
  }

  .img_7 {
    top: 350px;
    left: 250px;
  }

  .img_8 {
    top: 400px;
    right: 250px;
  }

  .img_9 {
    top: 450px;
    left: -50px;
  }

  .img_10 {
    top: 500px;
    right: -50px;
  }

  .img_11 {
    top: 550px;
    left: 150px;
  }

  .img_12 {
    top: 600px;
    right: 150px;
  } */

  .bg_news {
    top: 20px;
    width: 260px;
  }

  .bg_event {
    width: 280px;
  }

  .place div img {
    height: 400px;
  }

  .fx2 div a div {
    padding-top: 66.666%;
  }

  .thanks img {
    height: 70px;
  }

  .thanks img:first-child {
    height: 64px;
  }

  .bg_ftr1 {
    top: 100px;
    left: 50%;
    width: 200px;
    margin-left: -400px;
  }

  .bg_ftr2 {
    top: 100px;
    left: 50%;
    right: auto;
    width: 200px;
    margin-left: 200px;
  }

  /* page / single 768
  ------------------------------*/
  #page .container,
  #single .container {
    padding: 160px 0 80px;
  }

  #single .sidebar div {
    margin-top: 50px;
  }
}

/*------------------------------
1280
------------------------------*/
@media (min-width: 1280px) {

  /* header 1280px
  ------------------------------*/
  header {
    height: 100px;
  }

  header nav {
    position: absolute;
    top: 34px;
    right: 25px;
    transition: .3s;
  }

  header h1 img {
    height: 70px;
    position: absolute;
    top: 15px;
    left: 40px;
    margin: 0;
  }

  header nav ul li {
    margin: 0 8px;
    font-size: 16px;
    padding: 0 0 16px;
  }

  header .icon a {
    margin: 0 5px;
  }

  header nav ul.nav2022 li {
    margin: 0 5px;
    font-size: 13px;
  }

  header.header-s {
    height: 60px;
  }

  header.header-s h1 img {
    top: 5px;
    height: 50px;
  }

  header.header-s nav {
    top: 15px;
  }

  /* submenu 1024px
  ------------------------------*/
  header nav > ul > li {
    position: relative;
  }

  header nav > ul > li > p + div {
    visibility: hidden;
    display: flex;
    position: absolute;
    top: 28px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    padding: 0 10px 10px;
    border-radius: 8px;
    opacity: 0;
    transition: .3s;
    z-index: 1;
  }

  header nav > ul > li:hover p + div {
    visibility: visible;
    opacity: 1;
    top: 18px;
  }

  header nav > ul > li p + div > ul > li {
    display: block;
    margin: 16px;
    padding: 0;
    text-align: center;
    white-space: nowrap;
  }

  /* hover-fx 1024px
  ------------------------------*/
  header nav ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
  }

  header nav ul li a::after {
    position: absolute;
    top: 24px;
    left: -1px;
    content: '';
    width: 100%;
    height: 2px;
    background: #121212;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform .3s;
  }

  header nav ul li a:hover::after {
    transform-origin: left top;
    transform: scale(1, 1);
  }

  header nav ul li a.current::after {
    transform-origin: center top;
    transform: scale(1, 1);
  }

  header nav ul li.icon a:hover::after {
    transform: scale(0, 1);
  }

  section#top {
    margin: 100px auto 0;
  }

  .plx::before {
    background-image: url(../images/2024/bg_img_pc.webp);
  }
}

/*------------------------------
1366 1600
------------------------------*/
@media (min-width: 1366px) {
  header nav ul li {
    margin: 0 8px;
  }
}

@media (min-width: 1600px) {
  header nav ul li {
    margin: 0 16px;
  }
}

/*------------------------------
container
------------------------------*/
.container {
  position: relative;
  width: 90%;
  margin: 0 auto;
  padding: 60px 0;
}

@media (min-width: 768px) {
  .container {
    width: 648px;
    /* padding: 120px 0; */
    padding: 80px 0;
  }
}

@media (min-width: 992px) {
  .container {
    width: 900px;
  }
}

@media (min-width: 1280px) {
  .container {
    width: 1200px;
  }
}

/*------------------------------
display
------------------------------*/
@media (min-width: 1279px) {
  .sp {
    display: none !important
  }
}

@media (max-width: 1280px) {
  .pc {
    display: none !important
  }
}

.hidden {
  display: none !important
}