@charset "utf-8";

/* リセット */
html,
body,
header,
footer,
main,
section,
h1,
h2,
h3,
ul,
li,
p,
dl,
dt,
dd {
  margin: 0;
  padding: 0;

  color: #754a32;
  font-family: century-gothic, fot-tsukuardgothic-std, sans-serif;

}

a {
  /*下線を消す*/
  text-decoration: none;
  /*色を消す*/
  color: inherit;
  transition: 0.3s;
}

a:hover {
  opacity: 0.7;
}

/* ホバーアクション　ここまで↑ */


ul {
  /*左の「・」を消す*/
  list-style: none;
}

/* ボタンのリセット */
button {
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
  outline: none;
}


img {

  vertical-align: bottom;
  border: none;
  max-width: 100%;
}

body {
  background: #eeddbb;

}

/* ここからindexページ */

/* ロゴ */
.logo img {
  width: 100px;
  margin-top: 60px;
  margin-left: 60px;

}

/* FV */
.fv {
  position: relative;
  margin-left: 240px;
}

.introduction {
  position: absolute;
  top: 27%;
  left: 7%;
  font-size: 37px;
  color: #d898a1;
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: right;

}

/* ヘッダー */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 240px;
  height: auto;
  z-index: 100;

}


.pc_nav ul {
  font-size: 20px;
  padding-top: 250px;
  margin-left: 80px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;

}

.pc_nav ul li {
  margin-bottom: 70px;
}

.fv img {

  margin-top: 80px;
  max-width: 100%;

}

.contents {
  max-width: 1100px;
  margin: 0 auto;

}

.content_wrap {
  margin-left: 140px;
}


/* コンセプトメッセージ */
.concept {
  margin-top: 140px;
}

.concept-message {
  padding-bottom: 50px;
  font-size: 18px;
  text-align: center;
}

.concept-text {

  font-size: 16px;
  line-height: 2.1;
  text-align: center;
}

/* 768px以上では改行タグを無効に */
.sp_br {
  display: none;
}


/* WORKS */
.works {
  margin-top: 200px;
  font-size: 100px;
  text-align: center;
}

.title {
  font-size: 100px;
  text-align: center;
}

.works-description {
  display: none;
}

.works_wrap {
  max-width: 1100px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 160px;
  justify-content: space-around;


}

.image-container {
  background-color: #f4ede1;
  width: 40%;
  height: auto;
  margin-bottom: 50px;

}

/* works内のPCのマウスホバー時　ここから↓ */
.works_detail_image-container>a {
  display: block;
  position: relative;
  /*親要素にrelative*/
}

.caption {
  margin: 0;
  font-size: 40px;
  color: white;
}

/* indexやwoks一覧画像へのホバー時の動き　ここから↓ */

.mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  /* マスクを表示しない */
  background-color: rgba(117, 85, 63, 0.7);
  /* マスクは半透明 */
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}




.works_detail_image-container>a:hover .mask {
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  /* マスクを表示する */
}


/*indexやwoks一覧画像へのホバー時の動き　ここまで↑  */


/* WORKS PCモックアップ画像へのホバー */


.modal_item {
  width: 70%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.caption02 {
  width: 100%;
  height: 100%;
  visibility: hidden;
  /* 文字を表示しない */
  font-size: 80%;
  color: #fff;
  top: 32%;
  left: 1.2%;
  position: absolute;
  text-align: center;

  -webkit-transition: all 0.4s step-end;
  transition: all 0.4s step-end;
}

/* ホバーアクション　↓ */
.modal_item:hover .works_web_pc {
  filter: brightness(40%);
  cursor: pointer;
}

.modal_item:hover .caption02 {
  visibility: visible;
  /* 文字を表示する */
}

/* PC画面にマウスホバー時　ここまで↑ */


.view_more_works {
  display: flex;
  justify-content: flex-end;
  margin-top: 80px;
  margin-left: auto;
  margin-bottom: 80px;
  padding-right: 20px;
  cursor: pointer;

}

.view_more-button {
  transition-property: transform;
  width: 170px;
  transition-duration: 0.1s;
  transition-delay: 0.1s;
  transition-timing-function: ease;
  opacity: 1.0;
}


.view_more_works:hover .view_more-button {
  transition-property: transform;
  transform: scale(1.2);
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0.1s;
  opacity: 1.0;
}



/* about */

picture {
  width: 40%;
}

.about_wrap {

  display: flex;
  justify-content: space-between;
  margin-top: 160px;

  margin-left: 30px;
}

.about_home_pc {
  margin-top: 80px;
  width: 37%;
}

.about_container {
  width: 50%;
  padding-right: 20px;

}

about-home_datyou {
  width: 80%;
}



.about_container .name {
  font-size: 45px;
  line-height: 1.5;
  margin-bottom: 30px;
}

.about_container p {
  font-size: 16px;
  line-height: 2.12;

}

.view_more_about {

  margin-top: 15%;

}

.view_more-button {
  width: 170px;
  transition-property: transform;

  transition-duration: 0.1s;
  transition-delay: 0.1s;
  transition-timing-function: ease;
}


.view_more_about:hover .view_more-about-btn {
  transition-property: transform;
  transform: scale(1.2);
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0.1s;
  opacity: 1.0;

}


.view_more-about-btn {
  width: 100%;
  max-width: 175px;
  min-width: 150px;
  transition: all 0.3s;
  margin-left: auto;
  display: block;
  opacity: 1.0;
}



/* contact */
.contact_wrap {
  margin-top: 200px;

  padding-right: 30px;
}

.contact_message {
  margin-top: 64px;
  font-size: 16px;
  text-align: center;
  line-height: 2.12;
  margin-bottom: 100px;
}

.contact_button {
  margin: 0 auto;
  margin-bottom: 100px;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
}


.contact-btn {
  text-align: center;
  line-height: 60px;
  width: 240px;
  height: 60px;
  font-size: 16px;
  font-weight: bold;
  color: #f4ede1;
  background-color: #bc8b69;
  border-radius: 10px;
}


.contact-btn:hover {
  background-color: #75553f;
  color: #f4ede1;
  opacity: 1;
  transition: all 1s ease-out;
}



/* footer */
.footer_image img {
  width: 100%;

}

.copyright {
  margin-top: -30px;
  font-size: 12px;
  text-align: center;
  margin-left: 140px;
}

/* ボタン */
.back_to_top {

  position: fixed;
  right: 30px;
  bottom: 20px;
  width: 138px;

}

.back_to_top-ostrich {
  position: fixed;
  right: 50px;
  bottom: 70px;
  width: 80px;
}

/* worksページ */

.works_detail_image-container {
  width: 40%;
  height: auto;
  margin-bottom: 120px;
}

.works_title {
  font-size: 18px;
  font-family: fot-tsukuardgothic-std;

}

.works_kinds {
  font-size: 16px;
}

.works_detail_title {
  margin-top: 80px;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 80px;
}

/* works_ice_detail　バナー制作物の紹介ページ ice */

.works_banner_pc {
  width: 55%;
}

.works_detail_wrap {
  max-width: 1100px;

  margin-top: 160px;

}

.about_production {
  max-width: 600px;
  margin: 0 auto;
}

dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  text-align: left;
  margin: 0 auto;

}

dt {
  width: 20%;
  margin-bottom: 20px;
  font-size: 16px;

}

dd {
  width: 80%;
  margin-bottom: 20px;
  font-size: 16px;
  vertical-align: middle;
  line-height: 2.1;
}

.about_production_text {
  border-top: solid 1px #bc8b69;
  padding-top: 30px;
  margin-top: 30px;
  font-size: 16px;
  text-align: left;
  padding-bottom: 30px;
  border-bottom: solid 1px #bc8b69;
}

.works_list_pc_button {
  width: 180px;
  margin-top: 160px;

  transition-property: transform;

  transition-duration: 0.1s;
  transition-delay: 0.1s;
  transition-timing-function: ease;
}


.works_list-btn:hover .works_list_pc_button {
  transition-property: transform;
  transform: scale(1.2);
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0.1s;
  opacity: 1.0;
}



.line {
  border-style: none;
}

/* ハンバーガー　バナーの紹介ページ */

.works_burger-image {
  margin-top: 160px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.works_luxury-burger_pc {
  width: 35%;

}



.works_pop-burger_pc {
  width: 40%;
}

/* works designcafeのモーダル */

.modal_item-area {
  display: none;
  height: 70vh;
  margin-top: 15vh;
  width: 80%;
  background: rgba(255, 255, 255, 1);

  overflow: scroll;

  margin: 0 auto;
  margin: 100px;

}

.modal_item-area-inner-01 {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  /* 左右に余白入れる */

  padding: 60px;
  position: relative;
}


.modal_item-area-inner-02 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  /* 左右に余白入れる */
  padding: 100px;

  position: relative;

}

/*モーダル　オーバーレイ  */
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(117, 85, 63, 0.7);
  width: 100%;
  height: 100%;
  z-index: 100000;

}

/* モーダル×印　↓ */
span.batsu {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.batsu {
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
}

.batsu::before,
.batsu::after {
  /* 共通設定 */
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  /* 棒の幅（太さ） */
  height: 30px;
  /* 棒の高さ */
  background: #bc8b69;
  border-radius: 2px;
}

.batsu::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.batsu::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* 表示領域外へはスクロールさせない */
.no_scroll {
  overflow: hidden;
}


.lp_pc {
  width: 65%;
  border: 2px solid #e09868;
}


.lp-01_pc {
  width: 65%;
  border: 2px solid #e09868;
}



.lp-02_pc {
  width: 65%;
  border: 2px solid #e09868;
}

.lp_sp {
  width: 30%;
  border: 2px solid #e09868;
}


/* モーダル×　ここまで↑ */



/* aboutのページ */

.about-background_wrap {
  max-width: 800px;
  margin: 0 auto;
  padding-right: 20px;
}


.title_about-background {
  margin-top: 160px;
  font-size: 100px;
  text-align: center;
}

.my-name {
  margin-top: 100px;
  font-size: 50px;
  margin-bottom: 30px;

}

.background_text {
  margin-bottom: 80px;
}

.about-background_description {
  max-width: 1000px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.my-photo {
  display: block;

  width: auto;
}

.background_text-container {
  margin-left: 24px;
  width: 68%;
}

.background_text01 {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 24px;
}

.background_text02 {
  font-size: 16px;
  line-height: 2;
  margin-top: 24px;
}

.background_text03 {
  font-size: 16px;
  line-height: 2;
  margin-top: 24px;
  margin-bottom: 100px;
}

/* skill */
.skill_wrap {
  max-width: 800px;
  display: flex;
  justify-content: space-around;
  margin: 0 auto;
}

.skill-container {
  margin-top: 80px;
  width: 35%;
}

.skill_type {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: bold;
}

.skill-text {
  font-size: 14px;
  line-height: 1.71;
  border-bottom: solid 1px #bc8b69;
  padding-bottom: 24px;

}

.skill-software {
  margin-top: 24px;
  font-size: 14px;
}



/* contactのページ */

.content_wrap_contact {
  margin-left: 240px;
}

/* 入力欄 */
.contact_personal-information_container {
  max-width: 800px;
  margin: 0 auto;

}

.title-contact {
  margin-bottom: 100px;

  margin-top: 160px;
  font-size: 100px;
  text-align: center;
}




input[type="text"] {
  width: 100%;
  /* 幅 */
  font-size: 0.95em;
  /* フォントサイズ */
  margin: 1em 0;
  /* 前後の余白 */
  padding: 0.5em;
  /* テキスト周りの余白 */
  border: solid 1px #e3e6ea;
  /* 線の色 */
  background-color: #f4ede1;
  box-sizing: border-box;
}


input[type="email"] {
  width: 100%;
  /* 幅 */
  font-size: 0.95em;
  /* フォントサイズ */
  margin: 1em 0;
  /* 前後の余白 */
  padding: 0.5em;
  /* テキスト周りの余白 */
  border: solid 1px #f4ede1;
  /* 線の色 */
  background-color: #f4ede1;
  box-sizing: border-box;
}



.textarea-large {
  width: 100%;
  /* 幅 */
  margin: 1em 0;
  /* 周囲の余白 */
  padding: 0.5em;
  /* 枠線内の余白 */
  font-size: 1em;
  /* フォントサイズ */
  border: solid 2px #f4ede1;
  /* 枠線のスタイル */
  background-color: #f4ede1;
  resize: none;
  /* リサイズ不可に */
  box-sizing: border-box;
}

.input-field {
  margin-bottom: 32px;
}

.input-field:last-child {
  margin-bottom: 0;
}


.button-area {
  margin: 120px auto 0;
  text-align: center;

}

/* ボタン */
.button_sbbmit {

  margin: 120px auto 0;
  text-align: center;

  width: 50%;
  max-width: 500px;
  min-width: 200px;

  border: none;
  /* 枠線をなくす */
  border-radius: 10px;
  /* 角丸をつける */
  padding: 10px 15px;
  /* ボタンの内側の余白 */
  margin: 5px;
  /* ボタン同士の余白 */
  background-color: #bc8b69;
  /* ボタンの背景色 */
  color: #f4ede1;
  /* ボタンの文字色 */
  text-align: center;
  /* ボタンのテキストを中央揃えにする */
  text-decoration: none;
  /* テキストに下線をつけない */
  font-size: 16px;
  /* テキストのフォントサイズ */
  transition: 0.4s;
  cursor: pointer;
  /* マウスポインタを変更する */

}


.button_sbbmit:hover {
  background-color: #e3dad6;
  color: #bc8b69;

}



.footer-contact_image img {
  width: 100%;
  margin-top: 80px;
}

/* thanksページ */

.thanks-area {

  background: #9191ad;
  padding-top: 160px;

}

.logo_thanks {
  width: 100px;
  margin-top: 60px;
  margin-left: 60px
}

.pc_nav_thanks ul li {
  color: #f4ede1;
}

.pc_nav_thanks ul {
  font-size: 20px;
  padding-top: 250px;
  margin-left: 80px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;

}

.pc_nav_thanks ul li {
  margin-bottom: 70px;
}


.thanks_wrap {
  max-width: 800px;
  margin: 0 auto;
}

.thanks-text {
  color: #f4ede1;
  margin-bottom: 100px;
  font-size: 100px;
  text-align: center;
}

.thanks-message {
  color: #f4ede1;
  margin-top: 72px;
  text-align: center;
  font-size: 18px;
  line-height: 2.22;
  margin-bottom: 160px;

}


.thanks_button {
  margin: 0 auto;
  margin-bottom: 100px;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
}


.thanks-btn {
  text-align: center;
  line-height: 60px;
  width: 400px;
  height: 60px;
  font-size: 16px;
  font-weight: bold;
  color: #725039;
  background-color: #f4ede1;
  border-radius: 10px;

  transition-property: background-color, color;
  transition-duration: 0.1s;
  transition-timing-function: ease;
  transition-delay: 0.1s;
}

.thanks-btn:hover {
  background-color: #75553f;
  color: #f4ede1;

  transition-property: background-color, color;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0.1s;

}



/* 背景を砂漠に固定↓ */
.background::before {
  position: fixed;
  background-image: url(../images/background-sabaku.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 100vh;
  width: 100%;
  z-index: -1;
  content: '';
}

/* ハンバーガーメニュー　PC版は非表示 */
.hamburger,
.sp_nav {
  display: none;
}

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

  /* PCメニュー消してハンバーガーメニューを出す */


}





/* 画面幅が小さくなってもヘッダーにかぶらないように */

@media screen and (max-width: 1024px) {
  .content_wrap {
    margin-left: 240px;
  }
}


/* スマホ版 */
@media screen and (max-width:767px) {

  /* HOMEのページ */


  .fv img {
    margin-top: 0;
    width: 100%;
  }

  .content_wrap {
    max-width: 375px;
    margin: 0 auto;
  }


  .logo img {
    width: 50px;
    margin-top: 30px;
    margin-left: 30px;
  }

  .fv {
    margin: 0;
    padding: 0;

  }

  header {
    width: 100%;
    position: absolute;

  }

  .pc_nav {
    display: none;
  }

  .hamburger {
    display: block;
    position: fixed;

    top: 30px;
    right: 20px;
    height: 33px;

    cursor: pointer;
    z-index: 999;
  }

  .hamburger span {
    display: block;
    width: 33px;
    height: 2px;
    background: #75553f;
    position: relative;
    top: 10px;

  }

  .hamburger span::before,
  .hamburger span::after {
    content: '';
    display: block;
    width: 33px;
    height: 2px;
    background: #75553f;
    position: absolute;
  }

  .hamburger span::before {
    bottom: 10px;

  }

  .hamburger span::after {
    top: 10px;
  }

  .open span {
    background: transparent;
  }

  .open span::before {
    bottom: 0px;
    transform: rotate(45deg);

  }

  .open span::after {
    top: 0px;
    transform: rotate(135deg);
  }

  .sp_nav {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    background: rgba(117, 85, 63, 0.8);
  }

  .sp_nav ul {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;

  }

  .sp_nav ul li {
    color: #fff;
    text-align: center;
    padding: 40px 0;
    display: block;
    font-family: century-gothic;
    font-weight: bold;
    font-size: 30px;
  }




  .introduction {
    position: absolute;
    top: 15%;
    left: 7%;
    font-size: 25px;
    line-height: 1.4;
    color: #d898a1;
    font-family: "futura-pt", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: right;
  }

  .concept_wrap {
    max-width: 315px;
    margin: 0 auto;

  }

  .concept-message {
    font-size: 14px;
    line-height: 1.42;
    font-weight: bold;
  }

  .concept-text {
    font-size: 14px;
    line-height: 2.14;
  }

  /* 768px未満で改行タグを有効に */
  .sp_br {
    display: block;
  }

  .concep {
    margin-top: 80px;
  }


  .works {
    margin-top: 100px;
  }

  .works-description {
    display: block;
    font-size: 14px;
    margin-top: 30px;
  }


  .title {
    font-size: 40px;
    font-weight: bold;
    margin-top: 100px;
  }

  .works_wrap {
    max-width: 315px;
    display: block;
    margin: 0 auto;
    margin-top: 50px;
  }

  .works_detail_image-container {
    width: 100%;
    margin-bottom: 30px;
  }

  .caption {
    display: none;
  }

  .caption02 {
    display: none;
  }

  .view_more_works {
    width: 126px;
    margin: 0 auto;
  }

  /* about */

  .about_wrap {
    display: block;
    margin: 0 auto;
    margin-top: 80px;
  }

  .about_container {
    max-width: 315px;
    margin: 0 auto;
    width: 100%;
    padding-right: 0;
  }

  .about-home_datyou {
    width: 80%;
    display: block;
    margin: 0 auto;
  }

  .about_container .name {
    margin-top: 30px;
    font-size: 30px;
    margin-bottom: 0;
  }

  .view_more_about {
    width: 126px;
    margin: 0 auto;
    margin-top: 64px;
  }

  .about_container p {

    font-size: 14px;
    line-height: 2;

  }

  /* contactの欄 */

  .contact_wrap {
    margin-top: 0;
    max-width: 355px;
    width: 100%;
    margin: 0 auto;
    padding-right: 0;
  }


  .content_wrap_contact {
    margin-left: 0;
  }


  .title {
    margin-top: 80px;
  }

  .contact_message {
    font-size: 14px;
    line-height: 2;

  }

  .contact_button {
    max-width: 350px;
    margin: 0 auto;
    width: 190px;
  }

  .contact-btn {
    width: 200px;
  }

  /* スマホ版ではダチョウ消える */
  .back_to_top-wrap {
    display: none;
  }


  .copyright {
    margin-left: 0;
  }


  /* スマホ版　worksページ */

  .works_detail_wrap {

    max-width: 355px;
    margin: 80px auto 0;
    width: 100%;
  }

  .works_detail_title {
    font-size: 14px;
    margin-top: 60px;
    margin-bottom: 20px;
  }


  .works_web_pc {
    width: 100%;
  }


  .caption02 {
    width: 100%;
    height: 100%;
    visibility: hidden;
    /* 文字を表示しない */
    font-size: 45%;
    color: #fff;
    top: 30%;
    left: 1.1%;
    position: absolute;
    text-align: center;

    -webkit-transition: all 0.4s step-end;
    transition: all 0.4s step-end;
  }



  .line {
    border-top: 1px solid #bc8b69;
    padding-bottom: 20px;
  }

  .about_production_text {
    border-top: none;
    border-bottom: none;
    padding-top: 0;
    margin-top: 0;
    font-size: 14px;
    line-height: 2;
  }

  dt {
    font-size: 14px;
    line-height: 1.42;
  }

  dd {
    font-size: 14px;
    line-height: 1.42;
    text-align: right;
  }

  .works_list_pc_button {
    width: 138px;
    margin-top: 0;
  }

  .contact_button {
    width: 150px;
  }

  /* スマホ版　works_ハンバーガー　詳細のページ */

  .works_burger-image {
    margin-top: 100px;
    display: block;
  }

  .works_burger_detail_wrap {
    max-width: 355px;
    margin: 0 auto;
  }

  .works_luxury-burger_pc {
    width: 100%;
    margin-bottom: 30px;
  }

  .works_pop-burger_pc {
    width: 100%;
  }


  /* works　モバイルキャンペーンバナーのページ */
  .works_banner_pc {
    width: 100%;
  }


  /* スマホ版　モーダル */

  .modal_item-area {
    display: none;
    height: 70vh;
    margin-top: 15vh;
    width: 90%;
    background: rgba(255, 255, 255, 1);

    overflow: scroll;

    margin: 0 auto;
    margin-top: 80px;
  }

  .modal_item-area-inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    /* 左右に余白入れる */
    padding: 30px;
    margin: 0 auto;

  }

  .modal_item-area-inner-02 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    /* 左右に余白入れる */
    padding: 40px;
    margin: 0 auto;

  }

  .lp_pc {
    width: 60%;
  }

  .lp_sp {
    width: 30%;
  }

  span.batsu {
    top: 10px;
    right: 10px;
  }

  /* スマホ版 aboutのページ */
  .about-background_wrap {
    max-width: 315px;
    margin: 0 auto;
    padding-right: 0;
  }

  .title_about-background {
    font-size: 50px;

  }

  .my-name {
    font-size: 30px;
    margin-top: 80px;
  }

  .background_text {
    font-size: 14px;
    line-height: 2.14;
  }

  .background_text {
    margin-bottom: 30px;
  }

  .about-background_description {
    display: block;
    max-width: 315px;
    margin: 0 auto;
  }

  .background_text-container {
    width: 100%;
    margin-left: 0;
    margin-top: 30px;
  }

  .background_text01 {
    font-size: 14px;
    line-height: 2;
  }

  .background_text02 {
    font-size: 14px;
    line-height: 2;
  }

  .background_text03 {
    font-size: 14px;
    line-height: 2;
  }

  .skill_wrap {
    display: block;
    max-width: 315px;
    margin: 0 auto;
  }

  .skill-container {
    width: 100%;
  }

  .design_pc {
    margin: 0 auto;

  }

  .coding_pc {
    width: 100%;
  }

  .skill-software {
    text-align: center;
  }


  /* スマホ版　Contactページ */
  .contact_personal-information_container {
    max-width: 315px;
    margin: 0 auto;
  }

  .title-contact {
    font-size: 40px;
  }

  /* スマホ版　Thanksページ */


  .pc_nav_thanks {
    display: none;
  }

  .thanks-text {
    font-size: 50px;
    font-weight: bold;
  }

  .thanks-message {
    font-size: 16px;
    line-height: 2.18;
    margin-bottom: 80px;
  }

  /* ボタン */
  .button_thanks {

    margin: 120px auto 0;
    text-align: center;

    border: none;
    /* 枠線をなくす */
    border-radius: 10px;
    /* 角丸をつける */
    padding: 10px 15px;
    /* ボタンの内側の余白 */

    background-color: #f4ede1;
    /* ボタンの背景色 */
    color: #725039;
    /* ボタンの文字色 */
    text-align: center;
    /* ボタンのテキストを中央揃えにする */
    text-decoration: none;
    /* テキストに下線をつけない */
    font-size: 16px;
    /* テキストのフォントサイズ */
    font-weight: bold;
    cursor: pointer;
    /* マウスポインタを変更する */
  }

  .thanks-btn {
    width: 200px;
  }

  .logo_thanks {
    width: 50px;
    margin-top: 30px;
    margin-left: 30px;
  }




}


/* ローディング↓ */

.loading {
  /*ローディング画面の縦横幅を画面いっぱいになるように指定*/
  width: 100vw;
  height: 100vh;
  /*ローディング画面の表示位置を固定*/
  position: fixed;
  top: 0;
  left: 0;
  background: #eeddbb;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  /*ローディング画面を0.5秒かけて非表示にする*/
  transition: all 0.5s linear;
  z-index: 9999;
}

/*ローディング画面を非表示にする*/
.loading.loaded {
  /*0.5秒かけてopacityを0にする*/
  opacity: 0;
  visibility: hidden;
}



.warking-datyou {

  width: 180px;
  height: 180px;

  background-image: url(../images/datyou-wolk@2x-8.png);
  background-size: 540px 180px;
  animation: datyou-loading 1s steps(3) infinite;
}

.loading-text {
  font-size: 30px;
  text-align: center;
  color: #d898a1;
  font-family: century-gothic, sans-serif;
  font-weight: 400;
  font-style: normal;
  vertical-align: bottom;

  margin-top: 30px;
}

@keyframes datyou-loading {
  to {
    background-position-x: 540px;
  }
}


/*ローディング　ここまで↑*/