/*--------------------------------------------------
 common 共通の設定
----------------------------------------------------*/
.pcOnly {
  display: block;
}
.spOnly {
  display: none;
}
.box1200 {
  max-width: 1200px;
  margin: 0 auto;
}
.box960 {
  max-width: 960px;
  margin: 0 auto;
}
.box800 {
  max-width: 800px;
  margin: 0 auto;
}
.box700 {
  max-width: 700px;
  margin: 0 auto;
}
.box600 {
  max-width: 600px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .pcOnly {
    display: none;
  }
  .spOnly {
    display: block;
  }
  .box1200, .box960, .box800, .box700, .box600 {
    width: 95%;
  }
  #gFooter {
    margin-top: 0;
  }
}
.txt {
  margin-top: 50px;
  margin-bottom: 50px;
}
.center {
  text-align: center;
}
article {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #1A1918;
  width: 100%;
  line-height: 180%;
  text-align: justify;
  letter-spacing: 0.1em;
  font-size: 1.6rem;
  overflow: hidden;
}
article a {
  transition: 0.3s;
}
article p {
  line-height: 1.8;
}
article h2:not(#concept h2) {
  position: relative;
  padding-bottom: 50px;
  font-size: 20px;
  text-align: center;
}
article h2:not(#concept h2)::before {
  content: attr(data-en);
  display: block;
  position: relative;
  top: -15px;
  color: #1F8D61;
  font-size: 70px;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
}
/*スクロールでフェードイン*/
.fadeIn {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  visibility: visible !important;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.animation {
  visibility: hidden;
}
/*--------------------------------------------------
 top トップ
----------------------------------------------------*/
#top {
  width: 100%;
  height: calc(100vh - 166px); /*ナビとパンくずの高さを引く*/
  min-height: 700px; /*好みの高さに設定*/
  position: relative;
  background: url("../img/top.png") no-repeat bottom, #E0F2F2;
  background-size: cover;
}
#top h1 {
  width: fit-content;
  padding: 2rem;
  font-size: clamp(3rem, 2vw + 1rem, 5rem);
  line-height: 1.4;
  /*background: rgba(255, 255, 255, 0.25);
  box-shadow: 0 8px 32px 0 rgba(204, 222, 222, 0.37);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border-radius: 10px;*/
}
#top p {
  position: absolute;
  bottom: 15px;
  left: 15px;
  font-size: 1.3rem;
}
#top .scroll {
  position: absolute;
  width: 200px;
  height: 200px;
  bottom: -100px;
  right: 80px;
  z-index: 2;
  animation: rotation 20s linear infinite;
}
@keyframes rotation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}
#top .scroll img {
  width: 100%;
}
/*スマホ表示*/
@media (max-width: 767px) {
  #top {
    height: calc(100svh - 94px); /*ナビとパンくずの高さを引く*/
    background-image: none;
    display: flex;
  }
  #top h1 {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    margin: 0 auto;
    padding-top: 30px;
  }
  #top p {
    left: auto;
    right: 15px;
  }
  #topimg {
    position: absolute;
    width: 100%;
    height: 50vh;
    background: url("../img/top.png") no-repeat center;
    background-size: cover;
    bottom: 0;
    left: 0;
  }
  #top .scroll {
    width: 150px;
    height: 150px;
    top: 30%;
    bottom: auto;
    right: 10px;
  }
}
/*--------------------------------------------------
concept
----------------------------------------------------*/
#concept {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #00000094;
  padding-top: 160px;
  padding-bottom: 160px;
}
#concept > div {
  max-width: 600px;
  text-align: center;
}
#concept div h2 {
  margin-bottom: 3rem;
}
#concept div h2, #concept div p {
  color: white;
  line-height: 2.5;
}
#concept div p {
  margin-top: 2rem;
}
#visualVerticalImg {
  position: absolute;
  /*top: -300px;*/
  z-index: -1;
  width: 100%;
}
#visualVerticalImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/*#concept .cpt_bg {
  position: absolute;
  z-index: -1;
}*/
@media (max-width: 767px) {
  #concept div {
    width: 90%;
    margin: 0 auto;
    text-align: justify;
  }
  #visualVerticalImg {
    width: auto;
    height: 100%;
    top: -100px;
  }
}
/*--------------------------------------------------
roji
----------------------------------------------------*/
#roji {
  margin: 0 auto;
  padding: 200px 0;
  background-color: #F9F6F0;
}
#roji .wrap {
  max-width: 960px;
  margin: 0 auto;
}
#roji .ba {
  display: flex;
  justify-content: space-between;
  text-align: center;
  color: #1F8D61;
}
#roji .ba p {
  padding: 0.3rem 1rem;
  border: 1px solid #1F8D61;
  width: fit-content;
  border-radius: 50px;
  background: #fff;
  margin: 0 auto;
}
#roji .textBox {
  max-width: 700px;
  margin: 85px auto;
}
#roji .textBox ul {
  margin: 20px auto;
}
#roji .textBox ul li {
  font-weight: 700;
}
#roji .kenchikuhou43 {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  border-radius: 10px;
  padding: 40px;
  z-index: 1;
}
#roji .kenchikuhou43::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #fff;
  border-radius: 10px;
  z-index: -1;
}
#roji .kenchikuhou43::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: inherit;
  top: 0;
  left: 0;
  border-radius: 10px;
  border: 1px solid #333333;
}
#roji .kenchikuhou43 div, #roji .kenchikuhou43 img {
  width: 48%;
}
#roji .kenchikuhou43 div h3 {
  margin-bottom: 1em;
}
.arrow {
  position: relative;
}
.arrow::before, .arrow::after {
  position: absolute;
  content: '';
  width: 35px;
  height: 35px;
  border-top: solid 3px #1F8D61;
  border-right: solid 3px #1F8D61;
  transform: rotate(45deg) translateY(-50%) translateX(-50%);
  top: 50%;
  left: 48%;
}
.arrow::after {
  left: 50%;
}
.marker {
  background: linear-gradient(transparent 50%, rgba(238, 255, 0, .5) 50%);
  display: inline;
  /* 背景の繰り返しを停止 */
  background-repeat: no-repeat;
  /* マーカーの横方向を0にして縮める */
  background-size: 0% 100%;
  /* マーカーが引かれる速度を指定 */
  transition: background-size 1.5s;
}
/* マーカーが引かれる際に付与するクラス */
.marker.on {
  /* 横方向を100%にして、マーカーを引く */
  background-size: 100% 100%;
}
.custom-shape-divider-top-1695890899 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}
.custom-shape-divider-top-1695890899 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 195px;
}
#story .custom-shape-divider-top-1695890899 .shape-fill, #IG .custom-shape-divider-top-1695890899 .shape-fill {
  fill: #F9F6F0;
}
#award .custom-shape-divider-top-1695890899 .shape-fill, #IG .custom-shape-divider-top-1695890899 .shape-fill {
  fill: #F9F6F0;
}
#image .custom-shape-divider-top-1695890899 .shape-fill, #link .custom-shape-divider-top-1695890899 .shape-fill {
  fill: #fff;
}
@media (max-width: 767px) {
  #roji .wrap {
    width: 95%;
  }
  #roji .ba {
    flex-wrap: wrap;
  }
  #roji .ba div {
    width: 100%;
  }
  #roji .ba div:last-of-type {
    margin-top: 100px;
  }
  #roji .ba div img {
    width: 100%;
  }
  .arrow::before, .arrow::after {
    transform: rotate(137deg);
    top: 47%;
    left: 46%;
  }
  .arrow::after {
    top: 48%;
    left: 46%;
  }
  #roji .textBox {
    width: 90%;
    margin: 50px auto;
  }
  #roji .kenchikuhou43 {
    flex-wrap: wrap;
    width: 95%;
    margin: 0 auto;
  }
  #roji .kenchikuhou43 div, #roji .kenchikuhou43 img {
    width: 100%;
  }
  #roji .kenchikuhou43 div {
    margin-bottom: 2em;
  }
}
/*--------------------------------------------------
story
----------------------------------------------------*/
#story {
  position: relative;
  padding: 200px 0;
}
#story .wrap {
  max-width: 960px;
  margin: 50px auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
#story > p {
  width: 960px;
  margin: 0 auto;
  text-align: right;
  color: #1F8D61;
}
.item {
  display: block;
  width: calc(100% / 2 - 15px);
  height: 30vw;
  max-height: 307px;
  overflow: hidden;
  position: relative;
  border-radius: 25px;
  /*background-image: url("../img/photos-3.png");*/
}
.item:nth-child(2n) {
  margin-top: 70px;
}
.item img {
  width: 100%;
  height: 100%;
}
.item .mask {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute; /* 絶対位置指定 */
  top: 0;
  left: 0;
  opacity: 0; /* マスクを表示しない */
  background-color: rgba(13, 178, 63, 0.50); /* マスクは半透明 */
  transition: all 0.5s ease;
  border-radius: 25px;
  color: white;
}
.item .mask div {
  width: 80%;
  margin: 0 auto;
}
.item .mask div h3 {
  font-size: 2.4rem;
}
.item:hover .mask {
  opacity: 1; /* マスクを表示する */
}
.fancybox-overlay {
  background: rgba(0, 0, 0, 0.45);
}
@media (max-width: 767px) {
  #story .wrap {
    width: 90%;
    margin: 0 auto;
  }
  .item:nth-child(2n) {
    margin-top: 0;
  }
  .item {
    width: 100%;
    height: 55vw;
    margin-top: 20px !important;
  }
}
/*--------------------------------------------------
image
----------------------------------------------------*/
#image {
  padding: 200px 0;
  text-align: center;
  background-color: #F9F6F0;
}
#image .img {
  width: 960px;
  margin: 0 auto;
  height: auto;
  overflow: scroll;
}
#image p:not(.img) {
  width: 960px;
  margin: 0 auto;
  text-align: right;
  color: #1F8D61;
}
.swiper {
  height: 80vh;
  max-height: 700px; /* 最大の高さ */
  min-height: 355px; /* 最小の高さ */
}
.swiper-slide {
  display: flex;
  justify-content: center; /* 左右の中央揃え */
}
.swiper-slide img {
  align-self: center; /* 上下の中央揃え */
  max-height: 100%;
  max-width: 100%;
  width: auto;
}
.swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%231F8D61'%2F%3E%3C%2Fsvg%3E"); /* 矢印の色　1F8D61の部分を任意の色に変える */
}
.swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%231F8D61'%2F%3E%3C%2Fsvg%3E"); /* 矢印の色　1F8D61の部分を任意の色に変える */
}
@media (max-width: 767px) {
  #image .img {
    height: 500px;
  }
  #image .img, #image p:not(.img) {
    width: 90%;
  }
  .swiper {
    height: 45vh;
  }
  #image {
    padding-bottom: 100px;
  }
}
/*--------------------------------------------------
AWARD
----------------------------------------------------*/
#award {
  position: relative;
  padding: 200px 0;
}
#award .wrap {
  max-width: 960px;
  margin: 50px auto;
  display: block;
}
#award img {
  margin: 0 auto 10rem;
  display: block;
  border-radius: 20px;
}
#award .txt {
  max-width: 500px;
  margin: 5rem auto;
  display: block;
}
#award h3 {
    margin: 3rem auto;
}
#award .btn a {
  position: relative;
  display: block;
  width: 280px;
  padding: 15px 0;
  background-color: #21be78;
  border-radius: 8px;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  margin: 0 0 5rem auto;
}
#award .btn-arrow-right a::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 27px;
  width: 9px;
  height: 9px;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  box-sizing: border-box;
}
#award a:hover{
  background-color: #fff; 
    color: #21be78;
    border: solid 2px #21be78;
    border-radius: 8px;
}
@media (max-width: 767px) {
    #award {
        width: 96%;
    }
  #award img{
        width: 96%;
    }    
}
/*--------------------------------------------------
IG
----------------------------------------------------*/
#IG h2.ig_h {
  display: inline-block;
  position: relative;
  font-size: 2.5rem;
  color: #1F8D61;
}
#IG h2.ig_h::before, #IG h2.ig_h::after {
  content: '';
  display: block;
  width: 33px;
  height: 44px;
  position: absolute;
  left: -55px;
  top: 20px;
  background-image: url("../img/IG_h.png");
  background-position: center center;
  background-size: contain;
}
#IG h2.ig_h::after {
  left: inherit;
  right: -55px;
  transform: scale(-1, 1);
}
#IG .wrap {
  padding: 200px 0;
  text-align: center;
}
#IG a {
  display: block;
  margin-top: 80px;
}
@media (max-width: 767px) {
  #IG h2.ig_h {
    font-size: 2rem;
  }
  #IG h2.ig_h::before, #IG h2.ig_h::after {
    left: -45px;
  }
  #IG h2.ig_h::after {
    left: inherit;
    right: -45px;
  }
}
/*--------------------------------------------------
link
----------------------------------------------------*/
#link {
  padding: 200px 0;
  background-color: #1F8D61;
  color: white;
}
#link h2 {
  color: white;
}
#link h2::before {
  color: white !important;
}
#link .wrap {
  max-width: 960px;
  margin: 0 auto;
}
#link a {
  color: white;
}
/*#link ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 790px;
  margin: 0 auto;
}
#link ul li {
  width: calc(100% / 3 - 10px);
}*/
#link ul li {
  margin: 0 auto;
}
#link ul li img {
  width: 100%;
}
#link .wrap > div {
  display: flex;
  justify-content: space-between;
  align-content: center;
  position: relative;
}
#link .box800 figure {
  width: 40%;
}
#link .box800 figure img {
  width: 100%;
  height: auto;
  border-radius: 50%;
}
#link .box800 figure figcaption {
  width: fit-content;
  display: block;
  padding: 1rem 2rem;
  margin: 20px auto 0;
  /*background: white;*/
  border-radius: 100px;
  border: 2px solid #fff;
  font-size: 2rem;
  font-weight: 600;
}
#link figure::after {
  content: "×";
  display: block;
  /*width: 10%;
	font-weight: bold;*/
  font-size: 7rem;
  position: absolute;
  top: 43%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  #link .wrap {
    width: 95%;
  }
  #link .wrap > div {
    flex-direction: column;
  }
  #link .box800 figure {
    width: 100%;
  }
  #link .tojuken {
    margin-top: 100px;
  }
  #link .box800 figure figcaption {
    margin-top: 10px;
  }
  #link figure::after {
    top: 50%;
  }
  /*#link .box800 figure {
    width: 100%;
    margin: 0 auto;
  }*/
  /*
  #link ul {
    width: 90%;
  }
  #link ul li {
    width: calc(100% / 2 - 10px);
  }*/
}
/*--------------------------------------------------
モーダル個別ページcss
----------------------------------------------------*/
body#page {
  background-color: #fff;
}
body#page h1 {
  font-size: 24px;
}
body#page p {
  font-size: 16px;
  line-height: 1.5;
}
.page {
  max-width: 960px;
  margin: 200px auto;
}
/*--------------------------------------------------
販売ページボタン
----------------------------------------------------*/
.contact button {
  border: none;
}
.contact p {
  line-height: normal;
}
.cta_btn {
  position: fixed;
  background-color: #1F8D61;
  border-radius: 0;
  bottom: 3%;
  right: 0;
  box-shadow: 0 1px 3px 1px rgb(0 0 0 / 8%);
  transition: all 0.3s ease;
  z-index: 90;
}
.cta_link {
  display: flex;
  align-items: center;
}
.cta_icon {
  padding: 2rem;
  color: #fff;
}
.cta_ttl {
  padding-left: 8px;
  padding: 2rem;
  text-align: justify;
  font-size: 1.8rem;
  letter-spacing: 0.1rem;
  font-weight: normal;
  color: #fff;
}
#cta_floating.cta_btn, .cta_floating {
  transform: translateX(10rem);
}
#cta_floating.cta_btn:hover, .cta_floating:hover {
  transform: translateX(0);
}
/*スマホ表示*/
@media screen and (max-width: 767px) {
  #details table {
    width: 100%;
  }
  #details table th, #details table td {
    display: block;
    width: 100%;
    height: auto;
    border-block-end: 0px;
    padding: 3px 10px;
  }
  #details table th {
    background-color: #E5E0D1;
  }
  #cta_floating.cta_btn, .cta_floating {
    transform: translateX(0);
  }
  .cta_btn {
    right: 16px;
    height: 60px;
    width: 60px;
    padding: 0;
    text-align: center;
    border-radius: 50%;
    border: none;
    outline: none;
    box-shadow: 0 1px 3px 1px rgb(0 0 0 / 8%);
    box-shadow: 0 2px 4px -1px rgb(0 0 0 / 20%), 0 4px 5px 0 rgb(0 0 0 / 14%), 0 1px 10px 0 rgb(0 0 0 / 12%);
    transform: translateX(calc(100% + 16px));
    transition: 0.2s cubic-bezier(0, .6, .99, 1);
    cursor: pointer;
  }
  .cta_link .material-icons-outlined {
    margin-left: -.3rem;
  }
}