@charset "UTF-8";
html {
  overflow-y: scroll;
  scroll-behavior: smooth;
}
body {
  margin: 0;
  padding: 0;
  color: #3D3D3D;
  font-size: 16px;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New","游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background:linear-gradient(45deg, #FEE9E6,#D3EAE6,#fff);
  background-size: 200% 200%;
  animation: bggradient 7s ease infinite;
  overflow-x: clip;
}
@keyframes bggradient{
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
body a {
  color: #3D3D3D;
  text-decoration: none;
}
body p {
  margin: 0;
}
/* ふわっと表示 */
.fadein {
  opacity: 0;
  transform: translate(0,0);
  transition: all 1.5s;
}
.fadein-up {
  transform: translate(0,30px);
}
.scrollin{
  opacity: 1 !important;
  transform: translate(0, 0) !important;
}
/* 読み込みアニメーション */
.move .animation-bg {
  background: #75bec2;
  display: block;
  content: "";
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}
@keyframes PageAnime-ttb {
  0% {
    transform-origin: top;
    transform: scaleY(0);
  }
  50% {
    transform-origin: top;
    transform: scaleY(1);
  }
  50.001% {
    transform-origin: bottom;
  }
  100% {
    transform-origin: bottom;
    transform: scaleY(0);
  }
}
.ttb .animation-bg {
  animation-name: PageAnime-ttb;
}
/* ヘッダー */
.fix_menu{
	position: fixed;
	width: 100%;
	margin: auto;
  height: 70px;
	z-index: 999;
}
.logo{
	position: absolute;
	top: 0;
	left: 0;
	padding: 24px 0 24px 30px;
	width: 157px;
}
.logo img{
	width: 100%;
	height: auto;
}

/* ハンバーガーメニュー */
#navwrap{
	position: absolute;
	top: 0;
	right: 0;
	padding: 24px 30px;
}
.header_menu{
	display: flex;
}
ul,li{
	list-style: none;
	margin: 0;
  padding: 0;
}

#switch{
	display: none;
}
.main p{
	padding: 500px 0;
	text-align: center;
}
/* Gnavのボタン */
.button {
  display: block;
  position: relative;
  width: 120px;
  padding: 7px;
  color: #454545;
  text-align: center;
}
.button:hover {
  color: #e29084;
  transition: all 0.5s ease;
}
.button::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.5s ease;
  border-top: 1px solid #e29084;
  border-left: 1px solid #e29084;
  opacity: 0;
}
.button:hover::before {
  width: 133px;
  height: 36px;
  opacity: 1;
}
.back_button {
  margin-top: 20px !important;
  margin-bottom: 30px !important;
}
.button::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: all 0.5s ease;
  border-right: 1px solid #e29084;;
  border-bottom: 1px solid #e29084;;
  opacity: 0; }
.button:hover::after {
    width: 133px;
    height: 36px;
      opacity: 1; }
a.back_button {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 120px;
	margin: auto;
	padding: 1rem 4rem;
	font-weight: bold;
	border: 2px solid #e29084;;
	color: #e29084;;
	transition: 0.5s;
}
a.back_button:hover {
	color: #fff;
	background: #e29084;;
}
/* メインビジュアル */
.rotate__cont {
  position: relative;
    width: 250px;
    height: 250px;
    margin: 54vh 56px 30px auto;
    overflow: hidden;
}
.main-text {
 margin: 0 auto;
}

.main-catch-copy {
  position: absolute;
  top: 30%;
  padding: 0 64px;
}
.rotate__inner-txt{
  position: absolute;
  left: 50%;
  top: 50%;
  width: 40px;
  transform: translate(-50%,-50%);
  font-size: 17px;
  text-align: center;
  z-index: 1;/* 読み上げ機能などに反応するように円より上に配置するため */
}
.scrolldown {
  animation: rotate 12s infinite linear;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.catch-copy {
  font-size: 56px;
  margin-top: 8px;
  margin-bottom: 32px;
  line-height: 1.3;
}
.sub-copy {
  font-size: 20px;
  margin-bottom: 0px;
}

.en-copy {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 24px;
}
.mainInner {
  max-width: 1500px;
  height: 100vh;
  margin: 0 auto;
  padding-top: 72px;
}
.profile-main-inner {
  height: auto;
  margin: 0 auto;
  padding-top: 120px;
  padding-bottom: 72px;
  background: linear-gradient(0deg, #FEE9E6 0%, #D3EAE6 100%);
}
.background-set {
  height: 100vh;
  background: linear-gradient(0deg, #FEE9E6 0%, #D3EAE6 100%);
}

.title {
  text-align: left;
  margin: 0 0 72px 0;
}

/* 共通セクション */
.section_all {
  padding-top: 100px;
  padding-bottom: 100px;
  /* background: linear-gradient(0deg, #FEE9E6 0%, #D3EAE6 100%); */
}

.section_title {
  font-size: 56px;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  margin: 0 0 6px 0;
}
.section_title_jp {
  font-size: 20px;
  margin: 0;
  display: inline-block;
  position: relative;
}

.section_title_history {
  padding-top: 40px;
}

.btn-wrapper {
  text-align: right;
}
/* 下層遷移ボタン */
.btn {
  width: 100%;
  max-width: 180px;
  height: 60px;
  padding: 0 20px;
  position: relative;
  text-decoration: none;
  outline: none;
  display: inline-flex;
  border-radius: 9999px;
  background-color: #fff;
  transition: all 0.3s ease, background-color 0.3s;
  overflow: hidden;
  background-size: 400%;
}
/* 伸びてくる背景 */
.btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -10px;
  z-index: 2;
  transform: scaleX(0);
  transform-origin: 0 50%;
  width: 110%;
  height: inherit;
  border-radius: inherit;
  background: linear-gradient(-10deg, #F2BBB2 0%, #9EE3D2 100%);
  transition: all 0.3s ease;
}
/* 丸アイコン */
.btn::after {
  content: '';
  position: absolute;
  top: calc(50% - 4px);
  right: 20px;
  z-index: 3;
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #F2BBB2;
  border-radius: 20px;
  transition: all 0.3s ease;
}
/* テキスト */
.btn .btn-text {
  position: relative;
  position: absolute;
  top: 50%;
  left: 20px;
  z-index: 3;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
/* ホバーアニメーション */
.btn:hover::before {
  transform: scaleX(1);
}
.btn:hover .btn-text {
  color: #fff;
}
.btn:hover::after {
  background-color: #fff;
  transform-origin: center;
  transform: scale(2);
}


/* TOPページプロフィール */
.profile_txt {
  padding-left: 56px;
}
.profile_txt h3 {
  font-size: 32px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 24px;
}
.profile_txt p {
  line-height: 1.8;
  margin: 0;
}

.profile_txt dt {
  margin-bottom: 2px;
}
.profile_txt dd {
  font-size: 14px;
  margin: 0 0 8px 0;
}
.sec_border {
  border-bottom: dotted 2px #fff;
  box-sizing: border-box;
  margin: 20px 0;
}
.profile_container {
  display: flex;
}
.profile_img {
  width: 340px;
  height: 340px;
}
.profile_icons {
  padding: 0;
  display: flex;
}
.profile_icons i {
  width: 24px;
  padding-right: 16px;
  margin-top: 16px;
}
.profile_inner {
  margin-inline: auto;
  padding-inline: 40px;
  max-width: 1200px;
}
/* skill */
.skill_all {
  display: flex;
  justify-content: space-between;
  padding: 0;
}
.skill_container ul {
  display: flex;
}
.skill_container {
  text-align: center;
  width: 26%;
  background-color: #FFF;
  border-radius: 20px;
  margin-right: 20px;
  padding: 40px 30px;
}
.skill_container:last-child {
  margin-right: 0px;
}
.skill_container img {
  width: 100%;
}
.skill_container p {
  text-align: left;
  line-height: 1.6;
}
.skill_ttl {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.1;
}
.skill_tool {
  margin-bottom: 10px;

}
.item-list .item {
  width: 32%;
  box-sizing: border-box;
}
.item-list .item .item-image {
  border: 1px solid #e6e6e6;
}
.item-list .item .item-image:hover {
  opacity: .7;
}
.item-list .item .item-image a {
  display: block;
  overflow: hidden;
}
.item-list .item .item-image a:hover img {
  transform: scale(1.2);
}
.item-list .item .item-image a img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  transition: all 0.5s ease;
  }
  html body main .item-list .item .item-text p {
    margin: 0;
    font-size: 14px;
  }
  .item-list .item .item-text a:before {
    content: "";
    background: url(./images/pencil_icon.png) no-repeat;
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin: 0 10px 3px 0;
  }
footer {
  height: 50px;
  font-size: 12px;
  background-color: #D3EAE6;
}
html body footer p {
  margin: auto;
  text-align: center;
  padding-top: 15px;
}

/* 制作実績 */
.main-contents {
  margin-top: 50px;
  max-width: 1200px;
  margin: 0 auto;
}
.project-name {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 5px;
}
/* タグ */
.tag {
  border: 1px solid #454545;
  border-radius: 5px;
  margin-right: 4px !important;
  padding: 1px 4px;
  display: inline-block;
  margin-top: 8px;

}
.page-count {
  margin-bottom: 7px !important;
}

/* トップに戻る */
.btn_up {
  font-size: 60px;
  display: flex;
  justify-content: end;
  color: #e29084;
  margin-top: 72px;
}

/* 下層ワークスページ */

.button_flex {
  display: flex;
}

.over-size {
	width: 100;
  margin: 0 auto;
}

/* works */
.works_all {
  padding-top: 120px;
}
.works_all_top {
  padding-top: 120px;
}

.item-list {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.item-list .item {
  width: 32%;
  box-sizing: border-box;
}
html body main .item-list .item .item-image:hover {
  opacity: .7; }
html body main .item-list .item .item-image a {
  display: block;
  overflow: hidden; }
html body main .item-list .item .item-image a:hover img {
  transform: scale(1.2); }
html body main .item-list .item .item-image a img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  transition: all 0.5s ease; }
html body main .item-list .item .item-text p {
  margin: 0;
  font-size: 14px; }
  .item-text {
    padding: 8px 0px 30px;
  }
  
html body main .item-list .item .item-text a:before {
  content: "";
  background: url(./images/pencil_icon.png) no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin: 0 5px 3px 0; }

/* 詳細ページ */
.first-view {
  padding: 120px 30px 100px;
  background: linear-gradient(0deg, #FEE9E6 0%, #D3EAE6 100%);
}
.first-view-title {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.content_inner {
  width: 72vw;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 100px;
}

.works_sec {
  width: 72vw;
  margin: 0 auto;
}
.works_pc_comment {
  width: 72vw;
  margin: 0 auto 80px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  min-height: calc(100vh - 200px);
}
.works_pc_comment_alignment {
width: 48%;
}
.works_pc_comment_alignment img {
width: 100%;
}
.works_sp_list {
    width: 72vw;
    margin: 0 auto 80px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    min-height: calc(100vh - 200px);
}
.works_sp_list_alignment {
  width: 48%;
}
.works_sp_list_alignment img {
  width: 100%;
  border:1px solid #dddddd;
}
.works_ruby {
  font-size: 16px;
  font-weight: bold;
}
.works_title {
  font-size: 34px;
  font-weight: bold;
  margin: 8px 0px ;
}

.font-bold {
  font-weight: 600;
}

.works_link_address {
  margin-bottom: 40px;
}
.link_address {
  color: #707070;
  font-weight: bold;
}
.link_address a {
  color: #707070;
  font-weight: bold;
}
.img_pc_view img {
  width: 100%;
  /* margin-top: 50px; */
  margin-bottom: 60px;
  /* border: 1px solid #dddddd; */
}
.img_thumbnail img {
  width: 100%;
}

.works_sec ul {
  padding: 0;
}

.main_image_sp {
  display: none;
}
.main-contents {
  margin-top: 50px;
  /* padding-right:30px;
  padding-left: 30px;
  padding-bottom: 40px; */
  max-width: 1200px;
  margin: 0 auto;
}

.sec-title {
  font-size: 28px;
  padding-top: 70px;
  margin-top:-70px;
}

/* バナーエリア */
.banner_container {
  display: flex;
  flex-wrap: wrap;
    justify-content: space-between;
}
.banner-image-area {
   width: 31%;
    position: relative;
    margin-bottom: 20px;
}
.banner-image-thumbnail img {
  width: 100%;
}
.dtp_container {
  display: flex;
  flex-wrap: wrap;
    justify-content: start;
}
.dtp-image-area {
  width: 40%;
   padding: 10px;
   position: relative;
   margin-bottom: 20px;
}
.dtp-image-thumbnail {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
}
.dtp-image-thumbnail img {
  width: 100%;
}

/* 開くボタン */
.btn-open{
  background: #fff;
  border-radius: 10px;
  color: #fff;
  padding: 10px;
  cursor: pointer;
  margin: 10px auto;
  width: 95%;
  text-align: center;
}
.btn_up {
  font-size: 60px;
  display: flex;
  justify-content: end;
  color: #e29084;
}

/* タグ */
.tag {
  border: 1px solid #454545;
  border-radius: 5px;
  margin-right: 4px !important;
  padding: 1px 4px;
  display: inline-block;
  margin-top: 8px;

}

.page-count {
  margin-bottom: 7px !important;
}

/*タブ切り替え全体のスタイル*/
.filter-list {
  display: flex;
  margin-bottom: 40px;
  padding-left: 0;
}
.filter-list li {
  width: calc(100% / 4);
  text-align: center;
  background: #fff;
  padding: 10px;
  cursor: pointer;
  transition: all 0.3s;
  border-radius: 52px;
  margin-right: 20px;
}
.filter-list li:hover {
  background: #e29084;
  color: #fff;
}
.filter-list li.is-active {
  background: #e29084;
  color: #fff;
}
.filter-item {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
}
.filter-item li {
  width: calc(100% / 4);
}


/* 実績詳細ページ */
.works_text {
  padding-left: 40px;
  width: 50%;
}
.works_text p {
  line-height: 1.6;
}
.works_inner {
  max-width: 1200px;
  margin: 0 auto;
  padding-inline: 40px;
}
.works-top_wrapper {
  display: flex;
}
.works_first-view h3 {
  font-size: 40px;
  margin: 0;
}
.url {
  padding-bottom: 8px;
}
.works_first-view {
  margin-bottom: 40px;
}
.works_text_overview {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}
.works_text-category {
    background: #fff;
    padding: 8px 16px;
    border-radius: 30px;
    display: inline-block;
    margin-bottom: 1vh;
}
.works_text ul li {
  margin-bottom: 2.6vh;
}
.works-page-all {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1%;
  margin-bottom: 72px;
}
.works-page-all img {
  width: 24%;
  filter: drop-shadow(0px 20px 20px rgba(29, 29, 29, 0.1));
}

/* LPページへの設定 */
.page-lp-pc {
  width: 30% !important;
}
.page-lp-sp {
  width: 16% !important;
}
.works_image img {
  width: 100%;
}
.works-page-all-ttl {
  margin-top: 120px;
}

/* お問い合わせ */
.contact {
  display: flex;
  justify-content: space-between;
}
.contact-box {
  background-color: #fff;
  width: 100%;
  padding: 30px 30px; 
  border-radius: 20px;
  display: flex;
  align-items: center;
}
.contact-box-icon {
  margin-right: 16px;
}


/* 横スクロール */
article:not(.sticky) {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100vh;
  background-color: whitesmoke;
}
.horizontal_scroll {
  --sticky-container-height: 100vh;
  height: var(--sticky-container-height);
  min-height: 100vh;
  box-sizing: border-box;
}
.horizontal_scroll .sticky {
  position: sticky;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
}
.horizontal_scroll .scroller {
  display: flex;
  overflow: auto;
}
.horizontal_scroll .scroller.nobar {
  overflow: hidden;
}
.horizontal_scroll .scroller > * {
  flex-basis: 66%;
  flex-shrink: 0;
  aspect-ratio: 16 / 9;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-right: 40px;
}
.horizontal_scroll .scroller > *:not(:first-child) {
  margin-left: 1%;
}

.biography_dot {
  width: 20px;
  height: 20px;
  margin-bottom: 40px;
  display: block;
  position: relative;
  background-color: #e29084;
  border-radius: 50%;
}

.biography_dot_fst::after {
  position: absolute;
    content: "";
    top: 11px;
    left: 0;
    z-index: -1;
    width: 900px;
    height: 2px;
    background-color: #fff;
}

.biography_dot_dot::after {
  position: absolute;
    content: "";
    top: 11px;
    left: 0;
    z-index: -1;
    width: 500px;
    height: 2px;
    background-size: 10px 2px;
     background-repeat: repeat-x;
     background-image : linear-gradient(to right, #fff 4px, transparent 4px);
}

.timeline {
  font-size: 1.3rem;
 margin-bottom: 20px;
}

.history_text {
  line-height: 1.6;
}