@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

a {
  color: #1a1a1a;
  text-decoration: none;
}
a:visited { 
	color:#1a1a1a;
}
html { scroll-behavior: smooth;}
body {
  height: 100vh;
  color: #000;
  font-family: "Helvetica Neue",
  "Arial",
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    "Meiryo",
    "sans-serif";
    -webkit-text-size-adjust: 100%;
}

main {
	overflow: hidden;
}

img {
  vertical-align: bottom;
}

.container {
  max-width: 600px;
  padding: 0 20px;
  margin: 0 auto;
}

/* スマホ用ハンバーガーメニュー */
.header_sma {
  height: 80px;
  position: fixed;
  width: 100%;
  border-bottom: 1px solid #999;
  background: #fff;
  z-index: 1000;
}
.header_sma_logo img {
  height: 68px;
  padding: 20px 0 10px 20px;
}



/* ヘッダー_A */
.header_a {
  color: #333333;
  background: #fff;
}

.header_a > .container {
  height: 130px;
  display: flex;
  align-items: center;
  max-width: none;
}

/* ロゴ */
.area_logo_header .logo {
  display: block;
  padding-top: 0px;
}
.area_logo_header .logo img {
  height: 70px;
  vertical-align: bottom;
}


/* ナビゲーション */
.area_nav_header {
  margin-left: auto;
}

/* リストナビ */
.list_nav_header {
  display: flex;
  align-items: center;
}
.list_nav_header > li + li {
  margin-left: 40px
}
.list_nav_header a {
  color: #666;
  font: 500 15px/1em 'noto sans japanese',sans-serif;
  position: relative;
  display: inline-block;
  text-decoration: none;
}

/* 下線アニメーション */
.list_nav_header .ani::after {
  position: absolute;
  bottom: -14px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #999999;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}
.list_nav_header .ani:hover::after {
  bottom: -7px;
  opacity: 1;
  visibility: visible;
}

.list_nav_header .btn_contact {
  color: #fff;
  display: flex;
  align-items: center;
  height: 40px;
  padding: 0 24px 0 24px;
  background: #000000;
  border:solid 1px #000000;
  border-radius: 5px;
  position: relative;
}
.list_nav_header .btn_contact:hover {
    color: #000000;
    border:solid 1px #cccccc;
    background: #ffffff;
    transition : .3s;
}


/* PCヘッダー非表示 */
  .header_a {
    display: none;
  }
  

/* アンカー リンク用マージン */
 .about {
    display: block;
    padding-top: 80px;
    margin-top: -80px;
}
.mezasu {
  display: block;
  padding-top: 75px;
  margin-top: -75px;
}
.member {
  display: block;
  padding-top: 55px;
  margin-top: -55px;
}


/* トップメイン-カーブエリア */
header {
  position: relative;
  z-index: 10;
}

.top_txt_image_box {
  margin: 0 auto;
  max-width: 600px;
  padding: 0 20px;
  
}

#top_main_area {
  position: relative;
  margin: 0 0 0px;
  overflow: hidden;
}

#top_main_area .top_main_box {
  background: #B18446;
  padding-top: 80px;
  position: relative;
  height: 615px; /* トップページメインイメージ高さ */
  overflow: hidden;
}



/* 白カーブ-トップ */
.curve_white_top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 30px;
  background-image: url(../image/curve_05.svg);
  background-repeat: repeat-x;
  background-size: 100% 100%;
  transform: scale(1, 1);
}

/* グレーカーブ-ボトム */
.curve_gray_bottom::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 60px;
  background-image: url(../image/curve_06.svg);
  background-repeat: repeat-x;
  background-size: 100% 100%;
  transform: scale(-1, -1);
}

/* グレーカーブ-ボトム */
.curve_gold_bottom::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 20px;
  background-image: url(../image/curve_07.svg);
  background-repeat: repeat-x;
  background-size: 100% 100%;
  transform: scale(-1, -1);
}



#top_main_area .catchcopy {
  font-family: YakuHanMP,"catchcopy";
  font-size: calc(40px + (100vw - 320px)*.02);
  line-height: 1.2;
  font-weight: normal;
  position: absolute;
  top: 35%;
  transform: translateY(-50%);
  left: 5%;
}

#top_main_area .catchcopy .copy1,
#top_main_area .catchcopy .copy2 {
  opacity: 0;
}

/* トップページタイトル */
#top_main_area .top_ttl {
  padding: 40px 0 0 0;
  font-size: 43px;
  font-weight: 700;
  line-height: 1.2;
  text-align: left;
  letter-spacing: -0.03em;
  color: #000;
}

/* トップページリード */
#top_main_area .top_lead {
  padding: 20px 0 0 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
  letter-spacing: -0.08em;
  color: #000;
}

/* 改行 */
.br::before {
	content: "\A" ;
	white-space: pre ;
}

#top_main_area #hero_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

  /* トップイラストボックスサイズ指定 */
.top_main_illust {
  position: relative;
  max-width: 550px;
  height: 350px;
  margin: 0 auto

}
/* ボール01 */
.ball_01 {
  position: absolute;
  animation: slideup 1s forwards 2s;
  right: 135px;
  bottom: 0;
  padding: 0 0;
  }
  
/* ボール01大きさ */
.ball_01 img {
  padding: 0 0px;
  height: 200px;
  transform: scale(1.0);
  transform-origin: center top;
}

/* ボール02 */
.ball_02 {
  position: absolute;
  bottom: -60px;
  left: -20px;
  }
  
/* ボール大きさ */
.ball_02 img {
  transform: scale(0.6);
  transform-origin: center top;
}

/* ダヴィンチ01 */
.devinci_01 {
  position: absolute;
  bottom: 0px;
  padding: 0 0;
  right: -20px;
}

/* ダヴィンチ大きさ */
.devinci_01 img {
  height: 280px;
  transform: scale(1.0);
  transform-origin: center top;
}


/* ダヴィンチ02 */
.devinci_02 {
  position: absolute;
  bottom: 0px;
  right: -30px;
}

/* ダヴィンチ02大きさ */
.devinci_02 img {
  transform: scale(0.6);
  transform-origin: center bottom;
}



/* 吹き出し */
.fukidashi_01 {
  position: absolute;
  right: 100px;
  padding-top: 10px;
}

.fukidashi_02 {
display: none;
}

.fukidashi_03 img {
  position: absolute;
  left:30px;
  padding-top: 50px;
  transform: scale(0.5, 0.5);
  transform:rotate(-15deg);
}

.fukidashi_04 img {
display: none;
}


/*  ーーーーーーーーーーーーーーーーーーーーーーーーーーーアニメーション*/
/* ぽよよん */
.poyoyon {
  animation: poyoyon2 1s ease-in-out 1 forwards;
}
@keyframes poyoyon2 {
  0%  {
    transform: scale(1.0, 1.0) translate(0, 0);
  }
  15% {
    transform: scale(0.98, 0.9) translate(0, 5px);
  }
  30% {
    transform: scale(1.02, 1.0) translate(0, 8px);
  }
  50% {transform: scale(0.98, 1.05) translate(0, -8px);
  }
  70% {
    transform: scale(1.0, 0.9) translate(0, 5px);
  }
  100% {
    transform: scale(1.0, 1.0) translate(0, 0);
  }
  0%, 100% {
    opacity: 1;
  }
}

/* したからぬっと */
.nutto {
  animation: slide-skew 1.5s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}
 
@keyframes slide-skew {
  0% {
    transform: translate(0px,100px);
    opacity: 0;
  }
  100% {
    transform: translate(0,0);
  }
  20%,100% {
    opacity: 10;
  }
}





/* 詳しく見るボタン */
.list_detail_btn {
  text-align: left;
  color: #fff;
}

.btn_detail_box {
padding: 20px 0;
}

 .btn_detail {
  color: #fff;
  font-size: 14px;
  align-items: center;
  height: 40px;
  padding: 6px 12px 6px 12px;
  background: #10d853;
  border-radius: 5px;
  position: relative;
}
.btn_detail li a {
  color: #fff;
}

.btn_detail .bold {
  font-weight: 900;
}


 .btn_detail::before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  background: url(../image/icon_cart.svg) no-repeat center center ;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translate(0,-50%);
}

.btn_detail:hover {
  color: #000000;
  background: #ffffff;
  transition    : .3s;
}


/* 左右２要素 */
.block_left_right {
  max-width: 600px;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
  margin: 40px auto 0;
  padding: 0px 20px;
 }

 .box_left img{
  padding-top: 20px;
  height: 500px;
  
}

.box_right .ttl {
  font-size: 36px;
  font-weight: 900;
}
.box_right .txt {
  font-size: 16px;
  line-height: 2.0em;
}

.box_right p+p {
  padding-top: 20px;
}


/* ブランド力を高める3つの必須条件 */

.block_brand3 {
background: #ffffff;
position: relative;
overflow: hidden;
margin: 0 auto;
padding-bottom: 150px;
}

/* ブランド3ボックス */
.box_brand3 {
max-width: 600px;
padding: 0 0 0px 0;
margin: 0px 10px 0 10px;
color: #000000;
}

.tray_ttl{
  padding: 5px 5px;
    margin: 20px -20px;
    border: solid 3px #999999;
}


.ttl_brand3 {
  display: block;
  font-size: 32px;
  padding: 0px 0px;
  font-weight: 900;
  text-align: center;
}

.txt_brand3 {
  display: block;
  font-size: 24px;
  padding: 0px 0 10px 33px;
  text-align:left;
  font-weight: 800;
}
.tray_txt {
  margin-left: 0;
  padding-bottom: 80px;
}

.tray_txt ::before {
  content: "";
  width: 30px;
  height: 30px;
  background: url(../image/check.svg) no-repeat center center ;
  background-size: contain;
  position: absolute;
  top: 0%;
  margin-top: 0px;
  left: 0px;
}


/* ストーリーを構築 */
.area_story {
background: #B18446;
}

.block_story {
position: relative;
max-width: 600px;
margin: 0 auto;
padding: 0 20px 0 20px;
height: 600px;
margin: 0 auto;
text-align: center;

}
.ul_story {
  display: inline-block;
  text-align: left;
}

.li_ttl_story {
font-size: 32px;
font-weight: 900;
padding: 0 0;
margin-top: 30px;
}
.li_ttl_story span {
  font-size: 46px;
}

.li_txt_story {
  font-size: 18px;
  line-height: 1.5;
  padding-left: 0px;
  padding-top: 20px;
  }

.image_story {
  position: absolute;
  margin: 0 auto;
  bottom: -30px;
  right: 0;
  left: 0;
  padding: 0 0;
}
.image_story img {
  transform: scale(1.0);
}



/* めざすこと */
.area_mezasu {
  background: #ffffff;
  margin-top: 0px;
  margin-bottom: 50px;
  }
  
  .block_mezasu {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
  
  }
  .ul_mezasu {
    display: inline-block;
    text-align: left;
  }
  
  .li_ttl_mezasu {
  font-size: 38px;
  padding: 20px 0;
  margin-top: 30px;
  font-weight: 900;
  }
  
  .li_txt_mezasu {
  font-size: 18px;
   line-height: 1.5;
  padding-left: 5px;
  }

  .li_txt2_mezasu {
  font-size: 20px;
  font-weight: 900;
  line-height: 1.5;
  padding-left: 5px;
  }

  .li_txt2_mezasu span {
  font-size: 28px;
  }
/* めざすこと */


/* 4つの観点 */
.block_originality {
  position: relative;
  max-width: 700px;
  margin: 0 auto;
  padding-bottom: 390px;
  padding-top: 0px;
  background: url(../image/no1.svg);
  background-repeat: no-repeat;
  background-position: 0% 0%;
}

.image_originality {
  margin-top: -130px;
}

.image_originality_1 {
  position: absolute;
  width: 200px;
  right: 200px;
  bottom:0px;
  text-align: right;
}
.image_originality_2 {
  width: 100px;
  position: absolute;
  right: 50px;
  bottom:150px;
  
}
.image_originality_3 {
  width: 100px;
  position: absolute;
  right: 30px;
  bottom:60px;
  
}

.image_originality_4 {
  width: 100px;
  position: absolute;
  right: 120px;
  bottom: 70px;
  
}

.image_originality_5 {
  position: absolute;
  width: 100px;
  right: 20px;
  bottom:0px;
  
}

.image_originality_6 {
  position: absolute;
  width: 100px;
  right: 160px;
  bottom:0px;
  
}


.block_debate {
  position: relative;
  max-width: 700px;
  margin: 100px auto;
  padding-top: 55px;
  background: url(../image/no2.svg);
  background-repeat: no-repeat;
  background-position: 0% 0%;
}

.block_enlarge {
  position: relative;
  max-width: 700px;
  margin: 0 auto;
  padding-top: 0px;
  background: url(../image/no3.svg);
  background-repeat: no-repeat;
  background-position: 0% 0%;
}

.block_nexus {
  position: relative;
  max-width: 700px;
  margin: 60px auto;
  padding-top: 55px;
  background: url(../image/no4.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
}

.box_kanten {
  max-width: 800px;
  padding: 100px 20px 20px 20px;
  margin:  0 auto;
}

.box_kanten2 {
  max-width: 800px;
  margin:  0 auto;
  padding-top: 40px;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 20px;
}

.ttl_kanten {
  font-size: 60px;
  font-weight: 900;
}
.ttl2_kanten {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 2;
  margin-top: -10px;
}

.txt_kanten{
  font-size: 16px;
  line-height: 2;
  padding-top: 70px;
}
.txt_kanten span{
  font-size: 18px;
  font-weight: 800;
  line-height: 2;
  padding-top: 50px;
}

.image_debate {
  top:0;
  width: 300px;
  margin: 0 auto;
  
}
.image_enlarge {
  top:0;
  width: 300px;
  margin: 0 auto;
}
.image_nexus {
  top:0;
  width: 300px;
  margin: 0 auto;
}

/* 4つの観点 */

/* 強いブランドのメリット */
.area_merit {
  background: #B18446;
  padding-bottom: 0px;
  margin-bottom:0px;
  overflow: hidden;
  margin-bottom: 50px;
  }
  
  .block_merit {
  position: relative;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: left;
  
  }
  .ul_merit {
    display: inline-block;
    text-align: left;
    padding-bottom: 30px;
  }

  .box merit_3 {

  }
  .ul_merit_3 {
    display: block;
    text-align: left;
    background-color: #fff;
    padding: 10px;
  }
  
  .li_ttl_merit {
  font-size: 32px;
  padding: 20px 0;
  margin-top: 30px;
  font-weight: 900;
  letter-spacing: -0.08em;
  }


  .li_txt_merit {
    font-size: 18px;
    line-height: 2;
    padding-left: 0px;
    }

    .li_merit_3 {
    font-size: 20px;
    font-weight: 900;
    line-height: 2;
    padding-left:1em;
    text-indent:-1.2em;
    }

    .li_merit_3 span {
      color:#B18446 ;
      padding-right: 5px;
    }
  
  .image_merit {
    margin: 0 auto;
    top: 220px;
    right: 0px;
    padding: 30px 0 0 ;
  }
  


  

/* スマホ用できること */



/* マール君の目 */
.maru_me {
  position: absolute;
  top: 30px;
  left: 0px;
  animation: moveY 2s infinite alternate linear;
  -ms-animation: moveY 2s infinite alternate linear;
  -webkit-animation: moveY 2s infinite alternate linear;
  -moz-animation: moveY 2s infinite alternate linear;
  }

.block_black {
  background: #000000;
  position: relative;
  overflow: hidden;
  }


/* できるボックス */
.box_dekiru {
  max-width: 600px;
  padding: 0 20px 80px 20px;
  margin: 0 auto;
  color:#ffffff;
  }

.area_dekiru {
  margin-top: 350px;
  }
  
  .block_dekiru {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  
  }
  .ul_dekiru {
    text-align: left;
  }
  
  .li_ttl_dekiru {
  font-size: 32px;
  color: #ffffff;
  padding: 0px 0;
  margin-top: 0px;
  font-weight: 900;
  }
  
  .li_txt_dekiru {
  color: ffffff;
  font-size: 18px;
   line-height: 2;
  padding-left: 5px;
  }


  
  
  
  /* 2分割レイアウト */
  
  .layout_1_div{
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 0 80px 0;
  }

  
  .layout_1_div > div {
    width: 100%;
      padding:  0 0 0 0;
  }

  .layout_2_div{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 0 80px 0;
  }

  
  .layout_2_div > div {
    width: 100%;
      padding:  0 0 0 0;
  }


  /* テキスト_ホーム */
  
  .text_home .ttl {
  font-size: 26px;
  font-weight: 700;
  margin: 0 0 20px;
  color: #fff;
  }
  .text_home .description {
  font-size: 16px;
  color: #fff;
  line-height: 2.0;
  }
  .text_home .btnarea {
    margin: 30px 0 0;
    display: flex;
    align-items: center;
  }
  
  .layout_1_div .img {
    text-align: center;
    padding: 30px 0 0 0;
  } 
  .layout_1_div .img img{
    width: 360px;
  } 


  .layout_2_div .img_2 {
    text-align: center;
    padding: 30px 0 0 20px;
  } 

  .layout_2_div .img_2 img{
    width: 360px;
  } 
  
  /* 画像の大きさ */
  .area_home_about img {
    transform: scale(1.0);
    transform-origin: center center;
  }
  





  /* スマホ用O-DENな人たち */
.area_member {
  background: #B18446;
  padding-top: 0px;
  padding-left: 20px;
  padding-right: 20px;
  }
  
  .block_member {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  
  }
  .ul_member {
    display: inline-block;
    text-align: left;
  }
  
  .li_ttl_member {
  font-size: 36px;
  font-weight: 900;
  padding: 20px 0;
  margin-top: 30px;
  }
  
  .li_txt_member {
  font-size: 20px;
   line-height: 1.5;
  padding-left: 0px;
  }

  .li_txt2_member {
  font-size: 18px;
  line-height: 2;
  padding-left: 5px;
  }

  .li_txt2_member span {
  font-size: 30px;
  }

/* スマホ用犬の肖像画 */
.dog_bn {
    padding-top: 20px;
    padding-bottom: 50px;
    margin: 0 auto;
    width: 100%;
}






/* プロフィール3分割レイアウト */

.layout_3_div{
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  margin: 30px 0 0;
}
.layout_3_div > div {
  width: 100%;
  padding:  0 0 0 0;
}
/* テキスト_ホーム */


.text_home .btnarea {
  margin: 0px 0 0;
  display: flex;
  align-items: center;
}

.box_prolile {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

 .box_prolile img {
  padding: 0 0 0px 0px;
  width: 200px;
  
}

.tray_profile_text {
display: block;
width: 100%;
padding-left: 20px;

}
.box_prolile .ttl {
  font-size: 16px;
  font-weight: 900;
}

.box_prolile .description {
  font-size: 14px;
  line-height: 1.5;
}

.kuwayama_profile_img {
  padding-top: 10px;
  width: 120px;
}

section {
  margin-bottom: 100px;
}

/* フッター3分割レイアウト */

.box_footer {
}

.logo_footer {
text-align: center;
}

.logo_footer img{
  transform: scale(0.6);
  transform-origin: center center;
  }

.nav_footer {
  display: none;
}

 .image_footer {
   position: relative;
   display: none;
 }
.image_footer img {
  position: absolute;
}




/* スマホ用お問い合わせボタン */

  .ul_contact {
    padding: 50px 0;
    text-align:center;
  }

  .ul_contact .btn_contact {
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 0.1em;
    padding: 25px 50px 25px 50px;
    background: #000000;
    border-radius: 5px;
 
  }
  .ul_contact .btn_contact:hover {
    color: #000000;
    font-size: 18px;
    background: #ffffff;
    transition    : .3s;
    
  }


/* プライバシーポリシースマホ用 */
.area_pp {
  background: #B18446;
  padding-bottom: 50px;
  padding-top: 100px;
  margin-top: 0px;
  }
  
  .block_pp {
  position: relative;
  max-width: 800px;
  margin: 0 auto;;
  text-align: left;
  
  }
  .h2_pp {
  font-size: 28px;
  font-weight: 900;
  text-align: left;
  padding: 30px 0 30px 30px;
  }

  .h3_pp {
    font-size: 18px;
    font-weight: 500;
    text-align: left;
   padding: 20px 0 5px 0;
  }

  .div_pp {
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    padding: 20px 20px 50px 20px;
    margin: 0 20px;
    
  }
   .p_pp {
     font-size: 14px;
     line-height: 1.5;
   }


/* スマホ用制作実例 */

.block_works_bg {
  background: #fff;
  position: relative;
  overflow: hidden;
  padding-top: 100px;
  }

  .layout_works_div{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 0 30px 0;
  }

  .layout_works_div > div {
      padding: 10px 0 0 0;
  }

  .text_home .jirei_ttl {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 0px;
    margin-top: 50px;
    color: #000000;
    }

    .img_warks {
      margin-bottom: 30px;
      }

/* スマホ用制作実例個別ページ */
      .li_ttl_works {
        font-size: 24px;
        color: #000000;
        padding: 0px 0;
        margin-top: 0px;
        font-weight: 900;
        }
        
        .li_txt_works {
        color: #000000;
        font-size: 18px;
         line-height: 1.5;
        }

        .works_name {
          font-size: 18px;
          margin-top: 20px;
          margin-bottom: 20px;
          line-height: 1.2em;
          }
    
/* スマホ用制作事例を見るボタン */

.ul_detail {
  padding: 30px 0;
  text-align:left;
}

.ul_detail .btn_detail {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.2em;
  padding: 10px 15px 10px 15px;
  background: #000000;
  border-radius: 5px;

}
.ul_detail .btn_detail:hover {
  color: #000000;
  font-size: 14px;
  background: #ffffff;
}



  
/* タブレット用 ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
@media (min-width:1000px){

/* 強いブランドのメリット */
.area_merit {
  background: #B18446;
  padding-bottom: 80px;
  margin-bottom: 80px;
  }
  
  .block_merit {
  position: relative;
  max-width: 1080px;
  margin: 0 auto;
  padding-left: 20px;
  text-align: left;
  
  }
  .ul_merit {
    display: inline-block;
    text-align: left;
    padding-bottom: 30px;
  }

  .box merit_3 {

  }
  .ul_merit_3 {
    display: block;
    text-align: left;
    background-color: #fff;
    padding: 30px;
  }
  
  .li_ttl_merit {
  font-size: 50px;
  padding: 20px 0;
  margin-top: 30px;
  font-weight: 900;
  }

  
  .li_txt_merit {
    font-size: 18px;
    line-height: 2;
    padding-left: 5px;
    }
    .li_merit_3 {
    font-size: 36px;
    line-height: 2;
    
    }
  
  .image_merit {
    position: absolute;
    margin: 0 auto;
    top: 200px;
    right: -240px;
    padding: 0 0;
  }

}
  

/* PC用 ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
@media (min-width:1025px){


  .container {
    max-width: 1200px;
    padding: 0 40px;
    margin: 0 auto;
  }
  
  
  /* ヘッダー_A */
  .header_a {
    color: #333333;
    background: #fff;
    
  }
  
  
  .header_a > .container {
    height: 130px;
    display: flex;
    align-items: center;
    max-width: none;
  }

  .tray_txt ::before {
    content: "";
    width: 50px;
    height: 50px;
    background: url(../image/check.svg) no-repeat center center ;
    background-size: contain;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    left: 110px;
  }
  

.header_a {
    display: initial;
  }
.header_sma {
  display: none;
}
  

/* アンカー リンク用マージン */
.about {
  display: block;
  padding-top: 0px;
  margin-top: 0px;
}
.mezasu {
display: block;
padding-top: 0px;
margin-top: 0px;
}
.member {
display: block;
padding-top: 15px;
margin-top: -15px;
}


.top_txt_image_box {
  margin: 0 auto;
  min-width: 1200px;
  padding: 0 40px;
  display: flex;/* トップページテキストとイラスト横並び */
}

#top_main_area .top_main_box {
  background: #B18446;
  padding-top: 0;
  position: relative;
  height: 600px; /* トップページメインイメージ高さ */
  overflow: hidden;
}

/* トップページタイトル */
#top_main_area .top_ttl {
  color: #000;
  width: 1080px;
  padding: 0px 50px 0 50px;
  margin-top: 50px;
  font-size: 85px;
  line-height: 1.2;
  text-align: left;
}

/* トップページリード */
#top_main_area .top_lead {
  color: #000;
  width: 980px;
  padding: 0 50px 0 50px;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.8;
  text-align: left;
}

/* 改行 */
.br::before {
	content: none;
}

/* 詳しく見るボタン */
.list_detail_btn {
  min-width: 350px;
  text-align: left;
}

/* メインイラスト */
.top_main_illust {
  text-align : right;
  height: 600px;
  min-width: 600px;
  }

/* ボール01 */
.ball_01 {
  position: absolute;
  animation: slideup 1s forwards 2s;
  right: 0px;
  bottom: -10px;
  padding: 0 0;
  }
  
  
/* ボール大きさ */
.ball_01 img {
  height: 300px;
  transform: scale(1.0);
  transform-origin: center top;
}

/* ボール02 */
.ball_02 {
  position: absolute;
  bottom: 0px;
  left: 150px;
  }
  
/* ボール大きさ */
.ball_02 img {
  transform: scale(1.0);
  transform-origin: center top;
}


/*  ーーーーーーーーーーーーーーーーーーーーーーーーーーーアニメーション*/
/* ぽよよん */
.poyoyon {
  animation: poyoyon2 1s ease-in-out 1 forwards;
}
@keyframes poyoyon2 {
  0%  {
    transform: scale(1.0, 1.0) translate(0, 0);
  }
  15% {
    transform: scale(0.98, 0.9) translate(0, 5px);
  }
  30% {
    transform: scale(1.02, 1.0) translate(0, 8px);
  }
  50% {transform: scale(0.98, 1.05) translate(0, -8px);
  }
  70% {
    transform: scale(1.0, 0.9) translate(0, 5px);
  }
  100% {
    transform: scale(1.0, 1.0) translate(0, 0);
  }
  0%, 100% {
    opacity: 1;
  }
}




/* ダヴィンチ01 */
.devinci_01 {
  position: absolute;
  bottom: 0px;
  right: 250px;
}

/* ダヴィンチ01大きさ */
.devinci_01 img {
  transform: scale(1.0);
  transform-origin: center bottom;
}



/* ダヴィンチ02 */
.devinci_02 {
  position: absolute;
  bottom: -3px;
  right: 80px;
}

/* ダヴィンチ02大きさ */
.devinci_02 img {
  transform: scale(1.0);
  transform-origin: center top;
}

/* 吹き出し */
.fukidashi_01 {
  position: absolute;
  right: 360px;
  padding-top: 250px;
  animation: moveY 2s infinite alternate linear;
  -ms-animation: moveY 2s infinite alternate linear;
  -webkit-animation: moveY 2s infinite alternate linear;
  -moz-animation: moveY 2s infinite alternate linear;
}

.fukidashi_02 {
  display: inline;
  position: absolute;
  left: 250px;
  padding-top: 200px;
  animation: moveY 3s infinite alternate linear;
  -ms-animation: moveY 2s infinite alternate linear;
  -webkit-animation: moveY 3s infinite alternate linear;
  -moz-animation: moveY 2s infinite alternate linear;
}

.fukidashi_03 img {
  position: absolute;
  left: 390px;
  padding-top: 200px;
  transform: scale(1, 1);
  animation: moveY 2s infinite alternate linear;
  -ms-animation: moveY 3s infinite alternate linear;
  -webkit-animation: moveY 4s infinite alternate linear;
  -moz-animation: moveY 5s infinite alternate linear;
}

.fukidashi_04 img {
  display: inline;
  position: absolute;
  left: 390px;
  padding-top: -10px;
  transform: scale(0.3, 0.3);
  animation: moveY 2s infinite alternate linear;
  -ms-animation: moveY 1s infinite alternate linear;
  -webkit-animation: moveY 1s infinite alternate linear;
  -moz-animation: moveY 1s infinite alternate linear;
}


/* 左右２要素 */
.block_left_right {
max-width: 1200px;
 display: flex;
 flex-direction: row;
 margin: 0 auto;
 padding: 40px 20px 0 20px;
}
.box_left {
  width: 50%;
  text-align: center;
}

.box_left img {
  padding-top: 20px;
  height: 650px;

}
.box_right {
  width: 50%;
  padding-right: 30px;
}



/* PCブランド力を高める3つの必須条件 */


  
  /* ブランド3ボックス */
  .box_brand3 {
  max-width: 880px;
  padding: 0 40px;
  margin: 120px auto;
  color: #000000;
  }
  
  .tray_ttl{
    padding: 0.5em 1em;
      margin: 2em 0;
      font-weight:900;
      border: solid 3px #B18446;
  }
  
  
  .ttl_brand3 {
    display: block;
    font-size: 36px;
    padding: 0px 0px;
    text-align: center;
    letter-spacing: 0.2em;
  }
  
  .txt_brand3 {
    display: block;
    font-size: 32px;
    font-weight: 600;
    padding: 20px 20px;
    text-align: center;
  }



/* PC用ストーリーを構築 */
.area_story {
  background: #B18446;
  }
  
  .block_story {
  position: relative;
  max-width: 750px;
  height: 600px;
  margin: 0 auto;
  text-align: center;
  
  }
  .ul_story {
  display: inline-block;
  text-align: left;
  }
  
  .li_ttl_story {
  font-size: 36px;
  padding: 20px 0;
  margin-top: 30px;
  font-weight: 900;
  }
  .li_ttl_story span {
    font-size: 50px;
  }
  
  .li_txt_story {
    font-size: 18px;
    line-height: 2;
    padding-left: 5px;
    padding-top: 0;
    }
  
  .image_story {
    position: absolute;
    margin: 0 auto;
    bottom: 50px;
    right: 0;
    left: 0;
    padding: 0 0;
  }
  .image_story img {
    transform: scale(1.5);
    transform-origin: center top;
  }
  
  
  /* PC用めざすこと */
  .area_mezasu {
    background: #ffffff;
    margin-top: 50px;
    margin-bottom: 50px;
    }
    
    .block_mezasu {
    position: relative;
    max-width: 750px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
    
    }
    .ul_mezasu {
      display: inline-block;
      text-align: left;
    }
    
    .li_ttl_mezasu {
    font-size: 50px;
    padding: 20px 0;
    margin-top: 30px;
    }
    
    .li_txt_mezasu {
    font-size: 18px;
     line-height: 2;
    padding-left: 5px;
    }
  
    .li_txt2_mezasu {
    font-size: 32px;
    line-height: 2;
    padding-left: 5px;
    }
  
    .li_txt2_mezasu span {
    font-size: 40px;
    }
  
/* 4つの観点 */
.block_originality {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 85px;
  padding-bottom: 0px;
  background: url(../image/no1.svg);
  background-repeat: no-repeat;
  background-position: 0% 0%;
}

.block_debate {
  position: relative;
  max-width: 1200px;
  margin: 40px auto 0;
  padding-bottom: 80px;
  background: url(../image/no2.svg);
  background-repeat: no-repeat;
  background-position: top right;
}

.block_enlarge {
  position: relative;
  max-width: 1200px;
  margin: 0 auto 80px;
  padding-bottom: 80px;
  padding-top: 50px;
  background: url(../image/no3.svg);
  background-repeat: no-repeat;
  background-position: 0% 0%;
}

.block_nexus {
  position: relative;
  max-width: 1200px;
  margin: 0 auto 180px;
  padding-bottom: 80px;
  background: url(../image/no4.svg);
  background-repeat: no-repeat;
  background-position: top right;
}



.box_kanten {
  width: 460px;
  padding: 30px 0 0 80px;
  margin: 0 0;
}

.box_kanten2 {
  width: 460px;
  margin: 20px 0 0 auto;
  padding-top: 0px;
  padding-right: 80px;
}

.ttl_kanten {
  font-size: 100px;
  font-weight: 900;
}
.ttl2_kanten {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 2;
  margin-top: -20px;
}

.txt_kanten{
  font-size: 16px;
  line-height: 2;
  padding-top: 50px;

}

.image_originality_1 {
  width: 300px;
  position: absolute;
  bottom:0;
  right: 120px;
  text-align: right;
  top:100px;
  
}
.image_originality_2 {
  width: 180px;
  position: absolute;
  bottom:0;
  right: 430px;
  top:180px;
  
}
.image_originality_3 {
  width: 200px;
  position: absolute;
  bottom:0;
  right: 80px;
  top:280px;
  
}

.image_originality_4 {
  width: 180px;
  position: absolute;
  bottom:0;
  right: 310px;
  top: 480px;
  
}

.image_originality_5 {
  width: 200px;
  position: absolute;
  bottom:0;
  right: 430px;
  top:400px;
  
}

.image_originality_6 {
  width: 150px;
  position: absolute;
  bottom:0;
  right: 280px;
  top:320px;
 
}

.image_debate {
  position: absolute;
  width: 520px;
  top:0;
  left: 80px;
  top: 100px;
}

.image_enlarge {
  position: absolute;
  right: 80px;
  top:50px;
  margin-bottom: 0px;
  width: 550px;

}

.image_nexus {
  position: absolute;
  top:0;
  left: 80px;
  top: 20px;
  width: 500px;
}


/* 強いブランドのメリット */
.area_merit {
  background: #B18446;
  padding-bottom: 80px;
  margin-bottom: 80px;
  }
  
  .block_merit {
  position: relative;
  max-width: 1080px;
  margin: 0 auto;
  padding-left: 20px;
  text-align: left;
  
  }
  .ul_merit {
    display: inline-block;
    text-align: left;
    padding-bottom: 30px;
  }

  .box merit_3 {

  }
  .ul_merit_3 {
    display: block;
    text-align: left;
    background-color: #fff;
    padding: 30px;
  }
  
  .li_ttl_merit {
  font-size: 50px;
  padding: 20px 0;
  margin-top: 30px;
  font-weight: 900;
  }

  
  .li_txt_merit {
    font-size: 18px;
    line-height: 2;
    padding-left: 5px;
    }
    .li_merit_3 {
    font-size: 36px;
    line-height: 2;
    
    }
  
  .image_merit {
    position: absolute;
    margin: 0 auto;
    top: 200px;
    right: -240px;
    padding: 0 0;
  }




/* PC用できること */

/* 白カーブ-トップ */
.curve_white_top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 60px;
  background-image: url(../image/curve_05.svg);
  background-repeat: repeat-x;
  background-size: 100% 100%;
  z-index: 10;
  transform: scale(1, 1);
}
/* ゴールドカーブ-ボトム */
.curve_gold_bottom::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 60px;
  background-image: url(../image/curve_07.svg);
  background-repeat: repeat-x;
  background-size: 100% 100%;
  z-index: 10;
  transform: scale(-1, -1);
}
.area_dekiru {
  margin-top: 350px;
  }
  
  .block_dekiru {
  position: relative;
  max-width: 750px;
  margin: 0 auto;
  text-align: center;
  
  }
  .ul_dekiru {
    display: inline-block;
    text-align: left;
  }
  
  .li_ttl_dekiru {
  font-size: 50px;
  color: #ffffff;
  padding: 20px 0;
  margin-top: 30px;
  font-weight: 900;
  }
  
  .li_txt_dekiru {
  color: #ffffff;
  font-size: 18px;
   line-height: 2;
  padding-left: 5px;
  }
/* マール君の目 */
.maru_me {
  position: absolute;
  top: 30px;
  left: 100px;
  animation: moveY 2s infinite alternate linear;
  -ms-animation: moveY 2s infinite alternate linear;
  -webkit-animation: moveY 2s infinite alternate linear;
  -moz-animation: moveY 2s infinite alternate linear;
  }

 
@keyframes moveY {
0% {top:0px;}
80% {top:15px;}
100% {top:0px;}
} 
  
/* マール君の目大きさ */
.maru_me img {
  transform: scale(1.0);
  transform-origin: center top;
}


/* サービス項目 */
.box_service {
min-width: 1080px;
padding: 0 20px;
display: flex;
flex-direction: row;
justify-content: space-between;
}

.left_service {
  width: 640px;
  height: 300px;
  margin-left: 0px;
}
.right_service {
  margin-right: 0px;
  height: 300px;
}

.ul_service_1 {
min-width: 400px;
padding-right: 20px;
}

.ul_service_1 .li_ttl_service {
  color: #fff;
  font-size: 24px;
  line-height: 1.5;
}

.ul_service_1 .li_txt_service {
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
}

/* できるボックス */
.box_dekiru {
    max-width: 880px;
    padding: 0 40px;
    margin: 120px auto;
    }


/* 2分割レイアウト */

.layout_1_div{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 0 80px 0;
}
.layout_1_div > div {
  width: 50%;
    padding:  0 0 0 0;
}

.layout_2_div{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 0 80px 0;
}
.layout_2_div > div {
  width: 50%;
    padding:  0 0 0 0;
}
/* テキスト_ホーム */

.text_home .ttl {
font-size: 24px;
font-weight: 700;
margin: 0 0 20px;
color: #fff;
}
.text_home .description {
font-size: 16px;
color: #fff;
line-height: 2.0;
}
.text_home .btnarea {
  margin: 30px 0 0;
  display: flex;
  align-items: center;
}


.layout_1_div .img {
  padding: 0 20px 0 0;
} 
.layout_2_div .img_2 {
  padding: 20px 0 0 40px;
} 

/* 画像の大きさ */
.area_home_about img {
  transform: scale(1.0);
  transform-origin: center center;
}



/* PC用O-DENな人たち */
.area_member {
  background: #B18446;
  padding-top: 50px;
  }
  
  .block_member {
  position: relative;
  max-width: 750px;
  margin: 0 auto;
  text-align: center;
  
  }
  .ul_member {
    display: inline-block;
    text-align: left;
  }
  
  .li_ttl_member {
  font-size: 50px;
  font-weight: 900;
  padding: 20px 0;
  margin-top: 30px;
  }
  
  .li_txt_member {
  font-size: 18px;
   line-height: 2;
  padding-left: 5px;
  }

  .li_txt2_member {
  font-size: 32px;
  line-height: 2;
  padding-left: 5px;
  }

  .li_txt2_member span {
  font-size: 40px;
  }

/* プロフィール3分割レイアウト */

.layout_3_div{
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  margin: 80px 0 0;
}
.layout_3_div > div {
  width: 33.3%;
  padding:  0 55px 0 55px;
}
/* テキスト_ホーム */

.text_home .ttl {
font-size: 32px;
font-weight: 900;
margin: 0 0 20px;
color: #fff;
}

.text_home .btnarea {
  margin: 30px 0 0;
  display: flex;
  align-items: center;
}

.box_prolile {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.kuwayama_profile_img {
  padding-top: 10px;
  width: 200px;
}

 .box_prolile img {
  padding: 0 60px 10px 0px;
  width: 350px;
}

.tray_profile_text {
  display: block;
  width: 100%;
  padding-left: 0;
}
.box_prolile .ttl {
  font-size: 16px;
  font-weight: 900;
}

.box_prolile .description {
  font-size: 14px;
  line-height: 1.5;
}


section {
  margin-bottom: 100px;
}

/* pc用お問い合わせ */

.ul_contact {
  padding: 100px 0;
  text-align:center;
}

.ul_contact .btn_contact {
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.5em;
  padding: 25px 120px 25px 120px;
  background: #000000;
  border-radius: 5px;

}
.ul_contact .btn_contact:hover {
  color: #000000;
  font-size: 18px;
  background: #ffffff;
  
}

/* PC用犬の肖像画 */
    
.dog_bn_box {
    background: #B18446;
}
.dog_bn {
    padding-top: 50px;
    padding-bottom: 50px;
    margin: 0 auto;
    width: 750px;
}




/* PC用制作実例 */

.block_works_bg {
  background: #fff;
  position: relative;
  overflow: hidden;
  padding-top: 0;
  }

.area_works {
  background: #B18446;
  margin-top: 0px;
  }
  
  .text_home .jirei_ttl {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 50px;
    margin-top: 50px;
    color: #000000;
    }


  .block_works {
  position: relative;
  max-width: 1120px;
  margin: 50px auto;
  text-align: center;
  
  }
  .ul_works {
    display:block;
    text-align: left;
  }
  
  .li_ttl_works {
  font-size: 24px;
  color: #000000;
  padding: 0px 0;
  margin-top: 0px;
  font-weight: 900;
  }
  
  .li_txt_works {
  color: #000000;
  font-size: 18px;
   line-height: 2;
  }

/* pc用制作事例を見るボタン */

.ul_detail {
  padding: 30px 0;
  text-align:left;
}

.ul_detail .btn_detail {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.2em;
  padding: 10px 15px 10px 15px;
  background: #000000;
  border-radius: 5px;

}
.ul_detail .btn_detail:hover {
  color: #000000;
  font-size: 14px;
  background: #ffffff;
  border : solid 1px #333 ;
}


/* ワークスボックス */
.box_works {
    max-width: 1200px;
    padding: 0 0px;
    margin: 120px auto;
    }


/* 制作事例2分割レイアウト */

.layout_works_div{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 0 80px 0;
}
.layout_works_div > div {
  width: 50%;
    padding:  0 0 0 0;
}

/* テキスト_ホーム */

.text_home .job_ttl {
font-size: 18px;
font-weight: 300;
margin: 0 0 20px;
color: #000000;
display: block;
padding-bottom: 10px;
border-bottom:solid 1px #ADADAD;
}
.job_txt {
font-size: 16px;
color: #000000;
line-height: 2.0;
}
.text_home .btnarea {
  margin: 30px 0 0;
  display: flex;
  align-items: center;
}

.layout_works_div .img {
  padding: 0 40px 0 0;
} 
.layout_2_div .img_2 {
  padding: 20px 0 0 40px;
} 
.works_name {
  font-size: 18px;
  margin-top: 20px;
  line-height: 1.5em;
  }

  .img_warks {
    margin-bottom: 50px;
    border:solid 1px;
  border-color:#e5e5e5;
    }
  

.area_warks {
 background: #B18446;
    }





/* フッター3分割レイアウト */

.box_footer {
  display: flex;
  align-items: center;
  justify-self: center;
  height: 280px;
  overflow: hidden;
}

.box_footer > div {
  width: 33.3%;
  padding:  0 25px 0 25px;
}

.logo_footer {

}

.logo_footer img{
  transform: scale(0.8);
  
  }

.nav_footer {
  display:inline;
}

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

.ul_nav .copyright {
  font-size: 12px;
  padding-top: 10px;
  
}

 .image_footer {
   position: relative;
   display: inline;
 }
.image_footer img {
  position: absolute;
}

.footer_ball {
  right: -100px;
  top: 100px;
width: 100px;
}
.footer_devinci {
  left: 0px;
  width: 120px;
}

.footer_privacy{
  left: 200px 0px;
  bottom: 0;
  display: block;
  position: absolute;
}

.footer_privacy .txt_privacy{
  font-size: 12px;
}


.ul_nav span {
  font-size: 8px;
  color:#B18446 ;
  vertical-align: 2px;
  letter-spacing: 0.5em;
}


/* プライバシーポリシー */
.area_pp {
  background: #B18446;
  padding-bottom: 80px;
  padding-top: 20px;
  }
  
  .block_pp {
  position: relative;
  max-width: 1120px;
  margin: 0 auto;;
  text-align: left;
  
  }
  .h2_pp {
 
  font-size: 36px;
  font-weight: 900;
  text-align: left;
  padding: 30px 0 30px 20px;
  }

  .h3_pp {
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    padding: 20px 0 5px 0;
  }

  .div_pp {
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    padding: 30px 50px 50px 50px;
    margin: 0 20px;
    
  }
   .p_pp {
     font-size: 14px;
     line-height: 1.5;
   }

/* ページトップボタン */
   #page_top{
    width: 50px;
    height: 50px;
    position: fixed;
    right: 0;
    bottom: -50px;
    background: #000;
    opacity: 0.6;
    border-radius: 0%;
  }
  #page_top a{
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    text-decoration: none;
  }
  #page_top a::before{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f102';
    font-size: 25px;
    color: #fff;
    position: absolute;
    width: 25px;
    height: 25px;
    top: -5px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
  }
}