@charset "UTF-8";

/* top-area */
.top-area {
  position: relative;
  width: 100vw;
  padding-top: 7vh;
}

@media screen and (min-width: 600px) {
  .top-area {
    padding-top: 13vh;
  }
}

@media screen and (min-width: 1025px) {
  .top-area {
    padding-top: 25vh;
  }
}

.copy-area {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  width: 100vw;
  height: calc(100vw * 0.5625);
}

.copy-area1 {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-start;
}

.copy-right {
  position: relative;
  margin-top: 5vh;
  margin-right: 4vw;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  background: #FFFFFF;
  line-height: 1.5em;
  text-indent: 0.5em;
  font-size: 3.5vw;
}

@media screen and (min-width: 1025px) {
  .copy-right {
    margin-right: 3vw;
    font-size: 3vw;
  }
}

.copy1 {
  width: fit-content;
  height: fit-content;
}

.copy2 {
  width: fit-content;
  height: fit-content;
}

.copy3 {
  width: fit-content;
  height: fit-content;
}

.copy-area2 {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}

.copy-left {
  position: relative;
  margin-top: 5vh;
  margin-left: 4vw;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  background: #FFFFFF;
  line-height: 1.5em;
  text-indent: 0.5em;
  color: #8CC63F;
  font-size: 3.5vw;
}

@media screen and (min-width: 1025px) {
  .copy-left {
    margin-left: 3vw;
    font-size: 3vw;
  }
}

.copy4 {
  width: fit-content;
  height: fit-content;
}

.copy5 {
  width: fit-content;
  height: fit-content;
  margin-left: 8vw;
}

@media screen and (min-width: 1025px) {
  .copy5 {
    margin-left: 4vw;
  }
}

/* top-video */
#video-area{
    position: absolute;
    z-index: -1;/*最背面に設定*/
    top: 0;
    right:0;
    left:0;
    bottom:0;
    width: 100vw;
    height: calc(100vw * 0.5625);
    margin-top: 7vh;
}

@media screen and (min-width: 600px) {
  #video-area{
    margin-top: 10vh;
  }
}

#video {
    /*天地中央配置*/
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);
    /*縦横幅指定*/
    width: 100vw;
    height: calc(100vw * 0.5625);
}

/* top-item */
.top-itemarea {
  height: auto;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
}

.top-item {
  display: flex;
  position: relative;
  flex-direction: column-reverse;
  align-items: center;
}

.flex-item {
  flex-grow: 1;
}

.top-text {
  width: 50vw;
  height: 50vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #FFFFFF;
  position: relative;
  z-index: 5;
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);
}

@media screen and (min-width: 1025px) {
  .top-text {
    width: 35vw;
    height: 35vw;
  }
}

.top-entitle {
  font-family: "ab-tsurumaru", sans-serif;
  font-size: 3.5vw;
  color: #8CC63F;
  text-align: center;
}

@media screen and (min-width: 1025px) {
  .top-entitle {
    font-size: 2vw;
  }
}

.top-title {
  font-size: 3vw;
  color: #8CC63F;
  text-align: center;
  margin-bottom: 0.5vh;
}

@media screen and (min-width: 1025px) {
  .top-title {
    font-size: 2.3vw;
  }
}

.top-ex {
  font-size: 2.5vw;
  text-align: center;
  margin: 0.7vh 0;
}

@media screen and (min-width: 1025px) {
  .top-ex {
    font-size: 1.5vw;
    text-align: center;
    margin: 0.7vh 0;
  }
}

.top-img img {
  width: 50vw;
  position: relative;
  z-index: 3;
  filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.5));
}

@media screen and (min-width: 1025px) {
  .top-img img {
    width: 35vw;
  }
}

.text01 {
  right: 15vw;
  bottom: 5vh;
}

.img01 img {
  left: 15vw;
  top: 5vh;
}

@media screen and (min-width: 600px) {
  .text01 {
    right: 15vw;
    bottom: 8vh;
  }

  .img01 img {
    left: 15vw;
    top: 8vh;
  }
}

@media screen and (min-width: 1025px) {
  .text01 {
    right: 10vw;
    bottom: 13vh;
  }

  .img01 img {
    left: 10vw;
    top: 13vh;
  }
}

.text02 {
  left: 15vw;
}

.img02 img {
  right: 15vw;
  bottom: 7vh;
}

@media screen and (min-width: 600px) {
  .img02 img {
    bottom: 10vh;
  }
}

@media screen and (min-width: 1025px) {
  .text02 {
    left: 10vw;
  }

  .img02 img {
    right: 10vw;
    bottom: 15vh;
  }
}

.top-area03 {
  padding: 15vh 0;
}

@media screen and (min-width: 1025px) {
  .top-area03 {
    padding: 20vh 0;
  }
}

.img03 img {
  position: absolute;
  width: 40vw;
  top: -12vh;
  left: -20vw;
}

.img04 img {
  position: absolute;
  width: 40vw;
  top: -12vh;
  right: -20vw;
}

.img05 img {
  position: absolute;
  width: 40vw;
  bottom: -12vh;
  left: -20vw;
}

.img06 img {
  position: absolute;
  width: 40vw;
  bottom: -12vh;
  right: -20vw;
}

@media screen and (min-width: 600px) {
  .img03 img {
    top: -15vh;
  }

  .img04 img {
    top: -15vh;
  }

  .img05 img {
    bottom: -15vh;
  }

  .img06 img {
    bottom: -15vh;
  }
}

.top-area04 {
  padding: 3vh 0;
}

@media screen and (min-width: 1025px) {
  .img03 img {
    width: 25vw;
    top: -20vh;
    left: -15vw;
  }

  .img04 img {
    width: 25vw;
    top: -20vh;
    right: -15vw;
  }

  .img05 img {
    width: 25vw;
    bottom: -20vh;
    left: -15vw;
  }

  .img06 img {
    width: 25vw;
    bottom: -20vh;
    right: -15vw;
  }
}

.top-area04 {
  padding: 3vh 0;
}

@media screen and (min-width: 600px) {
  .top-area04 {
    padding: 10vh 0;
  }
}

@media screen and (min-width: 1025px) {
  .top-area04 {
    padding: 15vh 0;
  }
}

.top-area04-item {
  flex-direction: row;
}

.text04 {
  left: 5vw;
}

.img07 img {
  right: 5vw;
}

@media screen and (min-width: 1025px) {
  .text04 {
    left: 2vw;
  }

  .img07 img {
    right: 2vw;
  }
}

.insta-area {
  height: auto;
  padding: 5vh 0;
}

.insta-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.insta-text {
  width: 100vw;
  height: 5vh;
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 3vh 0;
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);
}

@media screen and (min-width: 600px) {
  .insta-text {
    height: 8vh;
  }
}

@media screen and (min-width: 1025px) {
  .insta-text {
    height: 15vh;
  }
}

.insta-entitle {
  font-size: 4.5vw;
}

.insta_list{
  display: flex;
  flex-wrap: wrap;
  gap: 3vw;
  width: 80vw;
  margin: 2vh 0;
}

@media screen and (min-width: 600px) {
  .insta_list{
    gap: 2vw;
  }
}

@media screen and (min-width: 1025px) {
  .insta_list{
    display: flex;
    flex-wrap: wrap;
    gap: 1vw;
    width: 40vw;
  }
}

.insta_list li{
    position: relative;
    width: calc((100% - 6vw)/3);
}

@media screen and (min-width: 600px) {
  .insta_list li{
      position: relative;
      width: calc((100% - 4vw)/3);
  }
}

@media screen and (min-width: 1025px) {
  .insta_list li{
      position: relative;
      width: calc((100% - 2vw)/3);
  }
}

.insta_list li::before{
	content: "";
	display: block;
	padding-top: 100%;
}

.insta_list a{
	position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.insta_list img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
