@charset "UTF-8";

body,
dt {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}

p,
li a,
li,
h1,
h3,
h4,
dd {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
}

#g-nav,
.name-eng,
h2,
h5 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
}

h1 {
  font-size: 3em;
  letter-spacing: 0.05em;
  line-height: 1.15;
}

/* top */
.top-body {
  overflow: hidden;
}

.background-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 200%;
  display: flex;
  animation: scroll-bg 60s linear infinite;
  z-index: 0;
}

.background-container img {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  flex-shrink: 0;
  pointer-events: none;
}

.top-title-div {
  position: absolute;
  width: 80%;
  height: auto;
  top: 7.5%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  text-align: center;
}

.top-title-div img {
  width: 100%;
  height: auto;
  max-width: 500px;
}

.nav-list-top {
  position: absolute;
  top: 13%;
  right: 5%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 5em;
  z-index: 9999;
}

.nav-list-top li img {
  width: 300px;
  height: auto;
  transition: transform 0.2s ease;
}

.nav-list-top li img:hover {
  transform: scale(1.05);
}

.gif-top {
  position: absolute;
  bottom: 5%;
  left: 30%;
  width: 36%;
  height: auto;
  z-index: 999;
}

@media screen and (max-width: 1536px) {
  .top-title-div {
    width: 60%;
    height: auto;
    top: 6.5%;
    left: 50%;
  }

  .top-title-div img {
    width: 100%;
    height: auto;
    max-width: 390px;
  }

  .nav-list-top {
    top: 13%;
    right: 5%;
    gap: 2.7em;
  }

  .nav-list-top li img {
    width: 270px;
    height: auto;
  }

  .gif-top {
    left: 32%;
    width: 36%;
    height: auto;
  }
}

/* about_me */
.about-1,
.about-2,
.about-3 {
  overflow: hidden;
}

.section-1-div-wrapper {
  position: relative;
}

.section-1-div {
  display: flex;
  align-items: center;
}

.arrow-left-div {
  position: fixed;
  top: 50%;
  left: 5%;
  z-index: 99;
  transform: translate(0, -50%);
}

.arrow-right-div {
  position: fixed;
  top: 50%;
  right: 5%;
  z-index: 99;
  transform: translate(0, -50%);
}

.arrow-left:hover,
.arrow-right:hover {
  cursor: pointer;
  opacity: 0.6;
}

.hanberger-img img {
  z-index: 9999999;
  position: fixed;
}

.hanberger {
  position: fixed;
  position: absolute;
  top: 7%;
  right: 6.55%;
}

.about-wrapper {
  display: flex;
  gap: 10em;
}

.gif-frame {
  left: 22%;
  top: 13%;
  position: relative;
  width: 35%;
  height: auto;
}

.gif {
  position: absolute;
  top: 14.7%;
  left: 11.7%;
  width: 15%;
  height: auto;
}

.from-stamp {
  position: absolute;
  top: 25%;
  left: 25.5%;
  width: 17%;
}

.name {
  padding-top: 8em;
  padding-left: 6.5em;
  width: 830px;
  margin-left: 10%;
}

h2 {
  font-size: 2.7em;
  color: #FF6600;
  padding-bottom: 15px;
  letter-spacing: 0.05em;
}

.name-eng {
  font-size: 1.2em;
  color: #FF6600;
  letter-spacing: 0.2em;
  padding-left: 5px;
  padding-bottom: 3%;
}

.name-explanation-1,
.name-explanation-2 {
  font-size: 1.3em;
  line-height: 1.8;
  letter-spacing: 0.10em;
  line-height: 2;
}

.name-explanation-2 {
  padding-top: 1.5%;
}


.strengths-contents {
  max-width: 720px;
  padding-top: 5%;
  line-height: 1.7;
}

.strengths {
  width: 90%;
}

.about-2,
.about-3 {
  background-image: url(../image/letter-frame-2.jpg);
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  position: relative;
}

.skill-stamp {
  width: min(25vw, 250px);
  height: auto;
  position: absolute;
  top: 7%;
  left: 5%;
}

.about-2-1 {
  display: flex;
  flex-flow: column;
  gap: 28px;
  padding-top: 9.5%;
  padding-left: 15.5%;
}

.skill1 img,
.skill2 img {
  margin-right: 2%;
}

.about-sub {
  display: flex;
  gap: 50px;
}

span {
  font-size: 0.7em;
}

.check-yellow {
  top: 100px;
  position: absolute;
  top: 96.5%;
  right: 2.5%;
  z-index: 9999;
}

.check-yellow2,
.check-yellow3 {
  top: 100px;
  position: absolute;
  top: 84%;
  right: 5%;
  z-index: 9999;
}

.message-wrapper {
  padding: 7.5% 0 8% 1%;
}

.message-div {
  line-height: 3.4em;
  background-image: linear-gradient(to bottom, #c3c3c3 2px, transparent 2px);
  background-size: 100% 3.4em;
  background-position: 0 6.5em;
  width: 75%;
  margin: 0 auto;
  background-repeat: repeat-y;
  padding-bottom: 3em;
}

.dear {
  text-align: left;
  font-size: 1.3em;
}

.message-p1 {
  font-size: 2em;
  text-align: center;
  font-weight: 700;
}

.message-p2 {
  font-size: 1.5em;
  text-align: left;
}

.from {
  text-align: right;
  font-size: 1.3em;
}

@media screen and (max-width: 1536px) {

  .about-1,
  .about-2,
  .about-3 {
    overflow: hidden;
  }

  .section-1-div-wrapper {
    position: relative;
  }

  .section-1-div {
    display: flex;
    align-items: center;
  }

  .arrow-left-div {
    position: fixed;
    top: 50%;
    left: 5%;
    z-index: 99;
    transform: translate(0, -50%);
  }

  .arrow-right-div {
    position: fixed;
    top: 50%;
    right: 5%;
    z-index: 99;
    transform: translate(0, -50%);
  }

  .arrow-left:hover,
  .arrow-right:hover {
    cursor: pointer;
  }

  .hanberger-img img {
    z-index: 9999999;
    position: fixed;
  }

  .hanberger {
    position: fixed;
    position: absolute;
    top: 7%;
    right: 6.55%;
  }

  .about-wrapper {
    display: flex;
    gap: 150px;
  }

  .gif-frame {
    left: 23%;
    top: 12.5%;
    position: relative;
  }

  .gif {
    position: absolute;
    top: 14%;
    left: 12%;
  }

  .from-stamp {
    position: absolute;
    top: 24%;
    left: 26%;
  }

  .name {
    padding-top: 100px;
    padding-left: 95px;
    width: 670px;
    margin-left: 10%;
  }

  h2 {
    font-size: 2.4em;
    color: #FF6600;
    padding-bottom: 15px;
    letter-spacing: 0.05em;
  }

  .name-eng {
    font-size: 1em;
    color: #FF6600;
    letter-spacing: 0.2em;
    padding-left: 5px;
    padding-bottom: 14px;
  }

  .name-explanation-1,
  .name-explanation-2 {
    font-size: 1.12em;
    line-height: 1.8;
    letter-spacing: 0.05em;
  }

  .name-explanation-2 {
    padding-top: 10px;
  }

  .about-2,
  .about-3 {
    background-image: url(../image/letter-frame-2.jpg);
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    position: relative;
  }

  .skill-stamp,
  .qualification-stamp {
    width: min(25vw, 200px);
    height: auto;
    position: absolute;
    top: 7%;
    left: 5%;
  }

  .qualification-stamp {
    width: min(25vw, 180px);
  }

  .qualification-map {
    margin-left: 18%;
    padding-top: 4.5%;
  }

  .about-2-1 {
    display: flex;
    flex-flow: column;
    gap: 28px;
    padding-top: 9%;
    padding-left: 15%;
  }

  .skill1 img,
  .skill2 img {
    margin-right: 2%;
  }

  .about-sub {
    display: flex;
    gap: 50px;
  }

  span {
    font-size: 0.7em;
  }

  .check-yellow {
    top: 100px;
    position: absolute;
    top: 84%;
    right: 5%;
    z-index: 99999;
  }
}

/* design */
/* art-gallery */
.design,
.art_gallery {
  background-image: url(../image/cork-board.jpg
);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

.design-title,
.art-title {
  padding-top: 80px;
  display: block;
  margin: 0 auto;
}

.art-title {
  padding-top: 50px;
}

.design-bar {
  font-size: 1.3em;
  padding-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 100px;

}

.design-bar p {
  font-weight: 700;
  padding-bottom: 5px;
  border-bottom: 4px solid #ff6a41;
  border-radius: 2px;
}

.design-bar p:hover {
  cursor: pointer;
  opacity: 0.6;
}

.works-list {
  padding-top: 50px;
  display: flex;
  flex-wrap: wrap;
  max-width: 1550px;
  justify-content: center;
  gap: 60px 0;
  margin: 0 auto;
}

.fv-wrapper-art,
.fv-wrapper2-art,
.fv-wrapper3-art {
  padding: 20px;
  display: flex;
  justify-content: center;
}

.main,
.fv1-main {
  width: 41%;
}

.fv1-main {
  background-image: url(../image/letter-frame-2-1.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  padding-bottom: 40px;
  margin: 0 3%;
  box-shadow: 12px 12px 0 0 rgba(110, 110, 110, 0.5);
}

.pin {
  margin: 1% 0 0 42%;
}

.design-fv {
  transition: 0.2s;
}

.design-fv:hover {
  opacity: 0.7;
}

.image-fv,
.image-fv2,
.image-fv3,
.image-fv4,
.image-fv5,
.image-fv6,
.image-fv7,
.image-fv8,
.image-fv9 {
  margin: 40px auto 0 auto;
  max-width: 100%;
  width: 80%;
  overflow: hidden;
}

.image-fv-art,
.image-fv2-art,
.image-fv3-art,
.image-fv4-art,
.image-fv5-art,
.image-fv6-art,
.image-fv7-art,
.image-fv8-art,
.image-fv9-art {
  margin: 40px auto 0 auto;
  max-width: 100%;
  width: 95%;
  overflow: hidden;
}

.image-fv img,
.image-fv2 img,
.image-fv3 img,
.image-fv4 img,
.image-fv5 img,
.image-fv6 img,
.image-fv7 img,
.image-fv8 img,
.image-fv9 img {
  width: 100%;
  object-fit: cover;
}

.img-art {
  width: 100%;
  transition: 0.2s;
}

.img-art:hover {
  opacity: 0.7;
}

.fv-secondary {
  margin: 0 auto;
  width: 80%;
}

.fv-secondary-art {
  margin: 0 auto;
  width: 95%;
}

.fv-title {
  font-weight: 700;
  padding-top: 20px;
  font-size: 1.5em;
}

.fv-explanation {
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  padding: 15px 0;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

.fv-tag {
  padding-top: 15px;
  padding-bottom: 10px;
  display: flex;
  gap: 17px;
}

.fv-tag p {
  padding: 8px 10px;
  font-size: 12px;
}

.fv-main {
  width: 100%;
}

.tag-main,
.tag-main2,
.tag-main-2 {
  padding: 0.5em 1em;
  background-color: #15a439;
  color: white;
  border-radius: 9999px;
}

.fv-tag2,
.tag-cecondary2,
.tag-cecondary3 {
  padding: 0.5em 1em;
  background-color: #3b3d3b;
  color: white;
  border-radius: 9999px;
}

.tag-cecondary2 {
  background-color: #ff00b7;
}

.tag-main-2 {
  background-color: #ff7700;
}

.tag-cecondary,
.tag-cecondary-2 {
  padding: 0.5em 1em;
  background-color: #368ce4;
  color: white;
  border-radius: 9999px;
}

.tag-cecondary-2 {
  background-color: #8e1bc3;
}

.sticky-note {
  display: flex;
  justify-content: space-between;
  width: 92%;
  margin: 0 auto;
  padding: 50px 0 20px;
}

.sticky-note2 {
  display: flex;
  justify-content: space-between;
  width: 95%;
  margin: 0 auto;
  padding: 80px 0 30px;
}

.sticky-1,
.sticky-2,
.sticky-3,
.sticky-4 {
  padding-top: 15px;
  display: block;
  width: 220px;
}

.sticky-1 {
  padding-top: 5px;
  padding-bottom: 10px;
}

.sticky-2 {
  padding-bottom: 10px;
}

.sticky-3 {
  margin-right: 50px;
}

.sticky-4 {
  width: 220px;
}

/* designpage-in */
.in-main,
.in-main-2 {
  display: flex;
  gap: 30px;
}

.in-img {
  max-width: 100%;
  width: 60%;
  height: 100vh;
}

.in-img2,
.in-img3,
.in-img4 {
  max-width: 100%;
  width: 60%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

.in-img2 img {
width: 70%;
height: 80%;
object-fit: cover;
}

.in-img3 img {
  width: 90%;
  height: 83%;
  object-fit: cover;
}

.in-img4 img {
  width: 100%;
  height: 78%;
  object-fit: cover;
}

.title-tag {
  padding: 80px 0 5px;
  font-size: 1.2em;
  color: #747474;
}

.in-main-div {
  padding-top: 30px;
}

.in-main-div p {
  line-height: 1.5;
}

.in-h2 {
  font-size: 1.5em;
  padding-bottom: 10px;
}

.in-content-explanation-1 {
  max-width: 100%;
  padding-top: 200px;
  font-size: 1.1em;
  letter-spacing: 0.08em;
  line-height: 1.8;
  font-weight: 500;
  width: 60%;
  margin: 0 auto;
}

.in-content-explanation-2 {
  max-width: 100%;
  padding: 50px 0 200px;
  font-size: 1.1em;
  letter-spacing: 0.08em;
  line-height: 1.8;
  font-weight: 500;
  width: 60%;
  margin: 0 auto;
}

.in-content-explanation-3 {
  max-width: 100%;
  padding: 70px 0 40px;
  font-size: 1.1em;
  letter-spacing: 0.08em;
  line-height: 1.8;
  font-weight: 500;
  width: 60%;
  margin: 0 auto;
}

.in-content-explanation-4 {
  max-width: 100%;
  font-size: 1.1em;
  letter-spacing: 0.08em;
  line-height: 1.8;
  font-weight: 500;
  width: 60%;
  margin: 0 auto;
  padding-bottom: 80px;
}

.in-h3 {
  font-size: 1.6em;
  font-weight: 700;
  text-align: center;
  display: inline;
  border-bottom: 3px solid #ff420e;
  margin-left: 10%;
}

.cafe-div {
  display: flex;
  padding-top: 40px;
  margin-right: 8%;
}

.pilates-div {
  display: flex;
  padding-top: 40px;
  justify-content: center;
}

.cafe-mainimage-div-1,
.pilates-mainimage-div-1 {
  margin: 0 auto;
  max-width: 100%;
  width: 40%;
  height: 80%;
  overflow: hidden;
}

.cafe-mainimage-div-2,
.pilates-mainimage-div-2 {
  max-width: 100%;
  width: 40%;
  height: 80%;
  overflow: hidden;
}

.cafe-mainimage-div-1 img,
.cafe-mainimage-div-2 img,
.pilates-mainimage-div-1 img,
.pilates-mainimage-div-2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pilates-mainimage-div-1 img,
.pilates-mainimage-div-2 img {
  width: 70%;
  margin: 0 auto;
}

.in-h3-2,
.in-h3-2-1 {
  font-size: 1.6em;
  font-weight: 700;
  border-bottom: 3px solid #ff420e;
  width: fit-content;
  margin-left: 10%;
  padding-bottom: 7px;
  margin-bottom: 40px;
}

.in-h3-2-1 {
  margin-bottom: 0;
}

.cafe-comp,
.school-banner {
  padding-bottom: 70px;
}

.image-comp {
  text-align: center;
}

.check-yellow-2 {
  margin-left: 8%;
  padding-bottom: 15px;
}

/* hanberger */
#menu-icon:hover {
  cursor: pointer;
  opacity: 0.6;
}


#g-nav {
  background-color: #f49022;
  color: ffffff;
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  top: 0;
  right: -100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.6s;
}

#g-nav.panel-active {
  right: 0;
}

.nav-list {
  flex-direction: column;
  align-items: center;
  display: flex;
  gap: 60px;
}

.nav-list a {
  font-size: 24px;
  color: #ffffff;
}

.nav-list a:hover {
  opacity: 0.6;
}

/* 回転 */
.section-1 {
  position: relative;
}

.about-2,
.about-3 {
  opacity: 0;
  position: absolute;
  top: 0%;
  transition: 1.5s;
}

.active {
  opacity: 1;
}

.active-2 {
  opacity: 0;
}

.active-3 {
  opacity: 0;
}

.rotateY {
  background-image: url(../image/letter-frame-2.jpg);
  height: 100vh;
  width: 100vw;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  transition: 1.5s;
}

/* 背景スクロール */
.scroll-track {
  display: flex;
  width: calc(100vw * 6);
  height: 100%;
}

@keyframes scroll-bg {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-300vw);
  }
}

/* ボタンアニメ */
.nav-list-top li img:hover {
  transform: scale(1.1);
}

.check-yellow,
.check-yellow2,
.check-yellow3,
.check-yellow-2,
.sticky-1,
.sticky-2,
.sticky-3,
.sticky-4 {
  transition-duration: .4s;
}

.check-yellow:hover,
.check-yellow2:hover,
.check-yellow3:hover,
.check-yellow-2:hover,
.sticky-1:hover,
.sticky-2:hover,
.sticky-3:hover,
.sticky-4:hover {
  transform: scale(1.1);
}

/* 検索 */
.color {
  color: #ff6a41;
}

.btn {
  margin-bottom: 20px;
}

/* モーダルウィンドウ */
.modal-open {
  display: flex;
  text-align: center;
  justify-content: center;
  top: 50%;
  left: 50%;
  font-weight: bold;
  color: #fff;
  background: #000;
  margin: auto;
  cursor: pointer;
}

/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  box-sizing: border-box;
}

/*モーダル本体の擬似要素の指定*/
.modal-container:before {
  content: "";
  /* display: inline-block;
  vertical-align: middle;
  height: 100%; */
}

/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container.active {
  opacity: 1;
  visibility: visible;
}

/*モーダル枠の指定*/
.modal-body {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  max-width: 500px;
  width: 90%;
}

/*モーダルを閉じるボタンの指定*/
.modal-close,
.modal-close2 {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 8px;
  right: 8px;
  width: 32px;
  height: 32px;
  font-size: 24px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  z-index: 9;
  cursor: pointer;
}

.modal-close2 {
  right: -40px;
}

/*モーダル内のコンテンツの指定*/
.modal-content {
  position: relative;
  display: inline-block;
}

.modal-content img {
  /* max-width: 100%; */
  width: 942px;
  height: auto;
  display: block;
}

.modal-content2 img {
  width: 80%;
  height: auto;
  display: block;
}

.modal-content3 img {
  width: 100%;
  height: auto;
  display: block;
}

@media screen and (max-width: 1536px) {
  .modal-close2 {
    right: 20px;
  }

  .modal-content2 img {
    width: 480px;
  }
}