@charset "UTF-8";

html {
  visibility: hidden;
}

html.wf-active {
  visibility: visible;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0;
  display: block;
}

span {
  display: block;
}

h1 {

}

ul,
ol,
li {
  list-style: none;
  display: block;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  overflow-x: hidden;
  overflow-y: scroll;
}

a {
  text-decoration: none;
  text-decoration-skip-ink: auto;
  display: block;
}

img,
picture {
  width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

input, textarea, button {
  color: #656565;
  background-color: #fff;
  margin: 0em;
  padding: 0;
  border-width: 0;
  border-style: none;
  border-color: transparent;
}

input, textarea {
  cursor: text;
}

button {
  cursor: pointer;
}

input:focus {
  background-color: #fff;
  margin: 0em;
  padding: 0;
  border-width: 0;
  border-style: none;
  border-color: transparent;
}

:focus-visible {
  outline: none;
}

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

@media screen and (max-width: 959px) {
  .pc {
    display: none;
  }
}

body {
  background: #fff;
  color: #231815;
  margin: 0 auto;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0;
  overflow-x: hidden;
  width: 100%;
  -webkit-font-smoothing: antialiased;
}

@media screen and (max-width: 960px) {
  body {
    font-size: 15px;
    font-size: calc(0.3418803419vw + 12.7179487179px);
    line-height: 1.7857142857;
  }
}
@media screen and (max-width: 375px) {
  body {
    font-size: 14px;
  }
}
.button {
  cursor: pointer;
}

a:hover,
a:active,
a:focus {
  opacity: 0.9;
  transition-duration: 0.3s;
  transform: scale(102%);
}

.l-container--full {
  width: 100%;
  margin: 0 auto;
}

.l-container--large {
  width: 90.4%;
  margin: 0 auto;
}

.l-container--medium {
  width: 88.2666666667%;
  margin: 0 auto;
}

.l-container--small {
  width: 80%;
  margin: 0 auto;
}

@media screen and (max-width: 960px) { 
  .l-container--small {
    width: 88.2666666667%;
  }
}

.l-footer {
  width: 100%;
  margin: 0 auto;
}

.c-contents__item {
  margin: 0 auto 60px;
}

.c-contents__item--profile {
  display: flex;
}

@media screen and (max-width: 960px) { 
  .c-contents__item--profile {
    flex-direction: column;
    align-items: center;
  }
}

.c-contents__item--area {
  padding: 135px 0 0;
  position: relative;
  max-width: 950px;
}

.c-contents__item--areaYakushima {
  margin: 120px auto 0;
  border-top: 1px solid #F0F7F4;
}

@media screen and (max-width: 960px) { 
  .c-contents__item--areaYakushima {
    margin: 100px auto 0;
  }
}

.c-contents__item--area::after {
  position: absolute;
  content: "";
  background: url(../img/map-of-amami.png) no-repeat center center/cover;
  width: 375px;
  height: 400px;
  right: -93px;
  top: 1px;    
  z-index: -1;
}

@media screen and (max-width: 960px) { 
  .c-contents__item--area::after {
    right: -20px;
  }
}

.c-contents__item--areaYakushima::after {
  background: url(../img/map-of-yakushima.png) no-repeat center center/cover;
  width: 300px;
  height: 283px;
  top: 40px;
  right: -57px; 
}

@media screen and (max-width: 960px) {
  .c-contents__item--areaYakushima::after {
    right: 0; 
  }
}

.c-contents__item--feature {
  padding: 40px 0 0 0; 
  max-width: 850px;
}

.c-contents__item--content {
  margin: 0 auto 80px;
  display: flex;
  max-width: 1100px;
  column-gap: 45px;
  width: 100%;
}

@media screen and (max-width: 960px) { 
  .c-contents__item--content {
    flex-direction: column;
    margin: 0 auto 60px;
  }
}

@media screen and (min-width: 961px) {
  .c-contents__item--reverse {
    flex-direction: row-reverse;
  }
}


.c-contents__title {
  font-family: 'Shippori Mincho', serif;
  line-height: 1;
  position: relative;
}

.c-contents__title::before {
  position: absolute;
  content: "";
}

.c-contents__title::after {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
}

.c-contents__title--profile {
  font-size: 30px;
  display: inline-block;
  letter-spacing: -0.1em;
  font-weight: bold;
}

@media screen and (max-width: 960px) { 
  .c-contents__title--profile {
    margin: 70px 0 0 0;
  }
}

.c-contents__title--profile::before {
  background: url(../img/ton-chan-1.png) no-repeat center center/cover;
  width: 80px;
  height: 80px;
  left: -75px;
  bottom: 5px;
}

@media screen and (max-width: 960px) { 
  .c-contents__title--profile::before {
    left: -65px;
  }
}

.c-contents__title--profile::after {
  background: url(../img/who-is-ton-chan.png) no-repeat center center/cover;
  width: 150px;
  height: 48px;
  top: -38px;
}

.c-contents__item--instagram {
  max-width: 1100px;
  display: flex;
  gap: 0 10px;
  overflow-x: scroll;
}

.c-contents__title--underline::before {
  width: 128px;
  height: 1px;
  background-image : linear-gradient(to right, #00A73C, #00A73C 2px, transparent 2px, transparent 2px); 
  background-size: 4px 1px; 
  background-position: left bottom;
  background-repeat: repeat-x;  
}

.c-contents__title--area {
  font-size: 40px;
  letter-spacing: .05em;
  text-align: center;
}

.c-contents__title--area::before {
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
}

.c-contents__title--area::after {
  background: url(../img/amami-oshima.png) no-repeat center center/cover;
  width: 90px;
  height: 50px;
  top: -40px;
}

.c-contents__title--areaYakushima::after {
  background: url(../img/yakushima.png) no-repeat center center/cover;
  width: 66px;
  height: 60px;
}

.c-contents__title--content {
  font-size: 25px;
  line-height: 1.4;
  text-align: left;
}

.c-contents__title--content::before {
  bottom: -32px;
  left: 0;
}

.c-contents__heading {
  border-top: 1px solid #00A73C;
  border-bottom: 1px solid #00A73C;
  position: relative;
}

.c-contents__heading::before, .c-contents__heading::after {
  position: absolute;
  content: "";
}

.c-contents__heading::before {
  background: url(../img/ton-chan-2.png) no-repeat center center/cover;
  width: 50px;
  height: 62px;
  left: 23px;
  bottom: -9px;
}

@media screen and (max-width: 960px) { 
  .c-contents__heading::before {
    left: 3px;
    width: 45px;
    height: 56px;
    bottom: -32px;
  }
}

.c-contents__heading::after {
  background: url(../img/greboo-1.png) no-repeat center center/cover;
  width: 67px;
  height: 64px;
  right: 16px;
  bottom: -7px;
}

@media screen and (max-width: 960px) { 
  .c-contents__heading::after {
    right: 1px; 
    width: 60px;
    height: 58px;
    bottom: -30px;
  }
}

.c-contents__heading__item {
  padding: 25px 0;
  color: #00A73C;
  text-align: center;
  font-size: 25px;
  line-height: 1.4;
  letter-spacing: .05em;
  font-family: 'Shippori Mincho', serif;
  font-weight: 500;
}

@media screen and (max-width: 960px) { 
  .c-contents__heading__item {
    font-size: 20px;
  }
}


.c-contents__profileImage {
  position: relative;
  margin: 30px auto 0;
  max-width: 200px;
}

@media screen and (max-width: 960px) { 
  .c-contents__profileImage {
    width: 100%; 
    margin: 0 auto;
  }
}

.c-contents__profileImage::after {
  position: absolute;
  content: "";
  background: url(../img/camera.png) no-repeat center center/cover;
  width: 109px;
  height: 89px;
  right: -36px;
  top: -74px; 
}

.c-contents__profileImageItem {
  max-width: 200px;
}

.c-contents__text {
  margin: 0 0 40px 0;
  text-align: left;
  font-size: 14px;
  line-height: 2;
}

@media screen and (max-width: 960px) {
  .c-contents__text {
    margin: 0 0 30px 0;
  }
}

.c-contents__text--profile {
  margin: 38px 0 0 0;
}

.c-contents__text--area {
  margin: 80px 0 0 0;
  font-weight: bold;
  line-height: 2.3;
  text-align: center;
}

@media screen and (max-width: 960px) { 
  .c-contents__text--area {
    text-align: left;
  }
}

.c-contents__text--feature {
  margin: 43px 0;
  text-align: center;
}

@media screen and (max-width: 960px) { 
  .c-contents__text--feature {
    text-align: left;
  }
}

.c-contents__text--content {
  margin: 60px 0 0;
}

@media screen and (max-width: 960px) { 
  .c-contents__text--content {
    margin: 60px 0 0px;
  }
}

.c-contents__text--areaYakushima {
  white-space: nowrap;
}

@media screen and (max-width: 960px) { 
  .c-contents__text--areaYakushima {
    white-space: normal;
  }
}

.c-contents__data {
  margin: 15px 0 0;
}

@media screen and (max-width: 960px) { 
  .c-contents__data {
    margin: 20px 0 0;
  }
}

.c-contents__subtitle {
  font-weight: bold;
  font-size: 15px;
}

.c-contents__list {
  font-size: 14px;
}

.c-contents__listItem {
  position: relative;
  padding: 0 0 0 14px;
}

.c-contents__listItem::before {
  position: absolute;
  width: 4px;
  height: 4px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border-radius: 50%;
  content: '';
  background-color: #000;
}

.c-contents__wrapper {
  display: flex;
  column-gap: 15px;
}

.c-contents__linkWrapper {
  margin: 10px 0 0 0;
  display: inline-block;
}

@media screen and (max-width: 960px) { 
  .c-contents__linkWrapper {
    margin: 20px 0 0 0;
  }
}

.c-contents__link {
  color: #00A73C;
  font-family: 'Cormorant', serif;
  font-size: 15px;
  display: flex;
  column-gap: 6px;
  justify-content: space-between;
  align-items: center;
  background-image : linear-gradient(to right, #00A73C, #00A73C 2px, transparent 2px, transparent 2px); 
  background-size: 4px 1px; 
  background-position: left bottom;
  background-repeat: repeat-x;
}

@media screen and (max-width: 960px) { 
  .c-contents__link {
    margin: 0;
    font-size: 16px;
  }
}

.c-contents__link--instagram {
  color: #E1306C;
  background-image : linear-gradient(to right, #E1306C, #E1306C 2px, transparent 2px, transparent 2px); 
}

.c-contents__link--profile {
  margin: 43px auto 0;
}

.c-contents__link__icon {
  width: 13px;
  height: 13px;
}

@media screen and (max-width: 960px) { 
  .c-contents__link__icon {
    width: 20px;
    height: 20px;
  }
}

.c-contents__image {
  height: 100%;
  flex-shrink: 0;
  position: relative;
}

@media screen and (max-width: 960px) { 
  .c-contents__image {
    width: 100%;
  }
}

.c-contents__image::after {
  position: absolute;
  content: "";
  background: url(../img/greboo-2.png) no-repeat center center/cover;
  width: 115px;
  height: 110px;
  left: 12px;
  bottom: -52px;
}

@media screen and (max-width: 960px) { 
  .c-contents__image::after {
    width: 92px;
    height: 88px;
    bottom: -42px;
  }
}

.c-contents__image--reverse::after {
  background: url(../img/greboo-1.png) no-repeat center center/cover;
  left: auto;
  right: 12px;
}

.c-contents__imageItem {
  border-radius: 0 47px;
  max-width: 440px;
  object-fit: cover;
}

@media screen and (max-width: 960px) {
  @supports (object-fit: cover) {
    .c-contents__imageItem {
      max-width: 100%;
      max-height: 440px;
    }
  }
}

.c-contents__item--profile {
  display: flex;
  padding: 90px 0 50px; 
  column-gap: 30px;
  margin: 0 auto;
  max-width: 850px;
  position: relative;
}

@media screen and (max-width: 960px) { 
  .c-contents__item--profile {
    max-width: 90%;
    justify-content: center;
  }
}

.c-contents__item--profile::before {
  position: absolute;
  content: "";
  background: url(../img/ton-chan-2.png) no-repeat center center/cover;
  width: 63px;
  height: 80px;
  left: -100px;
  bottom: -10px;    
}

@media screen and (max-width: 960px) { 
  .c-contents__item--profile::before {
    width: 63px;
    height: 80px;
    left: 10px;
    bottom: -40px;    
  }
}

.c-contents__item--profile::after {
  position: absolute;
  content: "";
  background: url(../img/ton-chan-3.png) no-repeat center center/cover;
  width: 124px;
  height: 132px;
  right: -110px;
  bottom: -18px;    
}

@media screen and (max-width: 960px) { 
  .c-contents__item--profile::after {
    width: 100px;
    height: 106px;
    right: 0px;
    bottom: -40px;    
  }
}

.c-contents__textarea {
  padding: 20px 0 0 0;
  max-width: 490px;
}

@media screen and (max-width: 960px) { 
  .c-contents__textarea {
    padding: 55px 0 0 0;
    max-width: 100%;
  }
}

.c-contents__textarea--profile {
  padding: 0; 
  width: 100%;
  max-width: 620px;
  text-align: center;
}

.c-contents__button {
  margin: 0 auto;
  padding: 20px 0;
  width: 40vw;
  max-width: 1000px;
  font-size: 20px;
  color: #fff;
  background-color: #008071;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 960px) { 
  .c-contents__button {
    padding: 12px 0;
    width: 100%;
  }
}

.c-contents__arrow {
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translate(-50%,-50%);
}

.header__logo {
  margin: 0;
  width: 250px;
  text-align: left;
}

@media screen and (max-width: 960px) { 
  .header__logo {
    width: 200px;
    margin: 0 auto;
  }
}

.p-topMain {
  width: 100%;
  height: auto;
}


@media screen and (max-width: 960px) { 
  .p-concept {
    margin: 0 0 90px 0;
  }
}

.p-concept__leadText {
  font-weight: bold;
  font-size: 14px;
  line-height: 2.3;
  letter-spacing: 0.12em;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .p-concept__leadText {
    font-size: 16px;
    line-height: 2;
    text-align: left;
  }
}

.p-concept__lead {
  width: 75.6972111554%;
  max-width: 1500px;
  position: relative;
  padding: 100px 0;
  z-index: 8888;
}

@media screen and (max-width: 960px) {
  .p-concept__lead {
    padding: 50px 0 0;
  }
}

.p-profile {
  background-color: #E8F0EC;
}

@media screen and (max-width: 960px) { 
  .p-profile {
    padding: 0 0 25px 0;
  }
}

.p-cta {
  padding: 0 0 100px 0;
}

@media screen and (max-width: 960px) { 
  .p-cta {
    padding: 0 0 50px 0;
  }
}

.p-buttonTop {
  position: fixed;
  right: 2.4%;
  bottom: 3.317535545%;
  display: block;
  background-color: #008071;
  width: 39px;
  padding-top: 39px;
  border-radius: 50%;
  z-index: 99999;
  border: 1px solid #fff;
}

.p-buttonTop:hover {
  transform: scale(110%);
}

@media screen and (max-width: 960px) {
  .p-buttonTop {
    width: calc(0.5128205128vw + 34.0769230769px);
    padding-top: calc(0.5128205128vw + 34.0769230769px - 2px);
  }
}

.p-buttonTop__item {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}

.p-footer {
  background-color: #EBEBEB;
  padding-top: 50px;
  padding-bottom: 16px;
  position: relative;
  margin: 100px auto 0;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .p-footer {
    padding-top: 61px;
    padding-bottom: 10px;
  }
}

.p-footer__banner {
  margin: 0 auto 30px;
  width: 300px;
}

.p-footer__image {
  margin: 0 auto;
}

.p-footer__sns {
  width: 162px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 30px;
}

.p-footer__snsItem {
  font-size: 35px;
  color: #656565;
}

.p-footer__copyright {
  font-size: 9px;
  letter-spacing: 0;
}
